summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorcorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-08 09:33:47 +0000
committercorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-08 09:33:47 +0000
commit4a7fad6493e9e97359576db51c94e601273accd2 (patch)
tree63d5a57f006605aba11baa4aa8dacbafe86a1da6 /gcc
parent546c47949b213b0ec5ac97d3df37ca9ef7c7bf64 (diff)
downloadgcc-4a7fad6493e9e97359576db51c94e601273accd2.tar.gz
* config/bfin/rtems.h, config/bfin/t-rtems: New.
* config.gcc: Add bfin*-rtems*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120573 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config.gcc4
-rw-r--r--gcc/config/bfin/rtems.h29
-rw-r--r--gcc/config/bfin/t-rtems6
4 files changed, 44 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c5b803bc2ad..d999a56ae25 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-08 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * config/bfin/rtems.h, config/bfin/t-rtems: New.
+ * config.gcc: Add bfin*-rtems*.
+
2007-01-08 Mark Shinwell <shinwell@codesourcery.com>
* c.opt: Add -flax-vector-conversions.
diff --git a/gcc/config.gcc b/gcc/config.gcc
index e9739a54fde..e0ef20e19cb 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -801,6 +801,10 @@ bfin*-uclinux*)
tmake_file=bfin/t-bfin-elf
use_collect2=no
;;
+bfin*-rtems*)
+ tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h"
+ tmake_file="bfin/t-bfin t-rtems bfin/t-rtems"
+ ;;
bfin*-*)
tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
tmake_file=bfin/t-bfin
diff --git a/gcc/config/bfin/rtems.h b/gcc/config/bfin/rtems.h
new file mode 100644
index 00000000000..ee9e893690c
--- /dev/null
+++ b/gcc/config/bfin/rtems.h
@@ -0,0 +1,29 @@
+/* Definitions for rtems targeting a bfin
+ Copyright (C) 2006 Free Software Foundation, Inc.
+ Contributed by Ralf Corsépius (ralf.corsepius@rtems.org).
+
+This file is part of GCC.
+
+GCC 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.
+
+GCC 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 GCC; see the file COPYING. If not, write to
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
+
+/* Target OS preprocessor built-ins. */
+#define TARGET_OS_CPP_BUILTINS() \
+ do \
+ { \
+ builtin_define ("__rtems__"); \
+ builtin_assert ("system=rtems"); \
+ } \
+ while (0)
diff --git a/gcc/config/bfin/t-rtems b/gcc/config/bfin/t-rtems
new file mode 100644
index 00000000000..728ab1c4f73
--- /dev/null
+++ b/gcc/config/bfin/t-rtems
@@ -0,0 +1,6 @@
+# Multilibs for fbin RTEMS targets.
+
+MULTILIB_OPTIONS =
+MULTILIB_DIRNAMES =
+MULTILIB_EXTRA_OPTS =
+MULTILIB_EXCEPTIONS =