This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Remobe HAVE_SSE_REGS


HAVE_SSE_REGS serves no purpose anymore.

Committed.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.

Index: config/i386/tm-nbsd.h
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/tm-nbsd.h,v
retrieving revision 1.12
diff -u -p -r1.12 tm-nbsd.h
--- config/i386/tm-nbsd.h 15 Jun 2002 18:09:31 -0000 1.12
+++ config/i386/tm-nbsd.h 30 Jun 2002 17:20:57 -0000
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]