From: Ian Lance Taylor Date: Mon, 14 Jul 1997 22:35:27 +0000 (+0000) Subject: * elf.c (map_sections_to_segments): When checking whether X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3fc2c14638d8f495d31ba709838db145d3d609b5;p=binutils-gdb.git * elf.c (map_sections_to_segments): When checking whether including a section in a segment would force us to skip a page, align the address of the next segment to avoid wraparound problems. PR 12828. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5adc064205d..4d7b101c4bc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Mon Jul 14 15:33:55 1997 Ian Lance Taylor + + * elf.c (map_sections_to_segments): When checking whether + including a section in a segment would force us to skip a page, + align the address of the next segment to avoid wraparound + problems. + start-sanitize-tic80 Tue Jul 8 12:11:29 1997 Fred Fish