From: Ian Lance Taylor Date: Sun, 16 Mar 1997 00:16:52 +0000 (+0000) Subject: * config/tc-mips.c (md_apply_fix): Improve error message for out X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=18f7e3dc7f33dadb4f44259b95dad96785613e50;p=deliverable%2Fbinutils-gdb.git * config/tc-mips.c (md_apply_fix): Improve error message for out of range branch. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 38a8319fdc..be96994cf7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Sat Mar 15 19:14:02 1997 Ian Lance Taylor + * config/tc-mips.c (md_apply_fix): Improve error message for out + of range branch. + * Makefile.in: Add dependencies on obstack.h where needed. Fri Mar 14 15:33:38 1997 Ian Lance Taylor diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index b76b903dfe..ee4515bea0 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"); } }