]> git.ipfire.org Git - thirdparty/gcc.git/commit
sh.c (sh_option_override): Make static.
authorNaveen H.S <naveen.S@kpitcummins.com>
Sun, 5 Sep 2010 00:46:33 +0000 (00:46 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Sun, 5 Sep 2010 00:46:33 +0000 (00:46 +0000)
commite7a8f681c069f09f53be3f94e220669247379a48
tree69e08fb23974f9ecd22a5c56159a8eeaf6612a31
parent879a629b685a60a20046c583956050c502e1bfe1
sh.c (sh_option_override): Make static.

* config/sh/sh.c (sh_option_override): Make static.
Adjust comments.  Declare.
(sh_function_value_regno_p): Likewise.
(sh_register_move_cost): Modify the arguments, make static.
Adjust comments.  Declare.
(TARGET_OPTION_OVERRIDE, TARGET_REGISTER_MOVE_COST
TARGET_FUNCTION_VALUE_REGNO_P): Define.
* config/sh/sh.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P
REGISTER_MOVE_COST): Delete.
* config/sh/sh-protos.h (sh_override_options): Delete.
(sh_register_move_cost): Delete.
(sh_function_value_regno_p): Delete.

From-SVN: r163873
gcc/ChangeLog
gcc/config/sh/sh-protos.h
gcc/config/sh/sh.c
gcc/config/sh/sh.h