xref: /netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/tm.h (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-gcc.old,v 1.1 2014/02/26 09:54:34 mrg Exp  */
3 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
4 
5 #ifndef GCC_TM_H
6 #define GCC_TM_H
7 #define TARGET_CPU_DEFAULT ((MASK_PA_11|MASK_NO_SPACE_REGS|MASK_BIG_SWITCH|MASK_GAS|MASK_JUMP_IN_DELAY))
8 #ifndef NETBSD_ENABLE_PTHREADS
9 # define NETBSD_ENABLE_PTHREADS
10 #endif
11 #ifdef IN_GCC
12 # include "options.h"
13 # include "config/pa/pa.h"
14 # include "config/dbxelf.h"
15 # include "config/elfos.h"
16 # include "config/svr4.h"
17 # include "config/netbsd.h"
18 # include "config/netbsd-elf.h"
19 # include "config/pa/pa-netbsd.h"
20 # include "config/pa/pa32-regs.h"
21 # include "config/pa/pa32-netbsd.h"
22 # include "defaults.h"
23 #endif
24 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
25 # include "insn-constants.h"
26 # include "insn-flags.h"
27 #endif
28 #endif /* GCC_TM_H */
29