This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: dwarf2 unwind info check broken


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


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