From Emmanuel Marty <emarty@suntech.fr>

* arm/lib1funcs.asm (_umodsi3 THUMB VARIANT): Restore deleted return
insn.

From-SVN: r35781
This commit is contained in:
Emmanuel Marty 2000-08-18 12:18:14 +02:00 committed by Richard Earnshaw
parent 074900c50e
commit ef42b1ddae
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2000-08-18 Emmanuel Marty <emarty@suntech.fr>
* arm/lib1funcs.asm (_umodsi3 THUMB VARIANT): Restore deleted return
insn.
2000-08-17 Richard Henderson <rth@cygnus.com>
* config/ia64/ia64.c (spill_restore_mem): Handle emitting

View file

@ -436,6 +436,7 @@ Over9:
add dividend, dividend, work
Over10:
pop { work }
RET
#else /* ARM version. */