Bug 14112 - gnu/lib-names.h content incorrect when shlib-versions moved to sysdeps
Summary: gnu/lib-names.h content incorrect when shlib-versions moved to sysdeps
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: 2.16
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-15 21:16 UTC by Joseph Myers
Modified: 2014-06-25 10:59 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Myers 2012-05-15 21:16:46 UTC
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.
Comment 1 H.J. Lu 2012-05-15 22:27:00 UTC
A fix is checked onto hjl/libnames branch at

http://sourceware.org/git/?p=glibc.git;a=summary
Comment 2 H.J. Lu 2012-05-23 23:51:53 UTC
I checked a fix into hjl/abi branch.
Comment 3 H.J. Lu 2012-05-30 15:37:57 UTC
Fixed.