* coffgen.c (coff_section_symbol): If section's output_section is
authorIan Lance Taylor <ian@airs.com>
Tue, 17 Aug 1993 22:30:24 +0000 (22:30 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 17 Aug 1993 22:30:24 +0000 (22:30 +0000)
not yet set, point to itself.  This is needed because this is
called on the output file, not the input file.

bfd/ChangeLog

index d4812d3..302532b 100644 (file)
@@ -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.