* coff-i386.c (coff_pe_i386_relocate_section): New static function
authorIan Lance Taylor <ian@airs.com>
Thu, 5 Feb 1998 20:25:31 +0000 (20:25 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 5 Feb 1998 20:25:31 +0000 (20:25 +0000)
commit1f2864765c29c1ca7e840a077fa10c516263890f
tree361a901dc5b8722b183ade57357885d3b076a00e
parentd9ba1c3fafb219bda480a6e34d4113a2cc3527c9
* coff-i386.c (coff_pe_i386_relocate_section): New static function
if COFF_WITH_PE.
(coff_relocate_section): If COFF_WITH_PE, define as
coff_pe_i386_relocate_section.
* coffcode.h (coff_write_object_contents): If COFF_IMAGE_WITH_PE,
skip empty sections, to match coff_write_object_contents.
bfd/ChangeLog