diff options
author | Frederic Cambus <fred@statdns.com> | 2024-02-12 13:44:59 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-02-12 17:09:13 +0000 |
commit | d86205c3ec49b0edadfa2b3e568b3d852f0a6e1f (patch) | |
tree | afff7c18368b4649597fe13aa4aa722f2830d15b /binutils/ChangeLog | |
parent | e19e16103fb10ac28b15683f56c821cf1b349c1b (diff) | |
download | binutils-d86205c3ec49b0edadfa2b3e568b3d852f0a6e1f.zip binutils-d86205c3ec49b0edadfa2b3e568b3d852f0a6e1f.tar.gz binutils-d86205c3ec49b0edadfa2b3e568b3d852f0a6e1f.tar.bz2 |
Add support to readelf for the PT_OPENBSD_SYSCALLS segment type.
binutils * readelf.c (get_segment_type): Handle PT_OPENBSD_SYSCALLS segment type.
include * elf/common.h (PT_OPENBSD_SYSCALLS): 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 438a45d..b74847a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2024-02-12 Frederic Cambus <fred@statdns.com> + + * readelf.c (get_segment_type): Handle PT_OPENBSD_SYSCALLS segment + type. + 2024-01-26 Nick Clifton <nickc@redhat.com> PR 31250 |