diff options
author | Frederic Cambus <fred@statdns.com> | 2023-03-23 15:19:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-03-23 15:19:38 +0000 |
commit | 80251d4185048c6391b74abe96c754e8a536b35f (patch) | |
tree | e4e560f3665261b4160b5542aa7cb83775698f65 /binutils/ChangeLog | |
parent | 91ffa03af1cc32515190c3b52d7b964f5abead5f (diff) | |
download | gdb-80251d4185048c6391b74abe96c754e8a536b35f.zip gdb-80251d4185048c6391b74abe96c754e8a536b35f.tar.gz gdb-80251d4185048c6391b74abe96c754e8a536b35f.tar.bz2 |
Add support to readelf for the PT_OPENBSD_MUTABLE segment type.
binutils * readelf.c (get_segment_type): Handle PT_OPENBSD_MUTABLE segment type.
include * elf/common.h (PT_OPENBSD_MUTABLE): Define.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 10718ab..a6932cb 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2023-03-23 Frederic Cambus <fred@statdns.com> + + * readelf.c (get_segment_type): Handle PT_OPENBSD_MUTABLE segment + type. + 2023-03-14 Nick Clifton <nickc@redhat.com> PR 30227 |