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]

[commit] Delete remote-array


Turns out that as soon as -Wmissing-prototypes is enabled, it becomes clear that this file doesn't work - it never kept up-to-date with various interface changes.

deleted,
Andrew
2003-06-14  Andrew Cagney  <cagney@redhat.com>

	* config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
	* config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
	* config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
	* config/djgpp/fnchange.lst: Delete "remote-array.c".
	* README: Delete reference to remote-array.
	* Makefile.in (ALLDEPFILES): Remove "remote-array.c".
	(remote-array.o): Delete target.
	* config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
	* remote-array.c: Delete file.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.404
diff -u -r1.404 Makefile.in
--- Makefile.in	14 Jun 2003 16:18:32 -0000	1.404
+++ Makefile.in	14 Jun 2003 23:38:20 -0000
@@ -1402,7 +1402,7 @@
 	ppc-sysv-tdep.o ppc-linux-nat.c ppc-linux-tdep.c \
 	ppcnbsd-nat.o ppcnbsd-tdep.o \
 	procfs.c \
-	remote-array.c remote-e7000.c \
+	remote-e7000.c \
 	remote-hms.c remote-mips.c \
 	remote-rdp.c remote-sim.c \
 	remote-st.c remote-utils.c dcache.c \
@@ -2107,9 +2107,6 @@
 	$(gdb_string_h) $(gdbcmd_h)
 reggroups.o: reggroups.c $(defs_h) $(reggroups_h) $(gdbtypes_h) \
 	$(gdb_assert_h) $(regcache_h) $(command_h) $(gdbcmd_h)
-remote-array.o: remote-array.c $(defs_h) $(gdbcore_h) $(target_h) \
-	$(gdb_string_h) $(command_h) $(serial_h) $(monitor_h) \
-	$(remote_utils_h) $(inferior_h) $(version_h) $(regcache_h)
 remote-e7000.o: remote-e7000.c $(defs_h) $(gdbcore_h) $(gdbarch_h) \
 	$(inferior_h) $(target_h) $(value_h) $(command_h) $(gdb_string_h) \
 	$(gdbcmd_h) $(serial_h) $(remote_utils_h) $(symfile_h) $(regcache_h)
Index: README
===================================================================
RCS file: /cvs/src/src/gdb/README,v
retrieving revision 1.26
diff -u -r1.26 README
--- README	31 Jan 2003 16:32:44 -0000	1.26
+++ README	14 Jun 2003 23:38:20 -0000
@@ -462,7 +462,6 @@
    There are a number of remote interfaces for talking to existing ROM
 monitors and other hardware:
 
-	remote-array.c   Array Tech RAID controller
 	remote-e7000.c	 Hitachi E7000 ICE
 	remote-est.c	 EST emulator
 	remote-hms.c	 Hitachi Micro Systems H8/300 monitor
Index: config/djgpp/fnchange.lst
===================================================================
RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v
retrieving revision 1.50
diff -u -r1.50 fnchange.lst
--- config/djgpp/fnchange.lst	20 May 2003 04:08:19 -0000	1.50
+++ config/djgpp/fnchange.lst	14 Jun 2003 23:38:20 -0000
@@ -168,7 +168,6 @@
 @V@/gdb/regformats/reg-i386-linux.dat @V@/gdb/regformats/r-i386-lnx.dat
 @V@/gdb/regformats/reg-s390x.dat @V@/gdb/regformats/r-s390x.dat
 @V@/gdb/remote-adapt.c @V@/gdb/rmt-adapt.c
-@V@/gdb/remote-array.c @V@/gdb/rmt-array.c
 @V@/gdb/remote-e7000.c @V@/gdb/rmt-e7000.c
 @V@/gdb/remote-eb.c @V@/gdb/rmt-eb.c
 @V@/gdb/remote-est.c @V@/gdb/rmt-est.c
Index: config/mips/embed.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/mips/embed.mt,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 embed.mt
--- config/mips/embed.mt	16 Apr 1999 01:34:22 -0000	1.1.1.1
+++ config/mips/embed.mt	14 Jun 2003 23:38:20 -0000
@@ -1,5 +1,5 @@
 # Target: Big-endian mips board, typically an IDT.
-TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
+TDEPFILES= mips-tdep.o remote-mips.o
 TM_FILE= tm-embed.h
 SIM_OBS = remote-sim.o
 SIM = ../sim/mips/libsim.a
Index: config/mips/embed64.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/mips/embed64.mt,v
retrieving revision 1.2
diff -u -r1.2 embed64.mt
--- config/mips/embed64.mt	1 Jun 2003 14:45:28 -0000	1.2
+++ config/mips/embed64.mt	14 Jun 2003 23:38:20 -0000
@@ -1,5 +1,5 @@
 # Target: Big-endian mips board, typically an IDT.
-TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
+TDEPFILES= mips-tdep.o remote-mips.o
 TM_FILE= tm-mips64.h
 SIM_OBS = remote-sim.o
 SIM = ../sim/mips/libsim.a
Index: config/mips/embedl.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/mips/embedl.mt,v
retrieving revision 1.2
diff -u -r1.2 embedl.mt
--- config/mips/embedl.mt	1 Jun 2003 14:45:28 -0000	1.2
+++ config/mips/embedl.mt	14 Jun 2003 23:38:20 -0000
@@ -1,5 +1,5 @@
 # Target: Big-endian mips board, typically an IDT.
-TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
+TDEPFILES= mips-tdep.o remote-mips.o
 TM_FILE= tm-mips.h
 SIM_OBS = remote-sim.o
 SIM = ../sim/mips/libsim.a
Index: config/mips/embedl64.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/mips/embedl64.mt,v
retrieving revision 1.2
diff -u -r1.2 embedl64.mt
--- config/mips/embedl64.mt	1 Jun 2003 14:45:28 -0000	1.2
+++ config/mips/embedl64.mt	14 Jun 2003 23:38:20 -0000
@@ -1,5 +1,5 @@
 # Target: Big-endian mips board, typically an IDT.
-TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
+TDEPFILES= mips-tdep.o remote-mips.o
 TM_FILE= tm-mips64.h
 SIM_OBS = remote-sim.o
 SIM = ../sim/mips/libsim.a

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