dwarf2 unwind info check broken

Jakub Jelinek jakub@redhat.com
Sun Mar 24 12:38:00 GMT 2002


On Sun, Mar 24, 2002 at 08:48:48PM +0100, Andreas Jaeger wrote:
> > Configure should detect if -lgcc_eh exist and add it in in addition to
> > -lgcc (well, for gcc-3.1+ configured with binutils 2.12 it doesn't matter),
> > but for gcc-3.1+ configured with older binutils it matters.
> 
> This is with gcc 3.1 and current binutils from CVS.  But -lgcc_eh is
> not added and I don't think there's code to do so,

But if gcc 3.1 is configured with binutils >= 2.12, then crtbegin*.o don't
ever call __register_* or __deregister_*, so you don't actually need
-lgcc_eh.

	Jakub



More information about the Libc-hacker mailing list