elfcpp/
[deliverable/binutils-gdb.git] / gold / common.cc
index bffa8290d933d1d34923ac53aaa13c000134aa59..1a9aea871cee91d7ea4f110b8aa47b99f01a9236 100644 (file)
@@ -351,9 +351,9 @@ Symbol_table::do_allocate_commons_list(
          // For an incremental update, allocate from the free list.
          off = os->allocate(ssym->symsize(), ssym->value());
          if (off == -1)
-           gold_fatal(_("out of patch space in section %s; "
-                        "relink with --incremental-full"),
-                        os->name());
+           gold_fallback(_("out of patch space in section %s; "
+                           "relink with --incremental-full"),
+                         os->name());
          ssym->allocate_common(os, off);
        }
     }
This page took 0.022971 seconds and 4 git commands to generate.