Commit 1f143d5a by Kaveh R. Ghazi Committed by Kaveh Ghazi

_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
parent 4b550d9f
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.
......
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment