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 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().
#include <sys/stat.h>
#include <strings.h>
+/* Undo brain-damage in some <strings.h> that '#define index strchr'.
+ Note that tm-mips.h includes coff/sym.h, which has a structure with a
+ member named 'index'. */
+#undef index
+
#include "coff/mips.h" /* COFF-like aspects of ecoff files */
-#include "coff/sym.h" /* Symbol structures in ecoff files */
-#include "coff/symconst.h" /* Manifest constants in ecoff sym structures */
#include "coff/ecoff-ext.h" /* External forms of ecoff sym structures */
#include "libaout.h" /* FIXME Secret internal BFD stuff for a.out */