aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index e104a7e..20100f1 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -18859,6 +18859,8 @@ get_note_type (Filedata * filedata, unsigned e_type)
return _("OPEN");
case NT_GNU_BUILD_ATTRIBUTE_FUNC:
return _("func");
+ case NT_GO_BUILDID:
+ return _("GO BUILDID");
default:
break;
}