From: Petr Machata Date: Thu, 30 Aug 2012 14:01:02 +0000 (+0200) Subject: Handle new core note types in EBL X-Git-Tag: elfutils-0.156~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96896017bcf45f80cddd31cec4133d49cad3795e;p=thirdparty%2Felfutils.git Handle new core note types in EBL Signed-off-by: Petr Machata --- diff --git a/libebl/ChangeLog b/libebl/ChangeLog index af819a28f..f12613a9d 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,9 @@ +2012-08-30 Petr Machata + + * eblcorenotetypename.c: Handle PPC_VSX, X86_XSTATE, + S390_HIGH_GPRS, S390_TIMER, S390_TODCMP, S390_TODPREG, S390_CTRS, + S390_PREFIX, S390_LAST_BREAK, S390_SYSTEM_CALL, and ARM_VFP. + 2012-08-22 Jeff Kenton * eblopenbackend.c (machines): Add tilegx. diff --git a/libebl/eblcorenotetypename.c b/libebl/eblcorenotetypename.c index c4c0c9cfc..21fff73d8 100644 --- a/libebl/eblcorenotetypename.c +++ b/libebl/eblcorenotetypename.c @@ -1,5 +1,5 @@ /* Return note type name. - Copyright (C) 2002, 2007, 2008 Red Hat, Inc. + Copyright (C) 2002, 2007, 2008, 2012 Red Hat, Inc. This file is part of elfutils. Written by Ulrich Drepper , 2002. @@ -78,8 +78,19 @@ ebl_core_note_type_name (ebl, type, buf, len) KNOWNSTYPE (PRXFPREG); KNOWNSTYPE (PPC_VMX); KNOWNSTYPE (PPC_SPE); + KNOWNSTYPE (PPC_VSX); KNOWNSTYPE (386_TLS); KNOWNSTYPE (386_IOPERM); + KNOWNSTYPE (X86_XSTATE); + KNOWNSTYPE (S390_HIGH_GPRS); + KNOWNSTYPE (S390_TIMER); + KNOWNSTYPE (S390_TODCMP); + KNOWNSTYPE (S390_TODPREG); + KNOWNSTYPE (S390_CTRS); + KNOWNSTYPE (S390_PREFIX); + KNOWNSTYPE (S390_LAST_BREAK); + KNOWNSTYPE (S390_SYSTEM_CALL); + KNOWNSTYPE (ARM_VFP); #undef KNOWNSTYPE default: