This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: multiple definitions of 'xxx keyed to...' in egcs-1.1.1
- To: hjl at lucon dot org (H.J. Lu)
- Subject: Re: multiple definitions of 'xxx keyed to...' in egcs-1.1.1
- From: Andris Pavenis <andris at stargate dot astr dot lu dot lv>
- Date: Wed, 24 Feb 1999 10:11:42 +0200
- Cc: egcs at egcs dot cygnus dot com
- References: <m10Ewoq-000390C@ocean.lucon.org>
On Mon, 22 Feb 1999, H.J. Lu wrote:
>> >
>> >I don't really see using local symbols for constructors as an
>> >ELF-specific hack. HJ's implementation may be ELF-specific, but we
>> >ought to be able to use the same tactic on any system with named
>> >sections - at least XCOFF, and I know there are others.
>> >
>>
>> I tried it also for DJGPP with egcs-1.1.2-pre1. Initially I didn't saw any
>> problems but anyway it is not carefully tested yet.
>>
>
>Assume your test is right, you will see the problem if there is one.
>
At that time I built 1.1.2pre1 with this patch and did only some very
preliminary tests. Now I tried it for my own applications and with some tests
I had and seems that all is Ok for DJGPP (Note that rather serious
patches are required to build these version for DJGPP)
Andris