This is the mail archive of the libc-alpha@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]

[PATCH 0/2] Accept absolute symbols whose value is zero [BZ #23307]


Hi,

 With a prototype fix for PR ld/21375 I have triggered another issue with 
the dynamic loader, where symbols whose `st_value' is zero are silently 
ignored in lookup.  Consequently references to a global absolute symbol 
whose value is zero cannot be resolved.

 I have created a small patch series to address this problem.  The first 
part is the actual fix.  The second part is an ABI bump, so that the 
linker can set the minimum ABI required for an absolute symbol created to 
address the issue covered in PR ld/21375 and make old dynamic loaders fail 
with "ELF file ABI version invalid" rather than confusing "undefined 
symbol".

 See the individual patch descriptions for further details.

  Maciej


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