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: new syscall stub support for ia64 libc


>>>>> On Mon, 8 Dec 2003 21:38:45 +0100, Jakub Jelinek <jakub@redhat.com> said:

  Jakub> Why a separate shared library and not libgcc_s.so?

libunwind is the standard library in the ia64 world for implementing
the _Unwind_*() interface.  Intel ships libunwind.so with their
compiler, HP-UX does too, etc.

  Jakub> The code certainly needs to be in libgcc_eh.a too for
  Jakub> statically linked apps.

I don't think so.  Just link in libunwind.a when necessary.  GCC
already has code to handle this.

	--david


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