* readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION.
authorDavid S. Miller <davem@redhat.com>
Tue, 15 Apr 2008 04:11:45 +0000 (04:11 +0000)
committerDavid S. Miller <davem@redhat.com>
Tue, 15 Apr 2008 04:11:45 +0000 (04:11 +0000)
binutils/ChangeLog
binutils/readelf.c

index 037549a..6876607 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-14  David S. Miller  <davem@davemloft.net>
+
+       * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION.
+
 2008-04-11  Torleif Sandnes  <torleif.sandnes@gmail.com>
 
        * dwarf.c (display_debug_lines): Rename to
index 7b48470..b2f0d69 100644 (file)
@@ -9799,6 +9799,8 @@ get_gnu_elf_note_type (unsigned e_type)
       return _("NT_GNU_HWCAP (DSO-supplied software HWCAP info)");
     case NT_GNU_BUILD_ID:
       return _("NT_GNU_BUILD_ID (unique build ID bitstring)");
+    case NT_GNU_GOLD_VERSION:
+      return _("NT_GNU_GOLD_VERSION (gold version)");
     default:
       break;
     }