From eb33f6973ec32cd34c2c5b8c0aa46606d5fa43c1 Mon Sep 17 00:00:00 2001 From: Luis Machado Date: Mon, 4 Apr 2022 09:38:48 +0100 Subject: Recognize the NT_ARM_SYSTEM_CALL register set Update binutils to recognize the NT_ARM_SYSTEM_CALL set that is dumped by Linux to core files. --- include/elf/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/elf/common.h b/include/elf/common.h index ad62a7d..e4bc53e 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -675,6 +675,8 @@ /* note name must be "LINUX". */ #define NT_ARM_HW_WATCH 0x403 /* AArch hardware watchpoint registers */ /* note name must be "LINUX". */ +#define NT_ARM_SYSTEM_CALL 0x404 /* AArch ARM system call number */ + /* note name must be "LINUX". */ #define NT_ARM_SVE 0x405 /* AArch SVE registers. */ /* note name must be "LINUX". */ #define NT_ARM_PAC_MASK 0x406 /* AArch pointer authentication code masks */ -- cgit v1.1