summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-06-17 05:23:00 +0000
committerFred Fish <fnf@specifix.com>1992-06-17 05:23:00 +0000
commitfa0bcaa3a526dfdc149c6e04b3b97775f1170c08 (patch)
tree823f8c4ff6d178093cfc85a4a7837ed9255be493 /gdb/ChangeLog
parent0cfe5e69da3d40156b85fd4b848017b5c0a74f46 (diff)
downloadbinutils-gdb-fa0bcaa3a526dfdc149c6e04b3b97775f1170c08.tar.gz
* mipsread.c: Undo ill effects from including <strings.h>,
which #defines index to be strchr. Unfortunately, index is a member of a symbol table structure that can't be changed. * mipsread.c: tm-mips.h includes coff/symconst.h and coff/sym.h, remove redundant #include's.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e4434a43f12..27441390aea 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+Tue Jun 16 22:17:49 1992 Fred Fish (fnf@cygnus.com)
+
+ * mipsread.c: Undo ill effects from including <strings.h>,
+ which #defines index to be strchr. Unfortunately, index is
+ a member of a symbol table structure that can't be changed.
+ * mipsread.c: tm-mips.h includes coff/symconst.h and coff/sym.h,
+ remove redundant #include's.
+
Tue Jun 16 14:15:51 1992 Stu Grossman (grossman at cygnus.com)
* mipsread.c: #include <strings.h> for rindex().