From: Petr Machata Date: Wed, 25 Sep 2013 22:38:37 +0000 (+0200) Subject: Recognize names of some new core note types in ebl_core_note_type_name X-Git-Tag: elfutils-0.157~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b43bcfe4235d3fda3ea22d96af0f8f0c71924013;p=thirdparty%2Felfutils.git Recognize names of some new core note types in ebl_core_note_type_name Signed-off-by: Petr Machata --- diff --git a/libebl/ChangeLog b/libebl/ChangeLog index 623bdbaae..e81fae905 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,8 @@ +2013-09-26 Petr Machata + + * eblcorenotetypename.c: Handle NT_ARM_TLS, NT_ARM_HW_BREAK, + NT_ARM_HW_WATCH, NT_SIGINFO, NT_FILE. + 2013-09-25 Mark Wielaard * eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL. diff --git a/libebl/eblcorenotetypename.c b/libebl/eblcorenotetypename.c index 21fff73d8..b6db6cd8e 100644 --- a/libebl/eblcorenotetypename.c +++ b/libebl/eblcorenotetypename.c @@ -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 , 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: