Fix erroneous warning message
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 May 1999 09:11:10 +0000 (09:11 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 May 1999 09:11:10 +0000 (09:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27099 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/arm.c

index 1744524..9e3bfd3 100644 (file)
@@ -1,3 +1,8 @@
+Tue May 18 17:44:22 1999  Philip Blundell  <pb@nexus.co.uk>
+
+       * config/arm/arm.c (arm_override_options): Fix erroneous warning
+       message.
+       
 Sat May 22 09:06:33 1999  Nick Clifton  <nickc@cygnus.com>
 
        * config/arm/arm.h (NEED_PLT_GOT): Only define if not already
index e2fe037..5034343 100644 (file)
@@ -291,7 +291,7 @@ arm_override_options ()
                       a warning though, and we prefer the CPU over the
                       architecture. */
                    if (insn_flags != 0 && (insn_flags ^ sel->flags))
-                     warning ("switch -mcpu=%s conflicts with -mtune= switch",
+                     warning ("switch -mcpu=%s conflicts with -march= switch", 
                               ptr->string);
                    
                    insn_flags = sel->flags;