[CROSS_COMPILE]: Include mips/a.out.h.
From-SVN: r5381
This commit is contained in:
parent
cb96be0bf7
commit
04c3f19d04
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user