This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: Add elf64-sparc TLS support.
On Tue, 12 Apr 2005 20:48:29 -0700
Richard Henderson <rth@redhat.com> wrote:
> On Tue, Apr 12, 2005 at 01:41:35PM -0700, David S. Miller wrote:
> > BTW, we get all the VTABLE relocation stuff supported on sparc64
> > as well for free as a result of this work. I have it working in my
> > test tree already.
>
> Except of course, that the VTABLE stuff isn't usable with the
> C++ abi since gcc 3.0. All of that crap should be torn out.
So the compiler is emitting them, and gas is emitting relocs for
the .vtable_* mnemonics, it just isn't usable at link time due to
how the ABI works now?