* 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.
This commit is contained in:
Ian Lance Taylor 1997-07-14 22:35:27 +00:00
parent 2c3acdf8b3
commit 3fc2c14638
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
Mon Jul 14 15:33:55 1997 Ian Lance Taylor <ian@cygnus.com>
* 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 <fnf@cygnus.com>