r202588 - in /trunk/libgcc: ChangeLog config/rl...
dj@gcc.gnu.org
dj@gcc.gnu.org
Sat Sep 14 06:13:00 GMT 2013
Author: dj
Date: Sat Sep 14 06:13:18 2013
New Revision: 202588
URL: http://gcc.gnu.org/viewcvs?rev=202588&root=gcc&view=rev
Log:
* config/rl78/mulsi3.S: Remove a few unneeded moves and branches.
* config/rl78/vregs.h: New.
* config/rl78/signbit.S: New file. Implements signbit function.
* config/rl78/divmodsi.S: New.
* config/rl78/divmodhi.S: New.
* config/rl78/divmodqi.S: New.
* config/rl78/t-rl78: Build them here...
* config/rl78/lib2div.c: ...but not here.
Added:
trunk/libgcc/config/rl78/divmodhi.S
trunk/libgcc/config/rl78/divmodqi.S
trunk/libgcc/config/rl78/divmodsi.S
trunk/libgcc/config/rl78/signbit.S
trunk/libgcc/config/rl78/vregs.h
Modified:
trunk/libgcc/ChangeLog
trunk/libgcc/config/rl78/lib2div.c
trunk/libgcc/config/rl78/mulsi3.S
trunk/libgcc/config/rl78/t-rl78
More information about the Gcc-cvs
mailing list