]> gcc.gnu.org Git - gcc.git/commitdiff
[CROSS_COMPILE]: Include mips/a.out.h.
authorRichard Stallman <rms@gnu.org>
Wed, 22 Sep 1993 02:28:05 +0000 (02:28 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 22 Sep 1993 02:28:05 +0000 (02:28 +0000)
From-SVN: r5381

gcc/mips-tdump.c
gcc/mips-tfile.c

index cf6024797f43e8f116a51ec7462fdbf589850520..741400ae0f9fab326f39b2e308da523b8203ad08 100644 (file)
@@ -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
index ca9f3ff40e850a83701ec7ae86c82ba019672714..01aaed0d5637e0dc124c5a2c8370725a036f99ad 100644 (file)
@@ -695,12 +695,8 @@ main ()
 #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 */
 
 #if defined (USG) || defined (NO_STAB_H)
 #include "gstab.h"  /* If doing DBX on sysV, use our own stab.h.  */
This page took 0.067016 seconds and 5 git commands to generate.