diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-09-22 02:28:05 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-09-22 02:28:05 +0000 |
commit | c4cbc647edce8234b8d581ce96aba0e12aadff9f (patch) | |
tree | dff4845b10036435ae9848cc775041fe8e307af4 /gcc/mips-tdump.c | |
parent | fcc49567034d48f95f644c2ca80185f512dfee37 (diff) | |
download | gcc-c4cbc647edce8234b8d581ce96aba0e12aadff9f.tar.gz |
[CROSS_COMPILE]: Include mips/a.out.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5381 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/mips-tdump.c')
-rw-r--r-- | gcc/mips-tdump.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c index cf6024797f4..741400ae0f9 100644 --- a/gcc/mips-tdump.c +++ b/gcc/mips-tdump.c @@ -33,12 +33,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef CROSS_COMPILE #include <a.out.h> #else -#include "symconst.h" -#define LANGUAGE_C -#include "sym.h" -#include "filehdr.h" -#define ST_RFDESCAPE 0xfff -#endif +#include "mips/a.out.h" +#endif /* CROSS_COMPILE */ #ifndef MIPS_IS_STAB /* Macros for mips-tfile.c to encapsulate stabs in ECOFF, and for |