_tilib.c: Don't include tsystem.h or defaults.h.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 2 Feb 2003 19:55:15 +0000 (19:55 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 2 Feb 2003 19:55:15 +0000 (19:55 +0000)
* 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
gcc/config/mips/_tilib.c

index c567d4566158514095b5b7d9e797126b6fb62b0f..da74c1b580e6f9c679ff59456f58618152eebe1b 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * 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  <schwab@suse.de>
 
        * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
index 0a76f8ab857f6fbc0cb90cdfae25e483ff20a79f..7118f8425889d212cc3041594b2b9f76d816c7e2 100644 (file)
@@ -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 */