aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i960/rtems.h
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1996-07-16 16:44:43 +0000
committerDoug Evans <dje@gnu.org>1996-07-16 16:44:43 +0000
commitae40770430dd80f662299525dfe9865c9fab65fe (patch)
treed314030e5032afb2e1d9c6ee30b2743d7461100d /gcc/config/i960/rtems.h
parent79442056edf92625378db40e773b12edd1be59a2 (diff)
downloadgcc-ae40770430dd80f662299525dfe9865c9fab65fe.zip
gcc-ae40770430dd80f662299525dfe9865c9fab65fe.tar.gz
gcc-ae40770430dd80f662299525dfe9865c9fab65fe.tar.bz2
Initial revision
From-SVN: r12511
Diffstat (limited to 'gcc/config/i960/rtems.h')
-rw-r--r--gcc/config/i960/rtems.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/gcc/config/i960/rtems.h b/gcc/config/i960/rtems.h
new file mode 100644
index 0000000..9263027
--- /dev/null
+++ b/gcc/config/i960/rtems.h
@@ -0,0 +1,31 @@
+/* Definitions for rtems targetting an Intel i960.
+
+ Copyright (C) 1996 Free Software Foundation, Inc.
+ Contributed by Joel Sherrill (joel@OARcorp.com).
+
+This file is part of GNU CC.
+
+GNU CC is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU CC is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU CC; see the file COPYING. If not, write to
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
+
+#include "i960/i960-coff.h"
+
+/* Specify predefined symbols in preprocessor. */
+
+#undef CPP_PREDEFINES
+#define CPP_PREDEFINES "-Di960 -Di80960 -DI960 -DI80960 -Drtems -D__rtems__ \
+ -Asystem(rtems) -Acpu(i960) -Amachine(i960)"
+
+/* end of i960-rtems.h */