Recognize names of some new core note types in ebl_core_note_type_name

Signed-off-by: Petr Machata <pmachata@redhat.com>
This commit is contained in:
Petr Machata
2013-09-26 00:38:37 +02:00
parent f36d727a5c
commit b43bcfe423
2 changed files with 11 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2013-09-26 Petr Machata <pmachata@redhat.com>
* eblcorenotetypename.c: Handle NT_ARM_TLS, NT_ARM_HW_BREAK,
NT_ARM_HW_WATCH, NT_SIGINFO, NT_FILE.
2013-09-25 Mark Wielaard <mjw@redhat.com>
* eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL.
+6 -1
View File
@@ -1,5 +1,5 @@
/* Return note type name.
Copyright (C) 2002, 2007, 2008, 2012 Red Hat, Inc.
Copyright (C) 2002, 2007, 2008, 2012, 2013 Red Hat, Inc.
This file is part of elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2002.
@@ -91,6 +91,11 @@ ebl_core_note_type_name (ebl, type, buf, len)
KNOWNSTYPE (S390_LAST_BREAK);
KNOWNSTYPE (S390_SYSTEM_CALL);
KNOWNSTYPE (ARM_VFP);
KNOWNSTYPE (ARM_TLS);
KNOWNSTYPE (ARM_HW_BREAK);
KNOWNSTYPE (ARM_HW_WATCH);
KNOWNSTYPE (SIGINFO);
KNOWNSTYPE (FILE);
#undef KNOWNSTYPE
default: