aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-27 09:54:06 +0200
committerRalf Corsepius <corsepiu@gcc.gnu.org>2005-05-27 09:54:06 +0200
commitfb617f00f1279cec132fda679dadb9b0abe54723 (patch)
tree33413389686e7d969eae2377d5aec2b58d99cf33
parentc23c7d89547451cbdf3b58c458359bc8ea75c0c3 (diff)
downloadgcc-fb617f00f1279cec132fda679dadb9b0abe54723.zip
gcc-fb617f00f1279cec132fda679dadb9b0abe54723.tar.gz
gcc-fb617f00f1279cec132fda679dadb9b0abe54723.tar.bz2
t-rtems: Remove roe multilib variant.
2005-05-27 Ralf Corsepius <ralf.corsepius@rtems.org> * config/rs6000/t-rtems: Remove roe multilib variant. From-SVN: r100249
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rs6000/t-rtems35
2 files changed, 4 insertions, 35 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 190a25a..ea4ee96 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-27 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * config/rs6000/t-rtems: Remove roe multilib variant.
+
2005-05-26 Roger Sayle <roger@eyesopen.com>
PR tree-optimization/9814
diff --git a/gcc/config/rs6000/t-rtems b/gcc/config/rs6000/t-rtems
index fe26627..b3db949 100644
--- a/gcc/config/rs6000/t-rtems
+++ b/gcc/config/rs6000/t-rtems
@@ -1,13 +1,11 @@
# Multilibs for powerpc RTEMS targets.
MULTILIB_OPTIONS = \
-D_OLD_EXCEPTIONS \
mcpu=403/mcpu=505/mcpu=601/mcpu=603e/mcpu=604/mcpu=860/mcpu=7400 \
Dmpc8260 \
msoft-float
MULTILIB_DIRNAMES = \
-roe \
m403 m505 m601 m603e m604 m860 m7400 \
mpc8260 \
nof
@@ -33,38 +31,6 @@ MULTILIB_MATCHES += mcpu?7400=mcpu?7450
# Map 750 to .
MULTILIB_MATCHES += mcpu?750=
-
-#
-# RTEMS old/new-exceptions handling
-#
-# old-exception processing is depredicated, therefore
-#
-# * Cpu-variants supporting new exception processing are build
-# with new exception processing only
-# * Cpu-variants not having been ported to new exception processing are
-# build with old and new exception processing
-#
-
-# Cpu-variants supporting new exception processing only
-MULTILIB_NEW_EXCEPTIONS_ONLY = \
-D_OLD_EXCEPTIONS \
-D_OLD_EXCEPTIONS/msoft-float \
-D_OLD_EXCEPTIONS/mcpu=505 \
-D_OLD_EXCEPTIONS/mcpu=505/* \
-D_OLD_EXCEPTIONS/mcpu=601 \
-D_OLD_EXCEPTIONS/mcpu=601/* \
-D_OLD_EXCEPTIONS/mcpu=603e \
-D_OLD_EXCEPTIONS/mcpu=603e/* \
-D_OLD_EXCEPTIONS/mcpu=604 \
-D_OLD_EXCEPTIONS/mcpu=604/* \
-D_OLD_EXCEPTIONS/mcpu=750 \
-D_OLD_EXCEPTIONS/mcpu=750/* \
-D_OLD_EXCEPTIONS/mcpu=860 \
-D_OLD_EXCEPTIONS/mcpu=860/* \
-D_OLD_EXCEPTIONS/mcpu=7400 \
-D_OLD_EXCEPTIONS/mcpu=7400/* \
-D_OLD_EXCEPTIONS/*Dmpc*
-
# Soft-float only, default implies msoft-float
# NOTE: Must match with MULTILIB_MATCHES_FLOAT and MULTILIB_MATCHES
MULTILIB_SOFTFLOAT_ONLY = \
@@ -86,7 +52,6 @@ MULTILIB_EXCEPTIONS =
MULTILIB_EXCEPTIONS += Dppc* Dmpc*
MULTILIB_EXCEPTIONS += \
-${MULTILIB_NEW_EXCEPTIONS_ONLY} \
${MULTILIB_SOFTFLOAT_ONLY} \
${MULTILIB_HARDFLOAT_ONLY}