mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 14:23:58 +08:00
_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:
parent
4b550d9f65
commit
1f143d5ab1
@ -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.
|
||||
|
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user