mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
PR gas/5134
* config/tc-arm.c (md_apply_fix): Likewise.
This commit is contained in:
@ -1,7 +1,9 @@
|
|||||||
2007-10-08 Nick Clifton <nickc@redhat.com>
|
2007-10-08 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR gas/5133
|
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
|
PR gas/5136
|
||||||
* config/tc-bfin.c (md_apply_fix): Fix error message.
|
* config/tc-bfin.c (md_apply_fix): Fix error message.
|
||||||
PR gas/5135
|
PR gas/5135
|
||||||
|
@ -18771,7 +18771,7 @@ md_apply_fix (fixS * fixP,
|
|||||||
{
|
{
|
||||||
if (value < -0x1000 || value > 0xffff)
|
if (value < -0x1000 || value > 0xffff)
|
||||||
as_bad_where (fixP->fx_file, fixP->fx_line,
|
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
|
else if (fixP->fx_r_type == BFD_RELOC_ARM_MOVT
|
||||||
|| fixP->fx_r_type == BFD_RELOC_ARM_THUMB_MOVT)
|
|| fixP->fx_r_type == BFD_RELOC_ARM_THUMB_MOVT)
|
||||||
|
Reference in New Issue
Block a user