]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Support new 'h' core note item format for hidden fields
authorPetr Machata <pmachata@redhat.com>
Thu, 14 Nov 2013 00:07:22 +0000 (01:07 +0100)
committerPetr Machata <pmachata@redhat.com>
Thu, 21 Nov 2013 23:17:29 +0000 (00:17 +0100)
Signed-off-by: Petr Machata <pmachata@redhat.com>
src/ChangeLog
src/readelf.c

index 51a5bd56563432feda0abdba57e8013750d603c6..6658687059c451a6d3ef21c1ffc7cb2cb8717cb8 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-14  Petr Machata  <pmachata@redhat.com>
+
+       * readelf.c (handle_core_item) <'h'>: New branch for handling
+       fields that shouldn't be displayed.
+
 2013-11-10  Mark Wielaard  <mjw@redhat.com>
 
        * stack.c: Use ARGP_PROGRAM_VERSION_HOOK_DEF and
index ac2f2b0a275c184812c8c26b1f8b5a769a1dc77e..7ed9f4a56574aa35ecc48c1f1d3ba9cf0d49b7be 100644 (file)
@@ -8169,6 +8169,9 @@ handle_core_item (Elf *core, const Ebl_Core_Item *item, const void *desc,
       colno = WRAP_COLUMN;
       break;
 
+    case 'h':
+      break;
+
     default:
       error (0, 0, "XXX not handling format '%c' for %s",
             item->format, item->name);