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


Andreas Jaeger <aj@suse.de> writes:

[...]

> So, how can we fix that configure test - and do we need to add -lgcc_s
> for sln?

Not -lgcc_s, it's -lgcc_eh.

I still don't understand why it fails on my newer system but works
fine on an older system...

This seems to be related to this patch:

2001-12-15  Jakub Jelinek  <jakub@redhat.com>
        [...]
        * gcc.c (init_gcc_specs): For -static-libgcc, use -lgcc -lgcc_eh.
        If neither -static-libgcc nor -shared-libgcc is passed and -shared,
        use -lgcc if LINK_EH_SPEC is defined and -lgcc_s -lgcc if not.
        If none of the above switches are passed, use -lgcc -lgcc_eh.
        (init_spec): If LINK_EH_SPEC is defined, prepend it to link_spec.

Jakub, can you have a look at glibc?  Any ideas what's broken - or
what I'm doing wrong on my system?

Thanks,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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