This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: Add elf64-sparc TLS support.


On Wed, 13 Apr 2005 08:46:07 +0200
Eric Botcazou <ebotcazou@libertysurf.fr> wrote:

> > gcc-3.4 is emitting them.  I know because because the BFD backend
> > was crashing due to some bugs in my sparc changes as I was
> > working on them.  There were BFD_*_VT* relocations, .vtable_* was
> > in the generated assembler, and at link time BFD was trying to work
> > with these relocations.
> 
> Do you have a C++ testcase at hand?

A testcase that emits the .vtable_* assembler?  Sure,
simply build src/ld/testsuite/ld-selective/3.cc

Oh I see, it was using gcc-3.3.x for those tests in my
build.

gcc-3.3.x emits the .vtable_* stuff, gcc-3.4 does not.


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