From d86205c3ec49b0edadfa2b3e568b3d852f0a6e1f Mon Sep 17 00:00:00 2001 From: Frederic Cambus Date: Mon, 12 Feb 2024 13:44:59 +0100 Subject: 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. --- binutils/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'binutils/ChangeLog') 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 + + * readelf.c (get_segment_type): Handle PT_OPENBSD_SYSCALLS segment + type. + 2024-01-26 Nick Clifton PR 31250 -- cgit v1.1