xref: /netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/mips64el/tm.h (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: 	NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
3 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
4 
5 #ifndef GCC_TM_H
6 #define GCC_TM_H
7 #define TARGET_CPU_DEFAULT (((MASK_ABICALLS|MASK_FLOAT64|MASK_SOFT_FLOAT_ABI|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS)
8 #ifndef TARGET_ENDIAN_DEFAULT
9 # define TARGET_ENDIAN_DEFAULT 0
10 #endif
11 #ifndef NETBSD_ENABLE_PTHREADS
12 # define NETBSD_ENABLE_PTHREADS
13 #endif
14 #ifndef MIPS_ABI_DEFAULT
15 # define MIPS_ABI_DEFAULT ABI_N32
16 #endif
17 #ifdef IN_GCC
18 # include "options.h"
19 # include "config/elfos.h"
20 # include "config/mips/mips.h"
21 # include "config/mips/elf.h"
22 # include "config/netbsd.h"
23 # include "config/netbsd-elf.h"
24 # include "config/mips/netbsd.h"
25 # include "config/mips/netbsd64.h"
26 # include "defaults.h"
27 #endif
28 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
29 # include "insn-constants.h"
30 # include "insn-flags.h"
31 #endif
32 #endif /* GCC_TM_H */
33