function.c (put_var_into_stack): Change ptr_mode to Pmode in setup for chkr_set_right...
authorMumit Khan <khan@xraylith.wisc.edu>
Mon, 26 Apr 1999 22:51:09 +0000 (22:51 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 26 Apr 1999 22:51:09 +0000 (16:51 -0600)
commit6a9c4aed1a6cce4cb8d40759c500607835f758e3
tree639805e55460141c93c728306d3cfa5bb9e473ec
parent112cedb09bddd98884385587645c29b8e74f8d74
function.c (put_var_into_stack): Change ptr_mode to Pmode in setup for chkr_set_right_libfunc calls.

        * function.c (put_var_into_stack): Change ptr_mode to Pmode
        in setup for chkr_set_right_libfunc calls.
        (assign_params): Likewise.
        * expr.c (emit_push_insn): Change ptr_mode to Pmode in
        setup for chkr_copy_bitmap_libfunc and chkr_set_right_libfunc calls.
        (expand_assignment): Change ptr_mode to Pmode in
        setup for chkr_add_libfunc and chkr_copy_bitmap_libfunc.
        (store_expr): Change ptr_mode to Pmode in
        setup for chkr_add_libfunc and chkr_copy_bitmap_libfunc.
        (expand_expr): Change ptr_mode to Pmode in
        setup for chkr_check_addr_libfunc.
        (expand_builtin): Change ptr_mode to Pmode in
        setup for chkr_check_str_libfunc, chkr_copy_bitmap_libfunc and
        chkr_check_addr_libfunc.
        * calls.c (rtx_for_function_call): Change ptr_mode to Pmode in
        setup for chkr_check_exec_libfunc.
        (expand_call): Change ptr_mode to Pmode in
        setup for chkr_set_right_libfunc.
        (expand_call): Change ptr_mode to Pmode in
        setup for chkr_set_right_libfunc.
        (store_one_arg): Change ptr_mode to Pmode in
        setup for chkr_set_right_libfunc.

Co-Authored-By: Donn Terry <donn@interix.com>
From-SVN: r26664
gcc/ChangeLog
gcc/calls.c
gcc/expr.c
gcc/function.c