re PR target/29377 (Build for h8300-elf crashes on 64bit hosts due to int/HWI mismatch)
authorUros Bizjak <uros@kss-loka.si>
Sat, 28 Oct 2006 09:41:41 +0000 (11:41 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 28 Oct 2006 09:41:41 +0000 (11:41 +0200)
commite68d4dd1b48538e2467bcdb040af6c58bce3bbce
tree70a3afc3b8565ad9276c733481ad2e0403087956
parent87ccbc5cdd38ffd76515d6c6df48d1680ff0b380
re PR target/29377 (Build for h8300-elf crashes on 64bit hosts due to int/HWI mismatch)

        PR target/29377
        * config/h8300/h8300.c (h8300_emit_stack_adjustment): Change "size"
        argument to HOST_WIDE_INT.  Update function prototype.
        (round_frame_size): Change return type to HOST_WIDE_INT.  Change
        "size" argument to HOST_WIDE_INT.  Update function prototype.

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