This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [PATCH] Sparc32 ELF TLS fixes
On Mon, 11 Apr 2005 11:19:26 +0930
Alan Modra <amodra@bigpond.net.au> wrote:
> It might simply be that the two bss sections start at different
> addresses. Perhaps they have different alignments for some reason.
> Perhaps a different start address is caused by pruning of unused
> sections in the ELF linker but not the SREC one.
That's a good guess. The elf32-sparc BFD backend does garbage
collection.
I'll look more deeply into this.