From 04c3f19d04b58ea73af887504dcb3b04527f12d9 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 22 Sep 1993 02:28:05 +0000 Subject: [PATCH] [CROSS_COMPILE]: Include mips/a.out.h. From-SVN: r5381 --- gcc/mips-tdump.c | 8 ++------ gcc/mips-tfile.c | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c index cf6024797f43..741400ae0f9f 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 #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 diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c index ca9f3ff40e85..01aaed0d5637 100644 --- a/gcc/mips-tfile.c +++ b/gcc/mips-tfile.c @@ -695,12 +695,8 @@ main () #ifndef CROSS_COMPILE #include #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 */ #if defined (USG) || defined (NO_STAB_H) #include "gstab.h" /* If doing DBX on sysV, use our own stab.h. */ -- 2.43.5