tm.h revision 1.5
1/* This file is automatically generated.  DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-gcc,v 1.87 2016/03/17 23:41:21 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#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 NETBSD_ENABLE_PTHREADS
17# define NETBSD_ENABLE_PTHREADS
18#endif
19#ifdef IN_GCC
20# include "options.h"
21# include "insn-constants.h"
22# include "config/rs6000/secureplt.h"
23# include "config/rs6000/biarch64.h"
24# include "config/rs6000/rs6000.h"
25# include "config/dbxelf.h"
26# include "config/elfos.h"
27# include "config/freebsd-spec.h"
28# include "config/netbsd.h"
29# include "config/netbsd-elf.h"
30# include "config/rs6000/sysv4.h"
31# include "config/rs6000/default64.h"
32# include "config/rs6000/netbsd64.h"
33# include "config/rs6000/option-defaults.h"
34# include "config/initfini-array.h"
35#endif
36#if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
37# include "insn-flags.h"
38#endif
39#if defined IN_GCC && !defined GENERATOR_FILE
40# include "insn-modes.h"
41#endif
42#if defined IN_GCC && defined GENERATOR_FILE && !defined BITS_PER_UNIT
43#include "machmode.h"
44#endif
45# include "defaults.h"
46#endif /* GCC_TM_H */
47