From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Snyder To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH RFC] solib-svr4 cleanups Date: Mon, 12 Mar 2001 15:40:00 -0000 Message-id: <3AAD5B9C.7C4EA0BC@cygnus.com> References: <1010302200140.ZM22868@ocotillo.lan> <1010310063020.ZM4272@ocotillo.lan> <3AAD24ED.6038BBA8@cygnus.com> <1010312195449.ZM14150@ocotillo.lan> X-SW-Source: 2001-03/msg00173.html Kevin Buettner wrote: > > On Mar 12, 11:35am, Michael Snyder wrote: > > > Why did you remove the define of _SYSCALL32? That is necessary, > > to make things work on solaris-sparc64. Unles you've done something > > else to achieve the same effect, or solaris-sparc64 uses a different > > module now? > > The _SYSCALL32 define was only needed for the (legacy) link_map stuff. > It has been moved to solib-legacy.c. OK, good. Sorry I haven't been following the discussion with full attention. You've tested the new method on sparc64 solaris, then? > > > > Index: solib-legacy.c > [...] > > > + > > > +#define _SYSCALL32 /* for Sparc64 cross Sparc32 */ > > > +#include "defs.h" > > > +#include "gdbcore.h" > > > +#include "solib-svr4.h" > > > + > > > +#ifdef HAVE_LINK_H > > > +#include > > Kevin