aboutsummaryrefslogtreecommitdiff
path: root/gdb/core-sol2.c
diff options
context:
space:
mode:
authorFelix Lee <flee@cygnus>1998-11-24 14:51:13 +0000
committerFelix Lee <flee@cygnus>1998-11-24 14:51:13 +0000
commit15af627cc04ef46b1ba61c77ec2cbc1c6dfe09ee (patch)
treed75ca5eb8f8a146145d2585594345b769acbcc5d /gdb/core-sol2.c
parentafcad54a90445ba65ca91b13341b75facc96521c (diff)
downloadgdb-15af627cc04ef46b1ba61c77ec2cbc1c6dfe09ee.zip
gdb-15af627cc04ef46b1ba61c77ec2cbc1c6dfe09ee.tar.gz
gdb-15af627cc04ef46b1ba61c77ec2cbc1c6dfe09ee.tar.bz2
* 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.
Diffstat (limited to 'gdb/core-sol2.c')
-rw-r--r--gdb/core-sol2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/core-sol2.c b/gdb/core-sol2.c
index 0c5eac1..3c69e63 100644
--- a/gdb/core-sol2.c
+++ b/gdb/core-sol2.c
@@ -26,9 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
and sparc-nat.c to be able to read both flavours. */
#include "defs.h"
-#undef gregset_t
-#undef fpregset_t
-
#include <time.h>
#include <sys/types.h>
#include <sys/regset.h>