------- Comment #3 from kkojima at gcc dot gnu dot org 2007-05-10 00:05 ------- __sdivsi3_i4 can't be called via PLT in the first place. This is a design decision, I think. It is defined as a hidden symbol and isn't exported from the shared libgcc with the right configuration. All binaries and shared libraries which uses __sdivsi3_i4 should link also with static libgcc.a to include it as a local function. I'd like to close this PR as WONTFIX.
-- kkojima at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkojima at gcc dot gnu dot | |org Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26636