diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2003-10-07 08:49:11 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2003-10-07 08:49:11 +0000 |
commit | cd339148dea20e4fffc4a184329a978c7894a9e5 (patch) | |
tree | a34c3c9a5252190f26d3098f074f6ac7b9f2d4a1 /bfd/ChangeLog | |
parent | 2f9626f3fd613ff1f0356f426d8b3b30e8acf766 (diff) | |
download | gdb-cd339148dea20e4fffc4a184329a978c7894a9e5.zip gdb-cd339148dea20e4fffc4a184329a978c7894a9e5.tar.gz gdb-cd339148dea20e4fffc4a184329a978c7894a9e5.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 45bb8e0..177f6ab 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2003-10-07 Nathan Sidwell <nathan@codesourcery.com> + + * 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. + 2003-10-06 H.J. Lu <hongjiu.lu@intel.com> * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Pad the |