libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: printing exceptions?


From: Richard Henderson
Subject: Re: printing exceptions?
Date: Fri, 15 Mar 2002 15:46:24 -0800
User-agent: Mutt/1.2.5.1i

On Fri, Mar 15, 2002 at 08:35:39PM -0300, Alexandre Oliva wrote:
> More specifically, and static libc that uses __divdi3, since a shared
> one would have its own __divdi3, no?

In theory.  But I wouldn't expect static libc to have a different
set of symbols than shared libc.  *shrug*

> However, I kind of fail to see the point of having -lgcc before -lc.

There are symbols in libgcc that require symbols from libc.  
Ideally we'd be using some permutation of

        --start-group -lgcc_eh -lgcc -lc --end-group

but that's a gnu ld thing.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]