This is the mail archive of the gdb-cvs@sourceware.org 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]

src/gdb ChangeLog Makefile.in NEWS configure.h ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	drow@sourceware.org	2007-03-29 20:58:29

Modified files:
	gdb            : ChangeLog Makefile.in NEWS configure.host 
	                 configure.tgt 
Removed files:
	gdb            : coff-solib.c coff-solib.h i386v-nat.c 
	                 lynx-nat.c remote-st.c uw-thread.c 
	gdb/config     : nm-lynx.h 
	gdb/config/i386: i386sco.mh i386sco4.mh i386sco5.mh i386v.mh 
	                 i386v4.mh i386v42mp.mh ncr3000.mh ncr3000.mt 
	                 nm-i386sco.h nm-i386sco4.h nm-i386sco5.h 
	                 nm-i386v.h nm-i386v4.h nm-i386v42mp.h 
	gdb/config/m68k: cisco.mt os68k.mt st2000.mt tm-cisco.h 
	                 tm-os68k.h 
	gdb/config/rs6000: rs6000lynx.mh rs6000lynx.mt tm-rs6000ly.h 

Log message:
	* Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
	(remote-st.o, uw-thread.o): Delete.
	(HFILES_NO_SRCDIR, ALLDEPFILES): Update.
	* configure.host: Move hppa*-*-hiux*, i[34567]86-ncr-*,
	i[34567]86-*-dgux*, i[34567]86-*-lynxos*, i[34567]86-*-sco3.2v5*,
	i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*, i[34567]86-*-sysv4.2*,
	i[34567]86-*-sysv4*, i[34567]86-*-sysv5*, i[34567]86-*-unixware2*,
	i[34567]86-*-unixware*, i[34567]86-*-sysv*, i[34567]86-*-isc*, and
	rs6000-*-lynxos* to an obsoletion stanza.
	* configure.tgt: Move hppa*-*-hiux*, i[34567]86-ncr-*,
	i[34567]86-*-lynxos*, m68*-cisco*-*, m68*-tandem-*, m68*-*-os68k*,
	and rs6000-*-lynxos* to an obsoletion stanza.  Do not mention
	i[34567]86-*-netware*.
	* NEWS: Mention deleted targets.
	
	* coff-solib.c, coff-solib.h, i386v-nat.c, lynx-nat.c, remote-st.c,
	uw-thread.c, config/nm-lynx.h, config/i386/i386sco.mh,
	config/i386/i386sco4.mh, config/i386/i386sco5.mh, config/i386/i386v.mh,
	config/i386/i386v4.mh, config/i386/i386v42mp.mh,
	config/i386/ncr3000.mh, config/i386/ncr3000.mt,
	config/i386/nm-i386sco.h, config/i386/nm-i386sco4.h,
	config/i386/nm-i386sco5.h, config/i386/nm-i386v.h,
	config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h,
	config/m68k/cisco.mt, config/m68k/os68k.mt, config/m68k/st2000.mt,
	config/m68k/tm-cisco.h, config/m68k/tm-os68k.h,
	config/rs6000/rs6000lynx.mh, config/rs6000/rs6000lynx.mt,
	config/rs6000/tm-rs6000ly.h: Delete files.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.8246&r2=1.8247
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.885&r2=1.886
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&r1=1.216&r2=1.217
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.host.diff?cvsroot=src&r1=1.97&r2=1.98
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.tgt.diff?cvsroot=src&r1=1.184&r2=1.185
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/coff-solib.c.diff?cvsroot=src&r1=1.8&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/coff-solib.h.diff?cvsroot=src&r1=1.10&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/i386v-nat.c.diff?cvsroot=src&r1=1.17&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/lynx-nat.c.diff?cvsroot=src&r1=1.23&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote-st.c.diff?cvsroot=src&r1=1.32&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/uw-thread.c.diff?cvsroot=src&r1=1.15&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/nm-lynx.h.diff?cvsroot=src&r1=1.10&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/i386sco.mh.diff?cvsroot=src&r1=1.3&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/i386sco4.mh.diff?cvsroot=src&r1=1.4&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/i386sco5.mh.diff?cvsroot=src&r1=1.6&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/i386v.mh.diff?cvsroot=src&r1=1.3&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/i386v4.mh.diff?cvsroot=src&r1=1.5&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/i386v42mp.mh.diff?cvsroot=src&r1=1.9&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/ncr3000.mh.diff?cvsroot=src&r1=1.3&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/ncr3000.mt.diff?cvsroot=src&r1=1.5&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/nm-i386sco.h.diff?cvsroot=src&r1=1.6&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/nm-i386sco4.h.diff?cvsroot=src&r1=1.3&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/nm-i386sco5.h.diff?cvsroot=src&r1=1.8&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/nm-i386v.h.diff?cvsroot=src&r1=1.8&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/nm-i386v4.h.diff?cvsroot=src&r1=1.8&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/nm-i386v42mp.h.diff?cvsroot=src&r1=1.8&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/m68k/cisco.mt.diff?cvsroot=src&r1=1.2&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/m68k/os68k.mt.diff?cvsroot=src&r1=1.3&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/m68k/st2000.mt.diff?cvsroot=src&r1=1.3&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/m68k/tm-cisco.h.diff?cvsroot=src&r1=1.7&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/m68k/tm-os68k.h.diff?cvsroot=src&r1=1.7&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/rs6000/rs6000lynx.mh.diff?cvsroot=src&r1=1.7&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/rs6000/rs6000lynx.mt.diff?cvsroot=src&r1=1.8&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/rs6000/tm-rs6000ly.h.diff?cvsroot=src&r1=1.7&r2=NONE


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