diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-16 00:16:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-16 00:16:52 +0000 |
commit | 18f7e3dc7f33dadb4f44259b95dad96785613e50 (patch) | |
tree | f1b19d65daaf0afc97c48142e8e5238f09e4c2de /gas/config | |
parent | 9591ad402a91862337734c6ca883f1bc8f0f7ae4 (diff) | |
download | gdb-18f7e3dc7f33dadb4f44259b95dad96785613e50.zip gdb-18f7e3dc7f33dadb4f44259b95dad96785613e50.tar.gz gdb-18f7e3dc7f33dadb4f44259b95dad96785613e50.tar.bz2 |
* config/tc-mips.c (md_apply_fix): Improve error message for out
of range branch.
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"); } } |