mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 08:38:10 +08:00
* config/tc-mips.c (md_apply_fix): Improve error message for out
of range branch.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Sat Mar 15 19:14:02 1997 Ian Lance Taylor <ian@cygnus.com>
|
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.
|
* Makefile.in: Add dependencies on obstack.h where needed.
|
||||||
|
|
||||||
Fri Mar 14 15:33:38 1997 Ian Lance Taylor <ian@cygnus.com>
|
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
|
handle these cases, but it appears to do it
|
||||||
incorrectly. */
|
incorrectly. */
|
||||||
as_bad_where (fixP->fx_file, fixP->fx_line,
|
as_bad_where (fixP->fx_file, fixP->fx_line,
|
||||||
"Relocation overflow");
|
"Branch out of range");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user