_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
This commit is contained in:
Kaveh R. Ghazi 2003-02-02 19:55:15 +00:00 committed by Kaveh Ghazi
parent 4b550d9f65
commit 1f143d5ab1
2 changed files with 7 additions and 6 deletions

View 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.

View 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 */