From: John Gilmore Date: Fri, 28 Feb 1992 00:37:03 +0000 (+0000) Subject: * mipsread.c: Byte-swap the symbol table structures, using X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d141f3e30df1e06c424edd51713986d2d3c462aa;p=binutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cc7681edf16..99b3ee4b849 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 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. diff --git a/gdb/ecoff.c b/gdb/ecoff.c index 024dd1e494f..4397c9c2302 100755 --- a/gdb/ecoff.c +++ b/gdb/ecoff.c @@ -23,7 +23,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #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)