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: more cancellation work


>>>>> On Tue, 15 Jul 2003 00:22:01 -0700, Ulrich Drepper <drepper@redhat.com> said:

  Uli> rth said he doesn't want to split the file to avoid exposing
  Uli> more interfaces.  This means we have to pull in all of the
  Uli> unwinder code which might mean we get maintainance problems in
  Uli> future where old glibcs cannot be compiled with new gccs.  I
  Uli> see no other solution for this.

  Uli> Another problem is ia64.  The unwinder code for ia64 is
  Uli> different from the rest.  We probably need to pull in that code
  Uli> from gcc as well.  I haven't done it yet which means ia64 might
  Uli> not link/run correctly.

Have you considered using libunwind?  The API is portable, full
implementation exists for ia64, and a partial one for x86.  See:

	http://www.hpl.hp.com/research/linux/libunwind/

for some more info.  I'm not sure exactly what functionality you need,
but if something is missing, let me know.

	--david


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