aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-coff.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-09-13 17:06:26 +0000
committerIan Lance Taylor <ian@airs.com>1994-09-13 17:06:26 +0000
commit430a3997198cb2b5f1014f76d1b1a6f288389c50 (patch)
treec3e37b3c9502c1fea73d0aaf4721167f9f9609e4 /gas/config/obj-coff.c
parent8532893d176afda1a62537d7785850c79f3744e5 (diff)
downloadgdb-430a3997198cb2b5f1014f76d1b1a6f288389c50.zip
gdb-430a3997198cb2b5f1014f76d1b1a6f288389c50.tar.gz
gdb-430a3997198cb2b5f1014f76d1b1a6f288389c50.tar.bz2
* 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.
Diffstat (limited to 'gas/config/obj-coff.c')
-rw-r--r--gas/config/obj-coff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/obj-coff.c b/gas/config/obj-coff.c
index 470e4d8..5891616 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