This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: [Commit]: Add debuglink support to objdump and readelf


Hi Joseph,

> This patch causes problems for glibc linknamespace tests because of how it 
> changes the output format of readelf on .a files.
> 
> Previously, "readelf -W -s libc.a" would produce output starting e.g.:
> 
> File: /scratch/jmyers/glibc/many8/build/glibcs/x86_64-linux-gnu/glibc/libc.a(init-first.o)
> 
> Symbol table '.symtab' contains 30 entries:
> 
> and continuing with symbol information for each object in that .a file.  
> After this commit, instead it starts:
> 
> File: /scratch/jmyers/glibc/many8/build/glibcs/x86_64-linux-gnu/glibc/libc.a

Oops - sorry about that.  It must be a snafu in my update to the file name printing code.
I will investigate and try to get a fix for it today.

Cheers
  Nick


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