From 1f143d5ab12906502016658fe60215b2c9c0e89b Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Sun, 2 Feb 2003 19:55:15 +0000 Subject: [PATCH] _tilib.c: Don't include tsystem.h or defaults.h. * mips/_tilib.c: Don't include tsystem.h or defaults.h. Don't define LIBGCC2_WORDS_BIG_ENDIAN. Include coretypes.h and tm.h. From-SVN: r62284 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/_tilib.c | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c567d456615..da74c1b580e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-02-02 Kaveh R. Ghazi + + * mips/_tilib.c: Don't include tsystem.h or defaults.h. Don't + define LIBGCC2_WORDS_BIG_ENDIAN. Include coretypes.h and tm.h. + 2003-02-02 Andreas Schwab * varasm.c (asm_output_aligned_bss): Declare as possibly unused. diff --git a/gcc/config/mips/_tilib.c b/gcc/config/mips/_tilib.c index 0a76f8ab857..7118f842588 100644 --- a/gcc/config/mips/_tilib.c +++ b/gcc/config/mips/_tilib.c @@ -21,12 +21,8 @@ Boston, MA 02111-1307, USA. */ #include "tconfig.h" -#include "tsystem.h" -#include "defaults.h" - -#ifndef LIBGCC2_WORDS_BIG_ENDIAN -#define LIBGCC2_WORDS_BIG_ENDIAN WORDS_BIG_ENDIAN -#endif +#include "coretypes.h" +#include "tm.h" #if _MIPS_SIM == 2 /* N32 */ || _MIPS_SIM == 3 /* 64 */