diff options
author | Stu Grossman <grossman@cygnus> | 1992-10-09 21:23:43 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-10-09 21:23:43 +0000 |
commit | 89f1a7df700d6ef16aa606b1971195421e726a28 (patch) | |
tree | f0b0db931cc4c77cba7525e1945c93f78582748e | |
parent | 03c0866031e9f8a380d726588fad20dd34c5305c (diff) | |
download | gdb-89f1a7df700d6ef16aa606b1971195421e726a28.zip gdb-89f1a7df700d6ef16aa606b1971195421e726a28.tar.gz gdb-89f1a7df700d6ef16aa606b1971195421e726a28.tar.bz2 |
* config/bigmips.mh config/littlemips.mh: Remove mips-xdep.o.
Also add nm-irix3.h to .Sanitize, and remove references to .Sanitize from
ChangeLog.
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8332c15..ed25dd5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 9 14:20:08 1992 Stu Grossman (grossman at cygnus.com) + + * config/bigmips.mh config/littlemips.mh: Remove mips-xdep.o. + Fri Oct 9 08:41:11 1992 Ian Lance Taylor (ian@cygnus.com) * xm-hppah.h: if __STDC__ is not defined, define @@ -2656,7 +2660,7 @@ Fri Apr 24 07:41:19 1992 Stu Grossman (grossman at cygnus.com) rewrite, only leave out the bugs. * Makefile.in: Add 29k/UDI support. Improve depend. - * .Sanitize, alldeps.mak, configure.in, depend: Add 29k/UDI support. + * alldeps.mak, configure.in, depend: Add 29k/UDI support. * am29k-tdep.c: Update to use new calling conventions, and misc symbol elements. @@ -3692,10 +3696,10 @@ Thu Mar 5 23:56:01 1992 John Gilmore (gnu at cygnus.com) Thu Mar 5 12:32:09 1992 Stu Grossman (grossman at cygnus.com) - * config.sub configure.in config/.Sanitize config/mh-irix4 - gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c + * config.sub configure.in config/mh-irix4 + gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h - gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3 + gdb/xm-irix4.h gdb/config/mt-irix3 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x. Wed Mar 4 11:56:42 1992 Fred Fish (fnf@cygnus.com) |