From ca16b5e55a63d1e4453491936e56b5ad8a8715cb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 10 Nov 1993 22:06:06 +0000 Subject: [PATCH] * 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. --- gas/ChangeLog | 6 ++++++ gas/config/obj-coffbfd.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index dc865db..cb7fb12 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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) * Makefile.in (distclean): Delete config-stamp and config.h diff --git a/gas/config/obj-coffbfd.c b/gas/config/obj-coffbfd.c index 89dbbbe..d774a07 100644 --- a/gas/config/obj-coffbfd.c +++ b/gas/config/obj-coffbfd.c @@ -2427,7 +2427,7 @@ DEFUN (fixup_segment, (segP, this_segment_type), size = fixP->fx_size; add_symbolP = fixP->fx_addsy; #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 associated 'bal' entry point @@ -2477,7 +2477,7 @@ DEFUN (fixup_segment, (segP, this_segment_type), #ifdef TC_I960 /* Makes no sense to use the difference of 2 arbitrary symbols as the target of a call instruction. */ - if (fixP->fx_callj) + if (fixP->fx_tcbit) { as_bad ("callj to difference of 2 symbols"); } -- 2.7.4