mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-20 03:29:33 +08:00
* write.h (fixS): Rename fx_callj field to fx_tcbit.
* write.c, config/obj-coff.c, config/obj-coffbfd.c, config/tc-i960.c: Corresponding changes.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Wed Nov 10 16:19:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||||
|
|
||||||
|
* write.h (fixS): Rename fx_callj field to fx_tcbit.
|
||||||
|
* write.c, config/obj-coff.c, config/obj-coffbfd.c,
|
||||||
|
config/tc-i960.c: Corresponding changes.
|
||||||
|
|
||||||
Tue Nov 9 00:49:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
|
Tue Nov 9 00:49:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
|
||||||
|
|
||||||
* Makefile.in (distclean): Delete config-stamp and config.h
|
* Makefile.in (distclean): Delete config-stamp and config.h
|
||||||
|
@ -2427,7 +2427,7 @@ DEFUN (fixup_segment, (segP, this_segment_type),
|
|||||||
size = fixP->fx_size;
|
size = fixP->fx_size;
|
||||||
add_symbolP = fixP->fx_addsy;
|
add_symbolP = fixP->fx_addsy;
|
||||||
#ifdef TC_I960
|
#ifdef TC_I960
|
||||||
if (fixP->fx_callj && TC_S_IS_CALLNAME (add_symbolP))
|
if (fixP->fx_tcbit && TC_S_IS_CALLNAME (add_symbolP))
|
||||||
{
|
{
|
||||||
/* Relocation should be done via the
|
/* Relocation should be done via the
|
||||||
associated 'bal' entry point
|
associated 'bal' entry point
|
||||||
@ -2477,7 +2477,7 @@ DEFUN (fixup_segment, (segP, this_segment_type),
|
|||||||
#ifdef TC_I960
|
#ifdef TC_I960
|
||||||
/* Makes no sense to use the difference of 2 arbitrary symbols
|
/* Makes no sense to use the difference of 2 arbitrary symbols
|
||||||
as the target of a call instruction. */
|
as the target of a call instruction. */
|
||||||
if (fixP->fx_callj)
|
if (fixP->fx_tcbit)
|
||||||
{
|
{
|
||||||
as_bad ("callj to difference of 2 symbols");
|
as_bad ("callj to difference of 2 symbols");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user