From d07e072c5a986bfb04ea830e3e6129290e744eaf Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 29 Oct 1992 19:32:25 +0000 Subject: Allow for cross compilation. From-SVN: r2649 --- gcc/mips-tdump.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'gcc/mips-tdump.c') diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c index 5f30aba..a650a51 100644 --- a/gcc/mips-tdump.c +++ b/gcc/mips-tdump.c @@ -24,9 +24,18 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include -#include #include "config.h" +#ifndef CROSS_COMPILE +#include +#else +#include "symconst.h" +#define LANGUAGE_C +#include "sym.h" +#include "filehdr.h" +#define ST_RFDESCAPE 0xfff +#endif + #ifdef __STDC__ typedef void *PTR_T; typedef const void *CPTR_T; -- cgit v1.1