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] Get rid of I386_GNULINUX_TARGET


This define is no longer referenced anywhere.

Checked in.

Mark


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

	* config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.

Index: config/i386/tm-linux.h
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/tm-linux.h,v
retrieving revision 1.22
diff -u -p -r1.22 tm-linux.h
--- config/i386/tm-linux.h 30 Jun 2002 18:43:06 -0000 1.22
+++ config/i386/tm-linux.h 10 May 2003 20:12:31 -0000
@@ -23,8 +23,6 @@
 #ifndef TM_LINUX_H
 #define TM_LINUX_H
 
-#define I386_GNULINUX_TARGET
-
 #include "i386/tm-i386.h"
 #include "config/tm-linux.h"
 


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