summaryrefslogtreecommitdiff
path: root/libebl
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2016-02-12 18:04:30 +0100
committerMark Wielaard <mjw@redhat.com>2016-02-15 23:51:31 +0100
commit1899704b8731277bab9b932140a1e90cb75d4854 (patch)
treeed812a49eca64724bdf033ff6f3d9964a7fa2197 /libebl
parent6e723c787212aae2589ad3c000bd38dd21b12095 (diff)
downloadelfutils-1899704b8731277bab9b932140a1e90cb75d4854.tar.gz
Add NT_ARM_SYSTEM_CALL aarch64 syscall regset.
Linux kernel 3.18 added the NT_ARM_SYSTEM_CALL regset for aarch64. Recognize and print this new core item. https://bugzilla.redhat.com/show_bug.cgi?id=1285613 Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'libebl')
-rw-r--r--libebl/eblcorenotetypename.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libebl/eblcorenotetypename.c b/libebl/eblcorenotetypename.c
index 826f9a1b..fa81dbec 100644
--- a/libebl/eblcorenotetypename.c
+++ b/libebl/eblcorenotetypename.c
@@ -90,6 +90,7 @@ ebl_core_note_type_name (Ebl *ebl, uint32_t type, char *buf, size_t len)
KNOWNSTYPE (ARM_TLS);
KNOWNSTYPE (ARM_HW_BREAK);
KNOWNSTYPE (ARM_HW_WATCH);
+ KNOWNSTYPE (ARM_SYSTEM_CALL);
KNOWNSTYPE (SIGINFO);
KNOWNSTYPE (FILE);
#undef KNOWNSTYPE