aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-07-14 22:35:27 +0000
committerIan Lance Taylor <ian@airs.com>1997-07-14 22:35:27 +0000
commit3fc2c14638d8f495d31ba709838db145d3d609b5 (patch)
tree062ee7ff278ab677e28f0e749ef92492c39dd144 /bfd
parent2c3acdf8b37ab50194fbf8c06ceee6e16bf391e6 (diff)
downloadgdb-3fc2c14638d8f495d31ba709838db145d3d609b5.zip
gdb-3fc2c14638d8f495d31ba709838db145d3d609b5.tar.gz
gdb-3fc2c14638d8f495d31ba709838db145d3d609b5.tar.bz2
* 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.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5adc064..4d7b101 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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>