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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: check-textrel


> I just noticed the elf/check-textrel test is failing on
> sparc.  It complains because the third segment of all the
> shared objects are writable and executable.
> 
> This turns out to be the .tdata section.
> 
>     LOAD off    0x0014e478 vaddr 0x0015e478 paddr 0x0015e478 align 2**16
>          filesz 0x00004984 memsz 0x00007268 flags rwx
>  ...
>  17 .tdata        00000008  0015e478  0015e478  0014e478  2**2
>                   CONTENTS, ALLOC, LOAD, DATA, THREAD_LOCAL
> 
> Probably some binutils issue?

That should be PT_TLS, not PT_LOAD.


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