This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch] Remove RTEMS powerpc multilib variant


I am going to apply the patch below to gcc-HEAD and gcc-3_4-branch.

Ralf

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.6294
diff -u -r2.6294 ChangeLog
--- ChangeLog	12 Nov 2004 06:59:37 -0000	2.6294
+++ ChangeLog	12 Nov 2004 09:55:11 -0000
@@ -1,3 +1,8 @@
+2004-11-12  Ralf Corsepius  <ralf.corsepius@rtems.org>
+
+	* config/rs6000/t-rtems (MULTILIB_NEW_EXCEPTIONS_ONLY):
+	Remove m505/roe multilib variant.
+
 2004-11-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
 	* expr.c (emit_group_load) <CONCAT>: Use extract_bit_field
Index: config/rs6000/t-rtems
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/t-rtems,v
retrieving revision 1.2
diff -u -r1.2 t-rtems
--- config/rs6000/t-rtems	9 Mar 2004 00:18:40 -0000	1.2
+++ config/rs6000/t-rtems	12 Nov 2004 09:55:11 -0000
@@ -33,6 +33,7 @@
 
 # Cpu-variants supporting new exception processing only
 MULTILIB_NEW_EXCEPTIONS_ONLY = \
+*mcpu=505*/*D_OLD_EXCEPTIONS* \
 *mcpu=604*/*D_OLD_EXCEPTIONS* \
 *mcpu=750*/*D_OLD_EXCEPTIONS* \
 *mcpu=821*/*D_OLD_EXCEPTIONS* \

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]