aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>2017-06-26 11:07:17 +0200
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2017-06-26 11:07:17 +0200
commitfd52715cfa77b7e06f4ab5eadfe7946d22180adc (patch)
tree1fad21cd837a2a1efad2a9c3c6ad1b86091eca80 /bfd
parent93ec5e23766a9f75aa4950748cf73964028a8d1b (diff)
downloadgdb-fd52715cfa77b7e06f4ab5eadfe7946d22180adc.zip
gdb-fd52715cfa77b7e06f4ab5eadfe7946d22180adc.tar.gz
gdb-fd52715cfa77b7e06f4ab5eadfe7946d22180adc.tar.bz2
Add pgste marker changelog
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f9d1a70..b8624c8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -190,6 +190,17 @@
allocation so that loops can be caught. Check for NULL pointers
when processing a group list.
+2017-06-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
+
+ * elf-s390.h: New file.
+ * elf64-s390.c (struct elf_s390_link_hash_table): Add params
+ field.
+ (elf_s390_additional_program_headers): New function.
+ (elf_s390_modify_segment_map): New function.
+ (bfd_elf_s390_set_options): New function.
+ (elf_backend_additional_program_headers)
+ (elf_backend_modify_segment_map): Add macro definitions.
+
2017-06-19 H.J. Lu <hongjiu.lu@intel.com>
PR ld/21626