]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PR gas/5089 * config/tc-arm.c (s_arm_unwind_handlerdata): Fix spelling typo.
authorNick Clifton <nickc@redhat.com>
Wed, 3 Oct 2007 13:48:35 +0000 (13:48 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 3 Oct 2007 13:48:35 +0000 (13:48 +0000)
PR gas/5090    (md_assemble): Fix spelling typo.

gas/ChangeLog
gas/config/tc-arm.c

index bbc8f90f3adb173f7c09ea1cda8282caa48fd448..c94d167acb7c97f9af80fe857d982b4d0352dae0 100644 (file)
@@ -1,3 +1,10 @@
+2007-10-03  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/5089
+       * config/tc-arm.c (s_arm_unwind_handlerdata): Fix spelling typo.
+       PR gas/5090
+       (md_assemble): Fix spelling typo.
+
 2007-10-03  Alan Modra  <amodra@bigpond.net.au>
 
        PR 4303
index a1abf64ec85b001808874dfd8cee796aaa3236ab..255ab969a1b4f4301c2bb4da40c0d0bc857c67d5 100644 (file)
@@ -3098,7 +3098,7 @@ s_arm_unwind_handlerdata (int ignored ATTRIBUTE_UNUSED)
 {
   demand_empty_rest_of_line ();
   if (unwind.table_entry)
-    as_bad (_("dupicate .handlerdata directive"));
+    as_bad (_("duplicate .handlerdata directive"));
 
   create_unwind_entry (1);
 }
@@ -14234,7 +14234,7 @@ md_assemble (char *str)
        }
       else if (inst.cond != COND_ALWAYS && opcode->tencode != do_t_branch)
        {
-         as_bad (_("thumb conditional instrunction not in IT block"));
+         as_bad (_("thumb conditional instruction not in IT block"));
          return;
        }