From: Ian Lance Taylor Date: Tue, 17 Aug 1993 22:30:24 +0000 (+0000) Subject: * coffgen.c (coff_section_symbol): If section's output_section is X-Git-Tag: gdb-4_18~17758 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da6102634a400927fbe50dc68a312a2d6c61a815;p=platform%2Fupstream%2Fbinutils.git * 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. --- 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.