http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54314

--- Comment #3 from gee <jojelino at gmail dot com> 2012-08-20 15:21:53 UTC ---
--export-all-symbols didn't work at all.
pick-reverting just one commit failed with conflict.


[966](sec 86)(fl 0x00)(ty   0)(scl   2) (nx 0) 0x00000000 
Contents of section .rdata$_ZNSt14numeric_limitsIdE14min_exponent10E:
 0000 cdfeffff                          ....

following is one of the symbol that linker failed to include in shared library.

__ZNSt14numeric_limitsIdE14min_exponent10E
    .globl    __ZNSt14numeric_limitsIdE14min_exponent10E
    .section    .rdata$_ZNSt14numeric_limitsIdE14min_exponent10E,"dr"
    .align 4
__ZNSt14numeric_limitsIdE14min_exponent10E:
    .long    -307

Reply via email to