From 15af627cc04ef46b1ba61c77ec2cbc1c6dfe09ee Mon Sep 17 00:00:00 2001 From: Felix Lee Date: Tue, 24 Nov 1998 14:51:13 +0000 Subject: * procfs.c (procfs_wait): handle syscall events first. * procfs.c (GDB_GREGSET_TYPE, GDB_FPREGSET_TYPE): new macros. * config/sparc/xm-sun4sol2.h: use them. * core-sol2.c: don't #undef gregset_t and fpregset_t. * sol-thread.c: ditto. * sparc-tdep.c: ditto. --- gdb/sol-thread.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'gdb/sol-thread.c') diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index ca20bde..9e571fe 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -46,17 +46,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ procfs.c. */ #include "defs.h" - -/* Undefine gregset_t and fpregset_t to avoid conflict with defs in xm file. */ - -#ifdef gregset_t -#undef gregset_t -#endif - -#ifdef fpregset_t -#undef fpregset_t -#endif - #include #include #include -- cgit v1.1