[Bug target/26636] use of r1-r3 across __sdivsi3_4 call

kkojima at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed May 9 23:05:00 GMT 2007



------- 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



More information about the Gcc-bugs mailing list