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/obsolete] op50-rom.c, w89k-rom.c: delete


This patch deletes two ROM monitors which were used only in
hppa*-*-pro*.  hppa*-*-pro* was obsoleted in gdb 6.0 and has
been deleted in gdb HEAD.

Testing: I built gdb on native hppa2.0w-hp-hpux11.11 to make
sure that I didn't bollix Makefile.in.

I am committing this under the "obsolete target" rule.

Michael C

2004-01-04  Michael Chastain  <mec.gnu@mindspring.com>

	* op50-rom.c: Delete.
	* w89k-rom.c: Delete.
	* Makefile.in: Remove references.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.475
diff -c -3 -p -r1.475 Makefile.in
*** Makefile.in	3 Jan 2004 10:08:44 -0000	1.475
--- Makefile.in	4 Jan 2004 22:11:09 -0000
***************
*** 1,5 ****
  # Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
! # 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
  
  # This file is part of GDB.
  
--- 1,5 ----
  # Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
! # 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
  
  # This file is part of GDB.
  
*************** observer.o: observer.c $(defs_h) $(obser
*** 2111,2118 ****
  ocd.o: ocd.c $(defs_h) $(gdbcore_h) $(gdb_string_h) $(frame_h) $(inferior_h) \
  	$(bfd_h) $(symfile_h) $(target_h) $(gdbcmd_h) $(objfiles_h) \
  	$(gdb_stabs_h) $(serial_h) $(ocd_h) $(regcache_h)
- op50-rom.o: op50-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
- 	$(serial_h)
  osabi.o: osabi.c $(defs_h) $(gdb_assert_h) $(gdb_string_h) $(osabi_h) \
  	$(arch_utils_h) $(gdbcmd_h) $(command_h) $(elf_bfd_h)
  pa64solib.o: pa64solib.c $(defs_h) $(frame_h) $(bfd_h) $(libhppa_h) \
--- 2111,2116 ----
*************** varobj.o: varobj.c $(defs_h) $(value_h) 
*** 2476,2483 ****
  vax-tdep.o: vax-tdep.c $(defs_h) $(symtab_h) $(opcode_vax_h) $(gdbcore_h) \
  	$(inferior_h) $(regcache_h) $(frame_h) $(value_h) $(arch_utils_h) \
  	$(gdb_string_h) $(osabi_h) $(dis_asm_h) $(vax_tdep_h)
- w89k-rom.o: w89k-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
- 	$(serial_h) $(xmodem_h) $(regcache_h)
  win32-nat.o: win32-nat.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \
  	$(gdbcore_h) $(command_h) $(completer_h) $(regcache_h) $(top_h) \
  	$(i386_tdep_h) $(buildsym_h) $(symfile_h) $(objfiles_h) \
--- 2474,2479 ----


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