This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/14112] New: gnu/lib-names.h content incorrect when shlib-versions moved to sysdeps


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

             Bug #: 14112
           Summary: gnu/lib-names.h content incorrect when shlib-versions
                    moved to sysdeps
           Product: glibc
           Version: 2.15
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jsm28@gcc.gnu.org
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


On x86, the 64-bit part of gnu/lib-names.h now says

# define LD_SO                          "ld.so.1"

(should be "ld-linux-x86-64.so.2") because the relevant information has moved
to an x86_64 sysdeps directory, where it can no longer be found when
gnu/lib-names.h is built for x86.

-- 
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]