Description: anonymous version tag mapped to base version Bug: http://sourceware.org/bugzilla/show_bug.cgi?id=12548 Index: binutils.git/ld/ldlang.c =================================================================== --- binutils.git.orig/ld/ldlang.c +++ binutils.git/ld/ldlang.c @@ -8743,9 +8743,9 @@ lang_register_vers_node (const char *nam if (link_info.version_info != NULL && (name[0] == '\0' || link_info.version_info->name[0] == '\0')) { - einfo (_("%X%P: anonymous version tag cannot be combined" - " with other version tags\n")); - free (version); + version->deps = NULL; + version->name = ""; + version->vernum = 0; return; }