]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - gnu/usr.bin/binutils/as/mips-freebsd/itbl-cpu.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / gnu / usr.bin / binutils / as / mips-freebsd / itbl-cpu.h
1 /* $FreeBSD$ */
2
3 #include "itbl-mips.h"
4
5 /* Choose a default ABI for MIPS targets.  */
6 #ifndef MIPS_DEFAULT_ABI
7 #define MIPS_DEFAULT_ABI NO_ABI
8 #endif
9
10 /* Default CPU for MIPS targets.  */
11 #define MIPS_CPU_STRING_DEFAULT "from-abi"
12
13 /* Generate 64-bit code by default on MIPS targets.  */
14 #ifndef MIPS_DEFAULT_64BIT
15 #define MIPS_DEFAULT_64BIT 0
16 #endif
17
18 /* Allow use of E_MIPS_ABI_O32 on MIPS targets.  */
19 #define USE_E_MIPS_ABI_O32 1
20
21 /* Use traditional mips */
22 #define TE_TMIPS 1