Clean up NT_GNU_GOLD_VERSION printing.
diff --git a/libebl/ChangeLog b/libebl/ChangeLog
index 19cf216..c4411e7 100644
--- a/libebl/ChangeLog
+++ b/libebl/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-14  Roland McGrath  <roland@redhat.com>
+
+	* eblobjnote.c (ebl_object_note): Clean up NT_GNU_GOLD_VERSION printing.
+
 2009-10-05  Roland McGrath  <roland@redhat.com>
 
 	* eblopenbackend.c (default_debugscn_p): Match .debug_pubtypes and
diff --git a/libebl/eblobjnote.c b/libebl/eblobjnote.c
index 9b36be6..b56c6cb 100644
--- a/libebl/eblobjnote.c
+++ b/libebl/eblobjnote.c
@@ -84,8 +84,8 @@
       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: