* cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
commitc3a829731cdf9a6218a79cbe560c4ee56e2eacb1
authorMark Mitchell <mark@codesourcery.com>
Mon, 8 Jul 2002 05:34:08 +0000 (8 05:34 +0000)
committerMark Mitchell <mark@codesourcery.com>
Mon, 8 Jul 2002 05:34:08 +0000 (8 05:34 +0000)
tree0f1aa88321033c2b2dfe2422c048c1b6cd23e3a0
parent22e3507646ad9128ec8544807f7080c92ceeab15
* cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
account the impact of relocation count overflow when computing
section offsets.
* coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
or not to apply the PE COFF reloc overflow handling.  Fix a
fencepost error in deciding whether or not to use that technique.
bfd/ChangeLog
bfd/coffcode.h
bfd/cofflink.c