From: Nick Clifton Date: Wed, 3 Oct 2007 13:48:35 +0000 (+0000) Subject: PR gas/5089 * config/tc-arm.c (s_arm_unwind_handlerdata): Fix spelling typo. X-Git-Tag: sid-snapshot-20071101~456 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6decc66226ccd3f085da349ecf5205e631e400dd;p=platform%2Fupstream%2Fbinutils.git PR gas/5089 * config/tc-arm.c (s_arm_unwind_handlerdata): Fix spelling typo. PR gas/5090 (md_assemble): Fix spelling typo. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index bbc8f90..c94d167 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2007-10-03 Nick Clifton + + 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 PR 4303 diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index a1abf64..255ab96 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -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; }