Commit 5184f7c5 by Philip Blundell Committed by Phil Blundell

Fix typo.

From-SVN: r38534
parent 50f9ca2f
2000-12-29 Philip Blundell <philb@gnu.org>
* config/arm/arm.c (arm_override_options): Fix typo in warning
message.
2000-12-29 Richard Henderson <rth@redhat.com> 2000-12-29 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (alpha_expand_block_move): Initialize * config/alpha/alpha.c (alpha_expand_block_move): Initialize
......
...@@ -521,7 +521,7 @@ arm_override_options () ...@@ -521,7 +521,7 @@ arm_override_options ()
if (TARGET_THUMB && !(insn_flags & FL_THUMB)) if (TARGET_THUMB && !(insn_flags & FL_THUMB))
{ {
warning ("target CPU does not supoport THUMB instructions."); warning ("target CPU does not support THUMB instructions.");
target_flags &= ~ARM_FLAG_THUMB; target_flags &= ~ARM_FLAG_THUMB;
} }
......
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