Warning removal.
authorAlexandre Oliva <aoliva@redhat.com>
Sun, 3 Jun 2001 22:50:27 +0000 (22:50 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sun, 3 Jun 2001 22:50:27 +0000 (22:50 +0000)
commitc5b9ef021f5c1e4c7dbc342898360d9fcaa13cf8
tree8c39492b0cbc05dc880964cbc64f52fd6758867b
parent667c49250fe57f73728f51a828c4a6e483bd1b5b
Warning removal.

* config/sh/sh.c (print_operand_address): Cast INTVAL to int.
(shl_and_kind): Cast wide constant.
(gen_far_branch): Define as static, as in declaration.
(barrier_align): Compute cache-line length as unsigned.  Add
parentheses in initial credit computation.
(rounded_frame_size): Add parentheses.
(permanent_obstack): Remove declaration.  Include ggc.h for
declaration of ggc_add_root_rtx().
(get_free_reg): Removed declaration of unused variable reg.
(legitimize_pic_address): Mark mode argument as unused.

From-SVN: r42837
gcc/ChangeLog
gcc/config/sh/sh.c