+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
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: