itbl-cpu.h revision 185922
1/* $FreeBSD: head/gnu/usr.bin/binutils/as/mips-freebsd/itbl-cpu.h 185922 2008-12-11 08:15:14Z imp $ */
2
3#include "itbl-mips.h"
4
5/* Choose a default ABI for MIPS targets.  */
6/* XXX: Where should this be ? */
7#define MIPS_DEFAULT_ABI NO_ABI
8
9/* Default CPU for MIPS targets.  */
10#define MIPS_CPU_STRING_DEFAULT "from-abi"
11
12/* Generate 64-bit code by default on MIPS targets.  */
13#define MIPS_DEFAULT_64BIT 0
14
15/* Allow use of E_MIPS_ABI_O32 on MIPS targets.  */
16#define USE_E_MIPS_ABI_O32 1
17
18/* Use traditional mips */
19#define TE_TMIPS 1
20