http://sourceware.org/bugzilla/show_bug.cgi?id=12710

           Summary: Relative paths in thin archives are incorrect in
                    certain cases
           Product: binutils
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassig...@sources.redhat.com
        ReportedBy: s...@zarbosoft.com
             Build: 20110209


Ar generates incorect relative paths in thin .a files when creating the library
in a directory above the current one.  For example, "ar rT ../x.a x.o" from the
directory "y" produces the incorrect relative location of x.o to x.a as
"../x.o" instead of "y/x.o".  

It doesn't seem to be a problem in the opposite direction -- "ar rT x.a y/x.o"
generates the relative location as "y/x.o".

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to