From fdd8263d0affc6a27c7850e93b19642fb0e05489 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 30 Jun 2002 17:22:57 +0000 Subject: [PATCH] * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define. --- gdb/ChangeLog | 2 ++ gdb/config/i386/tm-nbsd.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2f85ce2..29c2f1e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2002-06-30 Mark Kettenis + * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define. + * configure.tgt (i[3456]86-*-openbsd*): Fold into i[3456]86-*-netbsd* case. * config/i386/tm-obsd.h: Removed. diff --git a/gdb/config/i386/tm-nbsd.h b/gdb/config/i386/tm-nbsd.h index ac61d93..0d73d3a 100644 --- a/gdb/config/i386/tm-nbsd.h +++ b/gdb/config/i386/tm-nbsd.h @@ -21,8 +21,6 @@ #ifndef TM_NBSD_H #define TM_NBSD_H -#define HAVE_SSE_REGS - #include "i386/tm-i386.h" /* These defines allow the recognition of sigtramps as a function name -- 2.7.4