OSDN Git Service

* coffcode.h (coff_set_alignment_hook): With PE_COFF reloc
authornathan <nathan>
Tue, 7 Oct 2003 08:49:11 +0000 (08:49 +0000)
committernathan <nathan>
Tue, 7 Oct 2003 08:49:11 +0000 (08:49 +0000)
commit24415b347fe1eabfbef15ffa5143f0ff7b0a6af1
treeaacab9c228a006cddc9321f10eb6ba661f1f5eff
parent7d4672c56d5c9d5df12a14ad0a1f6d5f09c68602
* coffcode.h (coff_set_alignment_hook): With PE_COFF reloc
overflow, set reloc start position to after the count
reloc. Subtract one from num relocs. Give error on 0xffff relocs
and no overflow.
* cofflink.c (_bfd_coff_final_link): Deal with PE_COFF reloc
overflow.
* peXXigen.c (_bfd_XXi_swap_scnhdr_out): Do overflow if >=
0xffff.
bfd/ChangeLog
bfd/coffcode.h
bfd/cofflink.c
bfd/peXXigen.c