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]

[patch] Delete ser-ocd.c


Hello,

I've committed the attached. It deletes the file ser-ocd.c.
While the TODO suggested obsoleteing it discussion on the GDB lists has 
concluded that the file should never have been accepted.  Obsoleting it 
would just prolong the agony :-)

	enjoy,
		Andrew
2001-06-27  Andrew Cagney  <ac131313@redhat.com>

	* ser-ocd.c: Delete file.
	* Makefile.in (ALLDEPFILES): Remove ser-ocd.c
	(ser-ocd.o): Delete target.
	* TODO: Update.
	* NEWS: Update.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.90
diff -p -r1.90 Makefile.in
*** Makefile.in	2001/06/10 00:47:02	1.90
--- Makefile.in	2001/06/28 03:00:44
*************** ALLDEPFILES = 29k-share/udi/udip2soc.c 2
*** 1173,1179 ****
  	remote-st.c remote-utils.c dcache.c \
  	remote-udi.c remote-vx.c remote-vx29k.c \
  	rs6000-nat.c rs6000-tdep.c \
! 	ser-go32.c ser-pipe.c ser-ocd.c ser-tcp.c \
  	sh-tdep.c solib.c sparc-nat.c \
  	sparc-tdep.c sparcl-tdep.c sun3-nat.c \
  	symm-tdep.c symm-nat.c \
--- 1173,1179 ----
  	remote-st.c remote-utils.c dcache.c \
  	remote-udi.c remote-vx.c remote-vx29k.c \
  	rs6000-nat.c rs6000-tdep.c \
! 	ser-go32.c ser-pipe.c ser-tcp.c \
  	sh-tdep.c solib.c sparc-nat.c \
  	sparc-tdep.c sparcl-tdep.c sun3-nat.c \
  	symm-tdep.c symm-nat.c \
*************** scm-valprint.o: $(defs_h) $(value_h) par
*** 1936,1943 ****
  ser-go32.o: ser-go32.c $(defs_h) serial.h 
  
  ser-mac.o: ser-mac.c $(defs_h) serial.h 
- 
- ser-ocd.o: ser-ocd.c $(defs_h) serial.h $(gdb_string_h)
  
  ser-pipe.o: ser-pipe.c $(defs_h) serial.h $(gdb_string_h) ser-unix.h
  
--- 1936,1941 ----
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.24
diff -p -r1.24 NEWS
*** NEWS	2001/05/12 01:34:09	1.24
--- NEWS	2001/06/28 03:00:50
*************** been commented out.  Unless there is act
*** 37,49 ****
  configurations, the next release of GDB will have their sources
  permanently REMOVED.
  
! * REMOVED configurations
  
  Altos 3068					m68*-altos-*
  Convex						c1-*-*, c2-*-*
  Pyramid						pyramid-*-*
  ARM RISCix					arm-*-* (as host)
  Tahoe						tahoe-*-*
  
  * Other news:
  
--- 37,50 ----
  configurations, the next release of GDB will have their sources
  permanently REMOVED.
  
! * REMOVED configurations and files
  
  Altos 3068					m68*-altos-*
  Convex						c1-*-*, c2-*-*
  Pyramid						pyramid-*-*
  ARM RISCix					arm-*-* (as host)
  Tahoe						tahoe-*-*
+ ser-ocd.c					*-*-*
  
  * Other news:
  
Index: TODO
===================================================================
RCS file: /cvs/src/src/gdb/TODO,v
retrieving revision 1.83
diff -p -r1.83 TODO
*** TODO	2001/05/10 18:20:51	1.83
--- TODO	2001/06/28 03:00:57
*************** and most likely also:
*** 26,35 ****
  
  --
  
- Obsolete ser-ocd.c.
- 
- --
- 
  Wow, three bug reports for the same problem in one day!  We should
  probably make fixing this a real priority :-).
  
--- 26,31 ----
Index: config/powerpc/ppc-eabi.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/powerpc/ppc-eabi.mt,v
retrieving revision 1.2
diff -p -r1.2 ppc-eabi.mt
*** ppc-eabi.mt	2000/07/31 20:56:43	1.2
--- ppc-eabi.mt	2001/06/28 03:01:00
***************
*** 1,3 ****
  # Target: PowerPC running eabi
! TDEPFILES= ser-ocd.o rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o dink32-rom.o ppc-bdm.o ocd.o remote-sds.o ppc-linux-tdep.o
  TM_FILE= tm-ppc-eabi.h
--- 1,3 ----
  # Target: PowerPC running eabi
! TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o dink32-rom.o ppc-bdm.o ocd.o remote-sds.o ppc-linux-tdep.o
  TM_FILE= tm-ppc-eabi.h
Index: config/powerpc/ppc-sim.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/powerpc/ppc-sim.mt,v
retrieving revision 1.2
diff -p -r1.2 ppc-sim.mt
*** ppc-sim.mt	2000/07/31 20:56:43	1.2
--- ppc-sim.mt	2001/06/28 03:01:00
***************
*** 1,5 ****
  # Target: PowerPC running eabi and including the simulator
! TDEPFILES= ser-ocd.o rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o dink32-rom.o ppc-bdm.o ocd.o remote-sds.o ppc-linux-tdep.o
  TM_FILE= tm-ppc-eabi.h
  
  SIM_OBS = remote-sim.o
--- 1,5 ----
  # Target: PowerPC running eabi and including the simulator
! TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o dink32-rom.o ppc-bdm.o ocd.o remote-sds.o ppc-linux-tdep.o
  TM_FILE= tm-ppc-eabi.h
  
  SIM_OBS = remote-sim.o
Index: config/powerpc/ppcle-eabi.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/powerpc/ppcle-eabi.mt,v
retrieving revision 1.2
diff -p -r1.2 ppcle-eabi.mt
*** ppcle-eabi.mt	2000/07/31 20:56:43	1.2
--- ppcle-eabi.mt	2001/06/28 03:01:00
***************
*** 1,3 ****
  # Target: PowerPC running eabi in little endian mode
! TDEPFILES= ser-ocd.o rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o ppc-bdm.o ocd.o ppc-linux-tdep.o
  TM_FILE= tm-ppcle-eabi.h
--- 1,3 ----
  # Target: PowerPC running eabi in little endian mode
! TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o ppc-bdm.o ocd.o ppc-linux-tdep.o
  TM_FILE= tm-ppcle-eabi.h
Index: config/powerpc/ppcle-sim.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/powerpc/ppcle-sim.mt,v
retrieving revision 1.2
diff -p -r1.2 ppcle-sim.mt
*** ppcle-sim.mt	2000/07/31 20:56:43	1.2
--- ppcle-sim.mt	2001/06/28 03:01:00
***************
*** 1,5 ****
  # Target: PowerPC running eabi in little endian mode under the simulator
! TDEPFILES= ser-ocd.o rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o ppc-bdm.o ocd.o ppc-linux-tdep.o
  TM_FILE= tm-ppcle-eabi.h
  
  SIM_OBS = remote-sim.o
--- 1,5 ----
  # Target: PowerPC running eabi in little endian mode under the simulator
! TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o ppc-bdm.o ocd.o ppc-linux-tdep.o
  TM_FILE= tm-ppcle-eabi.h
  
  SIM_OBS = remote-sim.o

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