diff options
Diffstat (limited to 'binutils/ChangeLog')
-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 |