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

Re: sh4 fails on check-textrel in glibc-2.3.2 even though there are norelocations?


> check-textrel still fails.  Oddly, when you use readelf -a to look
> at the .so's that supposedly have relocations, there aren't any,
> but there is a size-zero TEXTREL:

That sounds like an ld bug.  DT_TEXTREL set by ld -shared when it thinks
there were some dynamic relocs in read-only segments.  You should
double-check that all the dynamic relocations shown by readelf lie in
addresses in writable segments.


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