bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/12710] New: Relative paths in thin archives are incorrect


From: spoo at zarbosoft dot com
Subject: [Bug binutils/12710] New: Relative paths in thin archives are incorrect in certain cases
Date: Thu, 28 Apr 2011 04:44:27 +0000

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: address@hidden
        ReportedBy: address@hidden
             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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]