diff options
author | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2017-06-26 11:07:17 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2017-06-26 11:07:17 +0200 |
commit | fd52715cfa77b7e06f4ab5eadfe7946d22180adc (patch) | |
tree | 1fad21cd837a2a1efad2a9c3c6ad1b86091eca80 /binutils | |
parent | 93ec5e23766a9f75aa4950748cf73964028a8d1b (diff) | |
download | gdb-fd52715cfa77b7e06f4ab5eadfe7946d22180adc.zip gdb-fd52715cfa77b7e06f4ab5eadfe7946d22180adc.tar.gz gdb-fd52715cfa77b7e06f4ab5eadfe7946d22180adc.tar.bz2 |
Add pgste marker changelog
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4acd26b..cc4003c 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 |