gcc/libgcc/config/rl78
DJ Delorie 5c0029ded7 rl78.c (rl78_asm_file_start): Specify alternate vregs location for RL78/G10.
* config/rl78/rl78.c (rl78_asm_file_start): Specify alternate
vregs location for RL78/G10.
(rl78_expand_prologue): Avoid SEL on G10.
(rl78_expand_epilogue): Likewise.
(rl78_peep_movhi_p): Can't move a constant to memory in HImode.
* config/rl78/rl78.h (TARGET_CPU_CPP_BUILTINS): Define
__RL78_G10__ when appropriate.
(ASM_SPEC): Pass -mg10 along to the assembler.
* config/rl78/rl78.md (sel_rb): Disable for G10.
* config/rl78/rl78.opt: Add -mg10 option.
* config/rl78/t-rl78: Add -mg10 multilib.

* config/rl78/lib2mul.c: Enable for RL78/G10.
* config/rl78/lib2div.c: Likewise.
* config/rl78/lshrsi3.S: Use vregs.h.
* config/rl78/cmpsi2.S: Likewise.
* config/rl78/trampoline.S: Likewise.
* config/rl78/mulsi2.S: Likewise.  Disable for RL78/G10.

From-SVN: r202637
2013-09-16 17:15:46 -04:00
..
cmpsi2.S rl78.c (rl78_asm_file_start): Specify alternate vregs location for RL78/G10. 2013-09-16 17:15:46 -04:00
divmodhi.S mulsi3.S: Remove a few unneeded moves and branches. 2013-09-14 02:13:18 -04:00
divmodqi.S mulsi3.S: Remove a few unneeded moves and branches. 2013-09-14 02:13:18 -04:00
divmodsi.S mulsi3.S: Remove a few unneeded moves and branches. 2013-09-14 02:13:18 -04:00
lib2div.c rl78.c (rl78_asm_file_start): Specify alternate vregs location for RL78/G10. 2013-09-16 17:15:46 -04:00
lib2mul.c rl78.c (rl78_asm_file_start): Specify alternate vregs location for RL78/G10. 2013-09-16 17:15:46 -04:00
lib2shift.c
lshrsi3.S rl78.c (rl78_asm_file_start): Specify alternate vregs location for RL78/G10. 2013-09-16 17:15:46 -04:00
mulsi3.S rl78.c (rl78_asm_file_start): Specify alternate vregs location for RL78/G10. 2013-09-16 17:15:46 -04:00
rl78-divmod.h
rl78-mul.h
signbit.S mulsi3.S: Remove a few unneeded moves and branches. 2013-09-14 02:13:18 -04:00
t-rl78 mulsi3.S: Remove a few unneeded moves and branches. 2013-09-14 02:13:18 -04:00
trampoline.S rl78.c (rl78_asm_file_start): Specify alternate vregs location for RL78/G10. 2013-09-16 17:15:46 -04:00
vregs.h mulsi3.S: Remove a few unneeded moves and branches. 2013-09-14 02:13:18 -04:00