Name |
Last commit
|
Last update |
---|---|---|
.. | ||
lib1funcs.S | ||
linux-unwind.h | ||
sfp-machine.h | ||
t-or1k |
Fixes bad assembly logic with software divide as reported by Richard Selvaggi. Also, add a basic test to verify the soft math works when enabled. gcc/testsuite/ChangeLog: PR target/90362 * gcc.target/or1k/div-mul-3.c: New test. libgcc/ChangeLog: PR target/90362 * config/or1k/lib1funcs.S (__udivsi3): Change l.sfeqi to l.sfeq and l.sfltsi to l.sflts equivalents as the immediate instructions are not available on every processor. Change a l.bnf to l.bf to fix logic issue. From-SVN: r273648
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
lib1funcs.S | Loading commit data... | |
linux-unwind.h | Loading commit data... | |
sfp-machine.h | Loading commit data... | |
t-or1k | Loading commit data... |