routines from ecoff.c, to read a symbol table written in any
of the four possible byte orders.
Thu Feb 27 11:48:47 1992 John Gilmore (gnu at cygnus.com)
+ * mipsread.c: Byte-swap the symbol table structures, using
+ routines from ecoff.c, to read a symbol table written in any
+ of the four possible byte orders.
* configure.in (mips-big-* target): Same as Sony News.
* config/mt-bigmips, config/mt-littlemips: Add ecoff.o.
* ecoff.c: New file for symbol swapping routines.
#define LANGUAGE_C /* Wierd MIPS crap */
#include "sym.h" /* MIPS symbols */
#include "symconst.h" /* MIPS symbols */
-#include "ecoff-ext.h" /* ECOFF external struct defns */
+#include "coff/ecoff-ext.h" /* ECOFF external struct defns */
void
ecoff_swap_hdr_in (abfd, ext_copy, intern)