summaryrefslogtreecommitdiff
path: root/binutils
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 /binutils
parent93ec5e23766a9f75aa4950748cf73964028a8d1b (diff)
downloadbinutils-gdb-fd52715cfa77b7e06f4ab5eadfe7946d22180adc.tar.gz
Add pgste marker changelog
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 4acd26b2f74..cc4003cb4f5 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -49,6 +49,12 @@
(display_debug_frames): Use an unsigned int for the 'reg'
variable. Use a signed long for the 'l' variable.
+2017-06-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
+
+ * readelf.c (get_s390_segment_type): Add support for the new
+ segment type PT_S390_PGSTE.
+ (get_segment_type): Call get_s390_segment_type.
+
2017-06-19 Nick Clifton <nickc@redhat.com>
PR binutils/21619