* config/tc-mips.c (md_apply_fix): Improve error message for out
of range branch.
This commit is contained in:
parent
9591ad402a
commit
18f7e3dc7f
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
Sat Mar 15 19:14:02 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* 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 <ian@cygnus.com>
|
||||
|
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue