Skip -mthumb as well as -mthumb-interwork when -mcpu=arm7 is specified.
authorNick Clifton <nickc@cambridge.redhat.com>
Mon, 30 Jul 2001 16:27:39 +0000 (16:27 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 30 Jul 2001 16:27:39 +0000 (16:27 +0000)
From-SVN: r44475

gcc/ChangeLog
gcc/config/arm/t-arm-elf

index 9520012f935567b1a5901eca805cc27aa43fae6b..31872c319a4903f689149b4383bb3a37df382b35 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/arm/t-arm-elf (MULTILIB_EXCEPTIONS): Skip -mthumb as well
+       as -mthumb-interwork when -mcpu=arm7 is specified.
+
 Mon Jul 30 17:44:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
        * predict.def (noreturn, loop branch, loop exit): Mark as first
index 3c5d5a33dab67e518c5b57495159dcb151a0e1c4..b87cedc093c087acdaf06dfcc84d127058bb3308 100644 (file)
@@ -45,7 +45,10 @@ MULTILIB_EXCEPTIONS  =
 # 
 # MULTILIB_OPTIONS    += mcpu=arm7
 # MULTILIB_DIRNAMES   += nofmult
-# MULTILIB_EXCEPTIONS += *mthumb-interwork*/*mcpu=arm7*
+# MULTILIB_EXCEPTIONS += *mthumb*/*mcpu=arm7*
+# # Note: the multilib_exceptions matches both -mthumb and
+# # -mthumb-interwork
+# #
 # # We have to match all the arm cpu variants which do not have the
 # # multiply instruction and treat them as if the user had specified
 # # -mcpu=arm7.  Note that in the following the ? is interpreted as