aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-10-05 23:35:01 +0930
committerAlan Modra <amodra@gmail.com>2018-10-08 20:26:08 +1030
commite0c3dfa2eebcf862d45b05f363a81f57ca30dead (patch)
tree53b4c216b567249473bfeef2360ad007f7eb2559 /bfd/ChangeLog
parent00bee008e9f7d0b3adf3278962450944653787f8 (diff)
downloadbinutils-e0c3dfa2eebcf862d45b05f363a81f57ca30dead.zip
binutils-e0c3dfa2eebcf862d45b05f363a81f57ca30dead.tar.gz
binutils-e0c3dfa2eebcf862d45b05f363a81f57ca30dead.tar.bz2
SPU overlay headers
Overlay PT_LOAD headers are moved early for reasons explained by comments in spu_elf_modify_segment_map. This patch fixes cases that shouldn't occur in sane SPU executables. * elf32-spu.c (spu_elf_modify_segment_map): Don't insert overlays before segment containing headers.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4e5eac1..1b51db7 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
2018-10-08 Alan Modra <amodra@gmail.com>
+ * elf32-spu.c (spu_elf_modify_segment_map): Don't insert
+ overlays before segment containing headers.
+
+2018-10-08 Alan Modra <amodra@gmail.com>
+
* elf.c (make_mapping): Cope with zero size array at end of
struct elf_segment_map.
(_bfd_elf_map_sections_to_segments): Likewise.