From b64dcda332295941949c31c64243675c143bba8a Mon Sep 17 00:00:00 2001 From: davem Date: Tue, 15 Apr 2008 04:11:45 +0000 Subject: [PATCH] * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION. --- binutils/ChangeLog | 4 ++++ binutils/readelf.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 037549ae93..6876607ca1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2008-04-14 David S. Miller + + * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION. + 2008-04-11 Torleif Sandnes * dwarf.c (display_debug_lines): Rename to diff --git a/binutils/readelf.c b/binutils/readelf.c index 7b4847092f..b2f0d692b8 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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; } -- 2.11.0