Commit ed4e4c74 by Philip Blundell Committed by Nick Clifton

Fix erroneous warning message

From-SVN: r27099
parent d1fbba38
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment