+
+ * dynobj.cc (Versions::add_def): If we give an error about a
+ missing version, go ahead and create the version anyhow.
+
Handle output sections with more than 0x7fffffff bytes.
// find a definition of a symbol with a version which is not
// in the version script.
if (parameters->options().shared())
- {
- gold_error(_("symbol %s has undefined version %s"),
- sym->demangled_name().c_str(), version);
- return;
- }
+ gold_error(_("symbol %s has undefined version %s"),
+ sym->demangled_name().c_str(), version);
// When creating a regular executable, automatically define
// a new version.