]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/29377 (Build for h8300-elf crashes on 64bit hosts due to int/HWI mismatch)
authorUros Bizjak <ubizjak@gmail.com>
Thu, 2 Nov 2006 07:55:35 +0000 (08:55 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 2 Nov 2006 07:55:35 +0000 (08:55 +0100)
commit126c7f8da0215f06b1260e42c8e5017231892bea
tree5bd9b71200baace68432242b61a7b8ae0909a50c
parentd959cbdc93dd12a9b5237f171c790ee1a914e91c
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: r118411
gcc/ChangeLog
gcc/config/h8300/h8300.c