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 xmodem.h, xmodem.c


xmodem.h and xmodem.c are no longer used in gdb HEAD.
In fact, they are no longer used in gdb 6.1.
In gdb 6.0, they were used by config/pa/hppapro.mt,
  which was OBSOLETE in gdb 6.0 and removed in gdb 6.1.

Die!

Testing: I ran gdb_mbuild.sh on i686-pc-linux-gnu host.  All crosses
built except for alpha-elf and mn10300-elf, which have independent
problems.

I am committing this now.

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

	Fix PR gdb/1562.
	* xmodem.h, xmodem.c: Remove files.
	* Makefile.in: Remove references to xmodem.h, xmodem.c.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.548
diff -c -3 -p -r1.548 Makefile.in
*** Makefile.in	22 Apr 2004 21:13:06 -0000	1.548
--- Makefile.in	24 Apr 2004 11:13:56 -0000
*************** version_h = version.h
*** 774,780 ****
  wince_stub_h = wince-stub.h
  wrapper_h = wrapper.h $(gdb_h)
  xcoffsolib_h = xcoffsolib.h
- xmodem_h = xmodem.h
  
  #
  # gdb/cli/ headers
--- 774,779 ----
*************** xcoffread.o: xcoffread.c $(defs_h) $(bfd
*** 2528,2534 ****
  	$(complaints_h) $(gdb_stabs_h) $(aout_stab_gnu_h)
  xcoffsolib.o: xcoffsolib.c $(defs_h) $(bfd_h) $(xcoffsolib_h) $(inferior_h) \
  	$(gdbcmd_h) $(symfile_h) $(frame_h) $(gdb_regex_h)
- xmodem.o: xmodem.c $(defs_h) $(serial_h) $(target_h) $(xmodem_h)
  xstormy16-tdep.o: xstormy16-tdep.c $(defs_h) $(value_h) $(inferior_h) \
  	$(arch_utils_h) $(regcache_h) $(gdbcore_h) $(objfiles_h) \
  	$(dis_asm_h)
--- 2527,2532 ----


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