diff options
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index b76b903..ee4515b 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -8858,7 +8858,7 @@ md_apply_fix (fixP, valueP) handle these cases, but it appears to do it incorrectly. */ as_bad_where (fixP->fx_file, fixP->fx_line, - "Relocation overflow"); + "Branch out of range"); } } |