aboutsummaryrefslogtreecommitdiff
path: root/gdb/ecoff.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-02-28 00:37:03 +0000
committerJohn Gilmore <gnu@cygnus>1992-02-28 00:37:03 +0000
commitd141f3e30df1e06c424edd51713986d2d3c462aa (patch)
tree699ad5a709a79fe2be79ff32a0cc024abac6a882 /gdb/ecoff.c
parent238025a44b35882298f7dc73bed0510fce4f0d71 (diff)
downloadgdb-d141f3e30df1e06c424edd51713986d2d3c462aa.zip
gdb-d141f3e30df1e06c424edd51713986d2d3c462aa.tar.gz
gdb-d141f3e30df1e06c424edd51713986d2d3c462aa.tar.bz2
* 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.
Diffstat (limited to 'gdb/ecoff.c')
-rwxr-xr-xgdb/ecoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ecoff.c b/gdb/ecoff.c
index 024dd1e..4397c9c 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)