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] |
From: Roland McGrath <roland@redhat.com> Date: Wed, 1 Mar 2006 20:41:54 -0800 (PST) > > 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. Ok, my binutils was a little crufty, I'm retesting with current binutils. Thanks.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |