diff options
Diffstat (limited to 'gold/script.cc')
-rw-r--r-- | gold/script.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gold/script.cc b/gold/script.cc index 839af3c..a11672c 100644 --- a/gold/script.cc +++ b/gold/script.cc @@ -2145,9 +2145,9 @@ Version_script_info::build_expression_list_lookup( { if (this->default_version_ != NULL && this->default_version_->tag != v->tag) - gold_error(_("wildcard match appears in both version '%s' " - "and '%s' in script"), - this->default_version_->tag.c_str(), v->tag.c_str()); + gold_warning(_("wildcard match appears in both version '%s' " + "and '%s' in script"), + this->default_version_->tag.c_str(), v->tag.c_str()); else if (this->default_version_ != NULL && this->default_is_global_ != is_global) gold_error(_("wildcard match appears as both global and local " |