diff options
author | Frederic Cambus <fred@statdns.com> | 2023-09-28 13:39:01 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-09-28 13:39:01 +0100 |
commit | 73b22419edd563cf26bc8688c3f04fb3cf414cb0 (patch) | |
tree | ac34dd29127dcd7cd42394f190877ff6fa1ecd1a /include/ChangeLog | |
parent | 6136093c0d009e3118abb08344e156d91144a046 (diff) | |
download | fsf-binutils-gdb-73b22419edd563cf26bc8688c3f04fb3cf414cb0.zip fsf-binutils-gdb-73b22419edd563cf26bc8688c3f04fb3cf414cb0.tar.gz fsf-binutils-gdb-73b22419edd563cf26bc8688c3f04fb3cf414cb0.tar.bz2 |
Add support to readelf for the PT_OPENBSD_NOBTCFI segment type.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index eb54da4..90ee736 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2023-09-28 Frederic Cambus <fred@statdns.com> + + * elf/common.h (PT_OPENBSD_NOBTCFI): Define. + 2023-08-02 Tom Tromey <tromey@adacore.com> * coff/x86_64.h (COFF_X86_64_H): Add include guard. |