This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[commit/obvious] delete hppa*.c dead files
- From: mec dot gnu at mindspring dot com (Michael Elizabeth Chastain)
- To: gdb-patches at sources dot redhat dot com
- Date: Thu, 18 Dec 2003 13:19:19 -0500 (EST)
- Subject: [commit/obvious] delete hppa*.c dead files
This patch deletes some dead hppa*.c files:
hppab-nat.c hppa*-*-bsd* and hppa*-*-osf*
hppam3-nat.c hppa*-*-osf*
Both hppa*-*-bsd* and hppa*-*-osf* were obsoleted in gdb 6.0
and have been removed from gdb HEAD.
I tested this on native hppa2.0w-hp-hpux11.11 by building gdb.
I am committing this now as an obvious fix.
Michael C
===
2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
* hppam3-nat.c: Delete obsolete file.
* hppab-nat.c: Delete obsolete file.
* Makefile.in: Remove references.
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.473
diff -c -3 -p -r1.473 Makefile.in
*** Makefile.in 25 Nov 2003 16:01:36 -0000 1.473
--- Makefile.in 18 Dec 2003 18:01:36 -0000
*************** ALLDEPFILES = \
*** 1273,1279 ****
glibc-tdep.c \
go32-nat.c h8300-tdep.c \
hppa-tdep.c hppa-hpux-tdep.c \
! hppab-nat.c hppah-nat.c hpread.c \
i386-tdep.c i386b-nat.c i386v-nat.c i386-linux-nat.c \
i386v4-nat.c i386ly-tdep.c i386-cygwin-tdep.c \
i386bsd-nat.c i386bsd-tdep.c i386fbsd-nat.c i386fbsd-tdep.c \
--- 1273,1279 ----
glibc-tdep.c \
go32-nat.c h8300-tdep.c \
hppa-tdep.c hppa-hpux-tdep.c \
! hppah-nat.c hpread.c \
i386-tdep.c i386b-nat.c i386v-nat.c i386-linux-nat.c \
i386v4-nat.c i386ly-tdep.c i386-cygwin-tdep.c \
i386bsd-nat.c i386bsd-tdep.c i386fbsd-nat.c i386fbsd-tdep.c \
*************** h8300-tdep.o: h8300-tdep.c $(defs_h) $(v
*** 1827,1839 ****
$(gdb_assert_h) $(dis_asm_h)
hpacc-abi.o: hpacc-abi.c $(defs_h) $(value_h) $(gdb_regex_h) $(gdb_string_h) \
$(gdbtypes_h) $(gdbcore_h) $(cp_abi_h)
- hppab-nat.o: hppab-nat.c $(defs_h) $(inferior_h) $(target_h) $(regcache_h)
hppah-nat.o: hppah-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \
$(gdb_wait_h) $(regcache_h) $(gdb_string_h)
hppa-hpux-tdep.o: hppa-hpux-tdep.c $(defs_h) $(arch_utils_h) $(gdbcore_h) \
$(osabi_h) $(gdb_string_h) $(frame_h)
- hppam3-nat.o: hppam3-nat.c $(defs_h) $(inferior_h) $(floatformat_h) \
- $(regcache_h)
hppa-tdep.o: hppa-tdep.c $(defs_h) $(frame_h) $(bfd_h) $(inferior_h) \
$(value_h) $(regcache_h) $(completer_h) $(language_h) $(osabi_h) \
$(gdb_assert_h) $(infttrace_h) $(symtab_h) $(infcall_h) $(dis_asm_h) \
--- 1827,1836 ----