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]

Re: [rfc/5.1] Obsolete stuff.c and kdb-start.c


Andrew Cagney wrote:
> 
> Hello,
> 
> I intend committing the attatched (well ok I only attached the ChangeLog
> entry).  People keep suggesting that this should happen - this commit
> will do it... :-)

Done.

	Andrew
2001-03-22  Andrew Cagney  <ac131313@redhat.com>

	* Makefile.in (NTSSTART): Delete.
	(NTSOBS): Delete.
	(kdb): Delete target.
	* kdb-start.c, stuff.c: Mark as obsolete.
	* NEWS: Update.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.74
diff -p -r1.74 Makefile.in
*** Makefile.in	2001/03/21 11:36:57	1.74
--- Makefile.in	2001/03/23 00:56:08
*************** OBS = $(COMMON_OBS) $(ANNOTATE_OBS)
*** 692,701 ****
  
  TSOBS = inflow.o
  
- NTSOBS = standalone.o
- 
- NTSSTART = kdb-start.o
- 
  SUBDIRS = @SUBDIRS@
  
  # For now, shortcut the "configure GDB for fewer languages" stuff.
--- 692,697 ----
*************** xm-sun4os4.h: xm-sparc.h
*** 901,910 ****
  tm-sun4os4.h: tm-sparc.h
  xm-vaxult.h: xm-vax.h
  xm-vaxbsd.h: xm-vax.h
- 
- kdb:	$(NTSSTART) $(OBS) $(CONFIG_OBS) $(NTSOBS) $(ADD_DEPS) $(CDEPS)
- 	ld -o kdb $(NTSSTART) $(OBS) $(CONFIG_OBS) $(NTSOBS) init.o \
- 	 $(ADD_FILES) -lc $(CLIBS)
  
  # Put the proper machine-specific files first, so M-. on a machine
  # specific routine gets the one for the correct machine.  (FIXME: those
--- 897,902 ----
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.14
diff -p -r1.14 NEWS
*** NEWS	2001/03/15 01:07:51	1.14
--- NEWS	2001/03/23 00:56:23
*************** x86 FreeBSD 3.x and 4.x				i[3456]86*-fr
*** 12,21 ****
  
  * New targets
  
! * OBSOLETE configurations
  
  x86 FreeBSD before 2.2				i[3456]86*-freebsd{1,2.[01]}*, 
  Harris/CXUX m88k				m88*-harris-cxux*
  
  Configurations that have been declared obsolete in this release have
  been commented out.  Unless there is activity to revive these
--- 12,24 ----
  
  * New targets
  
! * OBSOLETE configurations and files
  
  x86 FreeBSD before 2.2				i[3456]86*-freebsd{1,2.[01]}*, 
  Harris/CXUX m88k				m88*-harris-cxux*
+ 
+ stuff.c (Program to stuff files into a specially prepared space in kdb)
+ kdb-start.c (Main loop for the standalone kernel debugger)
  
  Configurations that have been declared obsolete in this release have
  been commented out.  Unless there is activity to revive these

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