aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorFrederic Cambus <fred@statdns.com>2024-02-12 13:44:59 +0100
committerNick Clifton <nickc@redhat.com>2024-02-12 17:09:13 +0000
commitd86205c3ec49b0edadfa2b3e568b3d852f0a6e1f (patch)
treeafff7c18368b4649597fe13aa4aa722f2830d15b /include/ChangeLog
parente19e16103fb10ac28b15683f56c821cf1b349c1b (diff)
downloadbinutils-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 'include/ChangeLog')
-rw-r--r--include/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 4b667bf..11c4b32 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2024-02-12 Frederic Cambus <fred@statdns.com>
+
+ * elf/common.h (PT_OPENBSD_SYSCALLS): Define.
+
2024-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
* opcode/bpf.h (enum bpf_insn_id): Remove BPF_INSN_LDINDDW and