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,commited,m68k] RTEMS:Use m5200 multilib variant for -m528x


Hi,

I've committed the patch below to gcc-trunk and gcc-3_4-branch.

It is supposed to let gcc use the m5200 multilib variants for -m528x.

Ralf

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.7401
diff -u -r2.7401 ChangeLog
--- ChangeLog	7 Feb 2005 01:52:14 -0000	2.7401
+++ ChangeLog	7 Feb 2005 05:11:47 -0000
@@ -1,3 +1,7 @@
+2005-02-07  Ralf Corsepius  <ralf.corsepius@rtems.org>
+
+	* config/m68k/t-rtems (MULTILIB_MATCHES): Let m528x match m5200.
+
 2005-02-07  Joseph S. Myers  <joseph@codesourcery.com>
 
 	PR other/17135
Index: config/m68k/t-rtems
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m68k/t-rtems,v
retrieving revision 1.2
diff -u -r1.2 t-rtems
--- config/m68k/t-rtems	19 Sep 2003 16:47:54 -0000	1.2
+++ config/m68k/t-rtems	7 Feb 2005 05:11:47 -0000
@@ -3,4 +3,5 @@
 MULTILIB_OPTIONS = m68000/m68020/m5200/mcpu32/m68030/m68040/m68060 m68881/msoft-float
 MULTILIB_DIRNAMES =
 MULTILIB_MATCHES = m68000=mc68000 m68000=m68302 mcpu32=m68332 m68020=mc68020 m68030=mc68030
+MULTILIB_MATCHES += m5200=m528x
 MULTILIB_EXCEPTIONS = m68000/msoft-float m5200/m68881 m5200/msoft-float mcpu32/m68881 mcpu32/msoft-float m68040/m68881 m68060/m68881

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