This is the mail archive of the gcc@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: powerpc-linux: C++ looks completly broken


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>


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