]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Handle NT_GNU_GOLD_VERSION.
authorMark Wielaard <mjw@redhat.com>
Sun, 26 Jul 2009 15:33:18 +0000 (08:33 -0700)
committerUlrich Drepper <drepper@redhat.com>
Sun, 26 Jul 2009 15:33:18 +0000 (08:33 -0700)
libebl/ChangeLog
libebl/eblobjnotetypename.c
src/ChangeLog
src/elflint.c

index 837a4d16c328ee10c411668cb0911999258fbcb1..46a58c79f0c441b092f5f9c734c9e231e3b7808b 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-26  Mark Wielaard  <mjw@redhat.com>
+
+       * eblobjnotetypename.c (ebl_object_note_type_name): Recognize
+       NT_GNU_GOLD_VERSION.
+
 2009-07-08  Roland McGrath  <roland@redhat.com>
 
        * ebl-hooks.h: Add abi_cfi hook.
index ff9330f93af8e61aa1b14270c3bd049b26e05550..8e99dbb41b4f5d3977a4a60d4970764d097bfee5 100644 (file)
@@ -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 <drepper@redhat.com>, 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.  */
index 88e0c115dea33cdc404ba580d01ae8b19225e6b7..7e0b25b710d01ac2c57d28ea3a041346155e57ab 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-26  Mark Wielaard  <mjw@redhat.com>
+
+       * elflint.c (check_note_data): Recognize NT_GNU_GOLD_VERSION.
+
 2009-07-25  Mark Wielaard  <mjw@redhat.com>
 
        * Makefile.am (addr2line_LDADD): Add $(libelf).
index 9915a549f1505fc037b478d219507f18fab7e4ba..f85d28643d34673f2ee1d8318142fed21688e27a 100644 (file)
@@ -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: