itbl-cpu.h revision 233388
1/* $FreeBSD: head/gnu/usr.bin/binutils/as/mips-freebsd/itbl-cpu.h 233388 2012-03-23 19:37:45Z gonzo $ */
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
23