From: Ian Lance Taylor Date: Tue, 13 Sep 1994 17:06:26 +0000 (+0000) Subject: * config/obj-coff.c (fixup_segment): After handling the difference X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=430a3997198cb2b5f1014f76d1b1a6f288389c50;p=binutils-gdb.git * config/obj-coff.c (fixup_segment): After handling the difference of two symbols from the same segment, set fx_subsy to NULL, to satisfy existing TC_COUNT_RELOC macros. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 517fbfcad0a..857db9bfe2e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 13 12:08:20 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * config/obj-coff.c (fixup_segment): After handling the difference + of two symbols from the same segment, set fx_subsy to NULL, to + satisfy existing TC_COUNT_RELOC macros. + Tue Sep 13 01:47:08 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * aclocal.m4 (GAS_GDBINIT): New macro. diff --git a/gas/config/obj-coff.c b/gas/config/obj-coff.c index 470e4d8b272..589161600a6 100644 --- a/gas/config/obj-coff.c +++ b/gas/config/obj-coff.c @@ -3475,6 +3475,7 @@ fixup_segment (segP, this_segment_type) add_symbolP = NULL; fixP->fx_addsy = NULL; + fixP->fx_subsy = NULL; fixP->fx_done = 1; } else