diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-13 17:06:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-13 17:06:26 +0000 |
commit | 430a3997198cb2b5f1014f76d1b1a6f288389c50 (patch) | |
tree | c3e37b3c9502c1fea73d0aaf4721167f9f9609e4 /gas/ChangeLog | |
parent | 8532893d176afda1a62537d7785850c79f3744e5 (diff) | |
download | binutils-430a3997198cb2b5f1014f76d1b1a6f288389c50.zip binutils-430a3997198cb2b5f1014f76d1b1a6f288389c50.tar.gz binutils-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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 517fbfc..857db9b 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. |