* cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
authorMark Mitchell <mark@codesourcery.com>
Mon, 8 Jul 2002 05:34:08 +0000 (05:34 +0000)
committerMark Mitchell <mark@codesourcery.com>
Mon, 8 Jul 2002 05:34:08 +0000 (05:34 +0000)
commite9168c1e2b14c89a5701688c93d42a6c9ae4bb12
tree95e9ce6d557087cd520e261a83dea14bd2fe336c
parentd1e122bd6a4a3280358caa7978abc54034f8e137
* 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