aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-08-17 22:30:24 +0000
committerIan Lance Taylor <ian@airs.com>1993-08-17 22:30:24 +0000
commitda6102634a400927fbe50dc68a312a2d6c61a815 (patch)
tree91b5a99f448f14b9fd9b8b977559b320dcec1dec /bfd
parent637603f9e38497a8229bb34ce4460dac42cdf0ea (diff)
downloadfsf-binutils-gdb-da6102634a400927fbe50dc68a312a2d6c61a815.zip
fsf-binutils-gdb-da6102634a400927fbe50dc68a312a2d6c61a815.tar.gz
fsf-binutils-gdb-da6102634a400927fbe50dc68a312a2d6c61a815.tar.bz2
* coffgen.c (coff_section_symbol): If section's output_section is
not yet set, point to itself. This is needed because this is called on the output file, not the input file.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d4812d3..302532b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
Tue Aug 17 15:19:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * coffgen.c (coff_section_symbol): If section's output_section is
+ not yet set, point to itself. This is needed because this is
+ called on the output file, not the input file.
+
* coff-rs6000.c (dummy_reloc, RTYPE2HOWTO): Set howto field to a
dummy value, rather than leaving it NULL.