Skip -mthumb as well as -mthumb-interwork when -mcpu=arm7 is specified.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Jul 2001 16:27:39 +0000 (16:27 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Jul 2001 16:27:39 +0000 (16:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44475 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 9520012..31872c3 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 3c5d5a3..b87cedc 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