Support -d/--define-common.
[deliverable/binutils-gdb.git] / gold / object.cc
index e444ec1ead7fcb568a7696ac0853a01052e214e6..98bcb62e802771767aa0ffa8ae1bc4719a3adb08 100644 (file)
@@ -951,7 +951,7 @@ Sized_relobj<size, big_endian>::do_finalize_local_symbols(unsigned int index,
       
       if (shndx >= elfcpp::SHN_LORESERVE)
        {
-         if (shndx == elfcpp::SHN_ABS)
+         if (shndx == elfcpp::SHN_ABS || shndx == elfcpp::SHN_COMMON)
            lv.set_output_value(lv.input_value());
          else
            {
This page took 0.037092 seconds and 4 git commands to generate.