This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: [c/c++] i686 codegen bugs in tinfo2.cc


On Sun, 14 Jan 2001, Richard Henderson wrote:

> There are three copies of _ZNSs9_M_mutateEjjj in the objects
> going into libstdc++.so.  Only one of these contains the PIC
> thunk at the beginning of the section.  The linker chose a
> version that didn't have it.

Are you saying that the other sections had the thunk somewhere other than
at the start of the section, or the other sections did not have the thunk
at all?  Note also that binutils behaviour with linkonce section changed
on 2000-10-12

	(elf_link_input_bfd): Set all asection->symbol->value's here, and
	fudge values for discarded link-once section symbols.

Alan Modra
-- 
Linuxcare.  Support for the Revolution.



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