From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Michael Snyder , Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH RFC] solib-svr4 cleanups Date: Mon, 12 Mar 2001 11:55:00 -0000 Message-id: <1010312195449.ZM14150@ocotillo.lan> References: <1010302200140.ZM22868@ocotillo.lan> <1010310063020.ZM4272@ocotillo.lan> <3AAD24ED.6038BBA8@cygnus.com> X-SW-Source: 2001-03/msg00171.html 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. > > 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