NetBSD/gnu/usr.bin/gcc3/arch/sh3el/hconfig.h

37 lines
1011 B
C

/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp */
#define TARGET_CPU_DEFAULT (SH1_BIT|SH2_BIT|SH3_BIT)
#ifndef NETBSD_ENABLE_PTHREADS
# define NETBSD_ENABLE_PTHREADS
#endif
#include "auto-build.h"
#ifdef IN_GCC
/* Provide three core typedefs used by everything, if we are compiling
GCC. These used to be found in rtl.h and tree.h, but this is no
longer practical. Providing these here rather that system.h allows
the typedefs to be used everywhere within GCC. */
struct rtx_def;
typedef struct rtx_def *rtx;
struct rtvec_def;
typedef struct rtvec_def *rtvec;
union tree_node;
typedef union tree_node *tree;
#endif
#define GTY(x)
#ifdef IN_GCC
# include "ansidecl.h"
# include "sh/little.h"
# include "sh/sh.h"
# include "dbxelf.h"
# include "elfos.h"
# include "sh/elf.h"
# include "netbsd.h"
# include "netbsd-elf.h"
# include "sh/netbsd-elf.h"
# include "defaults.h"
#endif
#ifndef POSIX
# define POSIX
#endif