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]
Other format: [Raw text]

Re: printing exceptions?


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~


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