From: Mark Wielaard Date: Sun, 26 Jul 2009 15:33:18 +0000 (-0700) Subject: Handle NT_GNU_GOLD_VERSION. X-Git-Tag: elfutils-0.142~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc1b92e9aff2595b078b7ffc354e5c2191a2c887;p=thirdparty%2Felfutils.git Handle NT_GNU_GOLD_VERSION. --- diff --git a/libebl/ChangeLog b/libebl/ChangeLog index 837a4d16c..46a58c79f 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,8 @@ +2009-07-26 Mark Wielaard + + * eblobjnotetypename.c (ebl_object_note_type_name): Recognize + NT_GNU_GOLD_VERSION. + 2009-07-08 Roland McGrath * ebl-hooks.h: Add abi_cfi hook. diff --git a/libebl/eblobjnotetypename.c b/libebl/eblobjnotetypename.c index ff9330f93..8e99dbb41 100644 --- a/libebl/eblobjnotetypename.c +++ b/libebl/eblobjnotetypename.c @@ -1,5 +1,5 @@ /* Return note type name. - Copyright (C) 2002, 2007 Red Hat, Inc. + Copyright (C) 2002, 2007, 2009 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper , 2002. @@ -74,6 +74,7 @@ ebl_object_note_type_name (ebl, type, buf, len) KNOWNSTYPE (VERSION), KNOWNSTYPE (GNU_HWCAP), KNOWNSTYPE (GNU_BUILD_ID), + KNOWNSTYPE (GNU_GOLD_VERSION), }; /* Handle standard names. */ diff --git a/src/ChangeLog b/src/ChangeLog index 88e0c115d..7e0b25b71 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-07-26 Mark Wielaard + + * elflint.c (check_note_data): Recognize NT_GNU_GOLD_VERSION. + 2009-07-25 Mark Wielaard * Makefile.am (addr2line_LDADD): Add $(libelf). diff --git a/src/elflint.c b/src/elflint.c index 9915a549f..f85d28643 100644 --- a/src/elflint.c +++ b/src/elflint.c @@ -3969,6 +3969,7 @@ section [%2d] '%s': unknown core file note type %" PRIu32 case NT_GNU_ABI_TAG: case NT_GNU_HWCAP: case NT_GNU_BUILD_ID: + case NT_GNU_GOLD_VERSION: break; case 0: