https://sourceware.org/bugzilla/show_bug.cgi?id=15574

--- Comment #3 from John Marino <binutils at marino dot st> ---
This is exactly what I ended up doing, by the way:

--- gold/resolve.cc.orig    2013-11-04 15:33:39.000000000 +0000
+++ gold/resolve.cc
@@ -276,8 +276,7 @@ Symbol_table::resolve(Sized_symbol<size>
       to->set_in_reg();
     }
   else if (st_shndx == elfcpp::SHN_UNDEF
-           && (to->visibility() == elfcpp::STV_HIDDEN
-               || to->visibility() == elfcpp::STV_INTERNAL))
+           && (to->visibility() == elfcpp::STV_INTERNAL))
     {
       // A dynamic object cannot reference a hidden or internal symbol
       // defined in another object.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to