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]

[PATCH]: Zap HOST_I386


Checked in under the obvious fix rule: HOST_I386 isn't used anywhere
in the GDB sources, and we want to get rid of the xm-*.h files anyway.

Mark


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

	* config/i386/xm-go32.h (HOST_I386): Removed.
	* config/i386/xm-linux.h (HOST_I386): Removed.

Index: config/i386/xm-go32.h
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/xm-go32.h,v
retrieving revision 1.5
diff -u -r1.5 xm-go32.h
--- config/i386/xm-go32.h 2001/06/13 09:08:03 1.5
+++ config/i386/xm-go32.h 2001/07/05 14:39:44
@@ -28,6 +28,4 @@
 
 #define DIRNAME_SEPARATOR ';'
 
-#define HOST_I386
-
 #define HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext
Index: config/i386/xm-linux.h
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/xm-linux.h,v
retrieving revision 1.3
diff -u -r1.3 xm-linux.h
--- config/i386/xm-linux.h 2001/03/06 08:21:29 1.3
+++ config/i386/xm-linux.h 2001/07/05 14:39:44
@@ -22,8 +22,6 @@
 #ifndef XM_LINUX_H
 #define XM_LINUX_H
 
-#define HOST_I386
-
 #define HOST_BYTE_ORDER LITTLE_ENDIAN
 
 #define HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext


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