h8300.c: (h8300_push_pop): Use bool type for boolean parameters.
authorNick Clifton <nickc@redhat.com>
Mon, 15 Feb 2010 15:44:39 +0000 (15:44 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 15 Feb 2010 15:44:39 +0000 (15:44 +0000)
commitac447f256bc7c31c7f9b034048b5fb62183fca52
treee2f61f60d78bc9721963f14bffe92a3bd40a2064
parent694d3cfd6027342090cd48a5251ccaaa19af05cf
h8300.c: (h8300_push_pop): Use bool type for boolean parameters.

        * config/h8300/h8300.c: (h8300_push_pop): Use bool type for
        boolean parameters.  Use emit_jump_insn when emitting a pop
        instruction containing a return insn.
        (push): Use 'true' rather than '1' as second parameter to F.
        (h8300_expand_prologue): Likewise.
        Use 'true' and 'false' for boolean parameters to
        h8300_push_pop.
        (h8300_expand_epilogue): Likewise.

From-SVN: r156774
gcc/ChangeLog
gcc/config/h8300/h8300.c