diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-08 10:19:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-08 10:19:30 +0000 |
commit | ff5075ca5ca2a554be09abeb274f14dd1e351361 (patch) | |
tree | fdc09b2ed9209e2a65ab0c4fd4f65fa5836d9740 /gas/config | |
parent | 4e6e072b6c4ce8700859a498e0bbeddc594ffa55 (diff) | |
download | gdb-ff5075ca5ca2a554be09abeb274f14dd1e351361.zip gdb-ff5075ca5ca2a554be09abeb274f14dd1e351361.tar.gz gdb-ff5075ca5ca2a554be09abeb274f14dd1e351361.tar.bz2 |
PR gas/5134
* config/tc-arm.c (md_apply_fix): Likewise.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |