From ff5075ca5ca2a554be09abeb274f14dd1e351361 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 8 Oct 2007 10:19:30 +0000 Subject: PR gas/5134 * config/tc-arm.c (md_apply_fix): Likewise. --- gas/config/tc-arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config') 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) -- cgit v1.1