r210032 - in /trunk/gcc: ChangeLog config/sh/sh...
olegendo@gcc.gnu.org
olegendo@gcc.gnu.org
Sat May 3 09:42:00 GMT 2014
Author: olegendo
Date: Sat May 3 09:42:52 2014
New Revision: 210032
URL: http://gcc.gnu.org/viewcvs?rev=210032&root=gcc&view=rev
Log:
* config/sh/sh.h (ROUND_ADVANCE): Delete macro.
(ROUND_REG, PASS_IN_REG_P): Move and rename macros to ...
* config/sh/sh.c (sh_round_reg, sh_pass_in_reg_p): ... these new
functions.
(sh_arg_partial_bytes, sh_function_arg, sh_function_arg_advance,
sh_setup_incoming_varargs): Replace usage of PASS_IN_REG_P with
sh_pass_in_reg_p.
Replace usage of ROUND_REG with sh_round_reg.
Use CEIL instead of ROUND_ADVANCE.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/sh/sh.c
trunk/gcc/config/sh/sh.h
More information about the Gcc-cvs
mailing list