diff options
author | Nick Clifton <nickc@redhat.com> | 2016-11-28 17:45:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-11-28 17:50:04 +0000 |
commit | cd58485720b47d80fed0b281d15a9198f43eaf0c (patch) | |
tree | 77dbe8308675b4e4a54582f4f021fe882311907d /bfd/ChangeLog | |
parent | abfcb414b9900ef996b1665323a950610dbdca43 (diff) | |
download | gdb-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/ChangeLog | 7 |
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 |