From: Nick Clifton Date: Mon, 8 Oct 2007 10:19:30 +0000 (+0000) Subject: PR gas/5134 X-Git-Tag: sid-snapshot-20071101~398 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff5075ca5ca2a554be09abeb274f14dd1e351361;p=platform%2Fupstream%2Fbinutils.git PR gas/5134 * config/tc-arm.c (md_apply_fix): Likewise. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 56a8941..6694d44 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,7 +1,9 @@ 2007-10-08 Nick Clifton PR gas/5133 - * config/tc-arm.c (md_apply_fix): Correct error message + * config/tc-arm.c (md_apply_fix): Correct error message. + PR gas/5134 + * config/tc-arm.c (md_apply_fix): Likewise. PR gas/5136 * config/tc-bfin.c (md_apply_fix): Fix error message. PR gas/5135 diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 057781e..79d1986 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -18771,7 +18771,7 @@ md_apply_fix (fixS * fixP, { if (value < -0x1000 || value > 0xffff) as_bad_where (fixP->fx_file, fixP->fx_line, - _("offset too big")); + _("offset out of range")); } else if (fixP->fx_r_type == BFD_RELOC_ARM_MOVT || fixP->fx_r_type == BFD_RELOC_ARM_THUMB_MOVT)