Recognize names of some new core note types in ebl_core_note_type_name
authorPetr Machata <pmachata@redhat.com>
Wed, 25 Sep 2013 22:38:37 +0000 (00:38 +0200)
committerPetr Machata <pmachata@redhat.com>
Fri, 27 Sep 2013 12:19:10 +0000 (14:19 +0200)
Signed-off-by: Petr Machata <pmachata@redhat.com>
libebl/ChangeLog
libebl/eblcorenotetypename.c

index 623bdba..e81fae9 100644 (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.
index 21fff73..b6db6cd 100644 (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: