aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-11-28 17:45:22 +0000
committerNick Clifton <nickc@redhat.com>2016-11-28 17:50:04 +0000
commitcd58485720b47d80fed0b281d15a9198f43eaf0c (patch)
tree77dbe8308675b4e4a54582f4f021fe882311907d /bfd/ChangeLog
parentabfcb414b9900ef996b1665323a950610dbdca43 (diff)
downloadgdb-cd58485720b47d80fed0b281d15a9198f43eaf0c.zip
gdb-cd58485720b47d80fed0b281d15a9198f43eaf0c.tar.gz
gdb-cd58485720b47d80fed0b281d15a9198f43eaf0c.tar.bz2
Partially revert patch for PR 20815 - do not sort the PT_LOAD segments. Non-ordered segments are needed by the Linux kernel.
PR ld/20815 * elf.c (phdr_sorter): Delete. (assign_file_positions_except_relocs): Do not sort program headers.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 99b0f8b..bfacc20 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -5,6 +5,13 @@
(elf_link_output_extsym): Don't change bind from global to
local when linking executable.
+2016-11-28 Nick Clifton <nickc@redhat.com>
+
+ PR ld/20815
+ * elf.c (phdr_sorter): Delete.
+ (assign_file_positions_except_relocs): Do not sort program
+ headers.
+
2016-11-25 Jon Turney <jon.turney@dronecode.org.uk>
PR ld/20193