PR gas/5090 (md_assemble): Fix spelling typo.
+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
{
demand_empty_rest_of_line ();
if (unwind.table_entry)
- as_bad (_("dupicate .handlerdata directive"));
+ as_bad (_("duplicate .handlerdata directive"));
create_unwind_entry (1);
}
}
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;
}