32 lines
961 B
Diff
32 lines
961 B
Diff
|
From a47a096e2b8105326c5c58d1f50afcaefff968a0 Mon Sep 17 00:00:00 2001
|
||
|
Message-Id: <a47a096e2b8105326c5c58d1f50afcaefff968a0.1386021931.git.pmachata@redhat.com>
|
||
|
From: Petr Machata <pmachata@redhat.com>
|
||
|
Date: Thu, 14 Nov 2013 01:07:22 +0100
|
||
|
Subject: [PATCH 1/2] Support new 'h' core note item format for hidden fields
|
||
|
Gcc: nnimap+mail.corp.redhat.com:Sent
|
||
|
To: elfutils-devel@lists.fedorahosted.org
|
||
|
|
||
|
Signed-off-by: Petr Machata <pmachata@redhat.com>
|
||
|
---
|
||
|
src/ChangeLog | 5 +++++
|
||
|
src/readelf.c | 3 +++
|
||
|
2 files changed, 8 insertions(+), 0 deletions(-)
|
||
|
|
||
|
diff --git a/src/readelf.c b/src/readelf.c
|
||
|
index ac2f2b0..7ed9f4a 100644
|
||
|
--- a/src/readelf.c
|
||
|
+++ b/src/readelf.c
|
||
|
@@ -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);
|
||
|
--
|
||
|
1.7.6.5
|
||
|
|