This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: powerpc-linux: C++ looks completly broken
- To: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- Subject: Re: powerpc-linux: C++ looks completly broken
- From: Geoff Keating <geoffk at geoffk dot org>
- Date: 21 Feb 2001 13:23:56 -0800
- CC: gcc at gcc dot gnu dot org
- References: <5.0.2.1.2.20010221155620.01a7a0b8@mail.lauterbach.com>
Franz Sirl <Franz.Sirl-kernel@lauterbach.com> writes:
> -LIB2FUNCS_EXTRA = eabi.S tramp.S
> +LIB2FUNCS_EXTRA = tramp.S
Aah, I see. Yes, eabi.S should not be put in the shared library. Or
if it is, it should have a lot more weak symbols or something (but why
bother, since eabi.S is _only_ used by the main application?).
--
- Geoffrey Keating <geoffk@geoffk.org>