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]

Re: [PATCH] Make i386 Mach and OSF/1 targets obsolete


Mark Kettenis <kettenis@chello.nl> writes:

> Checked in.
> 
> Index: ChangeLog
> from  Mark Kettenis  <kettenis@gnu.org>
> 	* NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
> 	i[3456]-*-osf1mk* configurations have been made obsolete.
> 	* configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
> 	i[3456]86-*-osf1mk* hosts obsolete.
> 	* confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
> 	targets obsolete.
> 	* config/i386/i386mach.mh, config/i386/nm-i386mach.h,
> 	config/i386/xm-i386mach.h, config/i386/i386m3.mh,
> 	config/i386/i386m3.mt, config/i386/nm-m3.h,
> 	config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
> 	config/i386/i386mk.mh, config/i386/i386mk.mt,
> 	config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
> 	obsolete.
> 	* i386mach-nat.c, i386m3-nat.c: Make files obsolete.
> 	* Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
> 	(i386mach-nat.o, i386m3-nat.o):Make targets obsolete.

I somehow forgot to include and check in the Makefile.in changes.
Done now.

Mark

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.241
diff -u -p -r1.241 Makefile.in
--- Makefile.in 19 Aug 2002 10:52:20 -0000 1.241
+++ Makefile.in 20 Aug 2002 17:38:13 -0000
@@ -1255,8 +1255,8 @@ ALLDEPFILES = a68v-nat.c \
        dcache.c delta68-nat.c dpx2-nat.c dstread.c exec.c fork-child.c \
        go32-nat.c h8300-tdep.c h8500-tdep.c \
        hp300ux-nat.c hppa-tdep.c hppab-nat.c hppah-nat.c hpread.c \
-       i386-tdep.c i386b-nat.c i386mach-nat.c i386v-nat.c i386-linux-nat.c \
-       i386m3-nat.c i386v4-nat.c i386ly-tdep.c \
+       i386-tdep.c i386b-nat.c i386v-nat.c i386-linux-nat.c \
+       i386v4-nat.c i386ly-tdep.c \
        i386bsd-nat.c i386bsd-tdep.c i386fbsd-nat.c \
        i387-tdep.c \
        i386-linux-tdep.c i386-nat.c \
@@ -1691,11 +1691,11 @@ i386ly-nat.o: i386ly-nat.c $(defs_h) $(f
 i386ly-tdep.o: i386ly-tdep.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \
        $(regcache_h)
 
-i386m3-nat.o: i386m3-nat.c $(defs_h) $(inferior_h) $(floatformat_h) $(target_h) \
-       $(regcache_h)
+# OBSOLETE i386m3-nat.o: i386m3-nat.c $(defs_h) $(inferior_h) $(floatformat_h) $(target_h) \
+# OBSOLETE     $(regcache_h)
 
-i386mach-nat.o: i386mach-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \
-       $(regcache_h)
+# OBSOLETE i386mach-nat.o: i386mach-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \
+# OBSOLETE     $(regcache_h)
 
 i386v-nat.o: i386v-nat.c $(floatformat_h) $(defs_h) $(gdbcore_h) \
        $(inferior_h) $(language_h) $(target_h)


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