xref: /netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/x86_64/tm.h (revision cb63e24e8d6aae7ddac1859a9015f48b1d8bd90e)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
3 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4 
5 #ifndef GCC_TM_H
6 #define GCC_TM_H
7 #ifndef LIBC_GLIBC
8 # define LIBC_GLIBC 1
9 #endif
10 #ifndef LIBC_UCLIBC
11 # define LIBC_UCLIBC 2
12 #endif
13 #ifndef LIBC_BIONIC
14 # define LIBC_BIONIC 3
15 #endif
16 #ifndef LIBC_MUSL
17 # define LIBC_MUSL 4
18 #endif
19 #ifndef USE_IX86_FRAME_POINTER
20 # define USE_IX86_FRAME_POINTER 1
21 #endif
22 #ifdef IN_GCC
23 # include "options.h"
24 # include "insn-constants.h"
25 # include "config/vxworks-dummy.h"
26 # include "config/i386/biarch64.h"
27 # include "config/i386/i386.h"
28 # include "config/i386/unix.h"
29 # include "config/i386/att.h"
30 # include "config/dbxelf.h"
31 # include "config/elfos.h"
32 # include "config/netbsd.h"
33 # include "config/netbsd-stdint.h"
34 # include "config/netbsd-elf.h"
35 # include "config/i386/x86-64.h"
36 # include "config/i386/netbsd64.h"
37 # include "config/initfini-array.h"
38 #endif
39 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
40 # include "insn-flags.h"
41 #endif
42 #if defined IN_GCC && !defined GENERATOR_FILE
43 # include "insn-modes.h"
44 #endif
45 # include "defaults.h"
46 #endif /* GCC_TM_H */
47