1185922Simp/* $FreeBSD: releng/11.0/gnu/usr.bin/binutils/as/mips-freebsd/itbl-cpu.h 233388 2012-03-23 19:37:45Z gonzo $ */
2185922Simp
3185922Simp#include "itbl-mips.h"
4185922Simp
5185922Simp/* Choose a default ABI for MIPS targets.  */
6233388Sgonzo#ifndef	MIPS_DEFAULT_ABI
7185922Simp#define MIPS_DEFAULT_ABI NO_ABI
8233388Sgonzo#endif
9185922Simp
10185922Simp/* Default CPU for MIPS targets.  */
11185922Simp#define MIPS_CPU_STRING_DEFAULT "from-abi"
12185922Simp
13185922Simp/* Generate 64-bit code by default on MIPS targets.  */
14233388Sgonzo#ifndef	MIPS_DEFAULT_64BIT
15185922Simp#define MIPS_DEFAULT_64BIT 0
16233388Sgonzo#endif
17185922Simp
18185922Simp/* Allow use of E_MIPS_ABI_O32 on MIPS targets.  */
19185922Simp#define USE_E_MIPS_ABI_O32 1
20185922Simp
21185922Simp/* Use traditional mips */
22185922Simp#define TE_TMIPS 1
23