From f80c90785db8af356791a3d88436a33b292ae6a4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 14 Oct 2009 12:35:47 -0700 Subject: Clean up NT_GNU_GOLD_VERSION printing. --- libebl/eblobjnote.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libebl/eblobjnote.c') diff --git a/libebl/eblobjnote.c b/libebl/eblobjnote.c index 9b36be6a..b56c6cbc 100644 --- a/libebl/eblobjnote.c +++ b/libebl/eblobjnote.c @@ -84,8 +84,8 @@ ebl_object_note (ebl, name, type, descsz, desc) case NT_GNU_GOLD_VERSION: if (strcmp (name, "GNU") == 0 && descsz > 0) /* A non-null terminated version string. */ - printf ("%s%.*s\n", - gettext (" Version String: "), (int) descsz, desc); + printf (gettext (" Linker version: %.*s\n"), + (int) descsz, desc); break; case NT_GNU_ABI_TAG: -- cgit v1.2.3