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] Remove some dead i386 support


This defenitely is dead wood; configure.host and configure.tgt don't
reference these files and they both mention files that are no longer
in our source tree.

Committed.

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

	* config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.

Index: config/i386/i386mk.mt
===================================================================
RCS file: config/i386/i386mk.mt
diff -N config/i386/i386mk.mt
--- config/i386/i386mk.mt 16 Apr 1999 01:34:18 -0000 1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,6 +0,0 @@
-# Target: Intel 386 with a.out in osf 1/mk
-TDEPFILES= i386-tdep.o 
-TM_FILE= tm-i386osf1mk.h
-
-TM_CFLAGS= -I/usr/mach3/include
-TM_CLIBS= /usr/mach3/ccs/lib/libmachid.a /usr/mach3/ccs/lib/libnetname.a /usr/mach3/ccs/lib/libmach.a
Index: config/i386/i386mk.mh
===================================================================
RCS file: config/i386/i386mk.mh
diff -N config/i386/i386mk.mh
--- config/i386/i386mk.mh 18 Jan 2002 04:50:59 -0000 1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,4 +0,0 @@
-# Host: Intel 386 running Mach3 with OSF 1/MK
-
-NATDEPFILES= os-mach3.o i386mach3-xdep.o i387-tdep.o
-XM_FILE= xm-i386osf1mk.h


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