udivmod.c, [...]: Moved from here.
authorStephane Carrez <Stephane.Carrez@worldnet.fr>
Thu, 30 Nov 2000 08:25:59 +0000 (09:25 +0100)
committerJeff Law <law@gcc.gnu.org>
Thu, 30 Nov 2000 08:25:59 +0000 (01:25 -0700)
commit75273d0832af1a5ce7bd23bff7221094e197b8e1
tree7441c7d8a77c3e8620a3862b2da31c90152db14c
parent15c2086a04403040aad95867e4a2cf89cc25cd17
udivmod.c, [...]: Moved from here.

* config/mn10200/udivmod.c, config/mn10200/divmod.c,
config/mn10200/udivmodsi4.c: Moved from here.
* config/udivmod.c, config/divmod.c, config/udivmodsi4.c: To here.
* config/mn10200/t-mn10200 (LIB2FUNCS_EXTRA): Use the generic
C division functions.
* config/m68hc11/t-m68hc11-gas (LIB2FUNCS_EXTRA): Likewise.

From-SVN: r37868
gcc/ChangeLog
gcc/config/divmod.c [new file with mode: 0644]
gcc/config/m68hc11/t-m68hc11-gas
gcc/config/mn10200/divmod.c [deleted file]
gcc/config/mn10200/t-mn10200
gcc/config/mn10200/udivmod.c [deleted file]
gcc/config/mn10200/udivmodsi4.c [deleted file]
gcc/config/udivmod.c [new file with mode: 0644]
gcc/config/udivmodsi4.c [new file with mode: 0644]