]> git.ipfire.org Git - thirdparty/gcc.git/commit
mips-protos.h (mips_initial_elimination_offset): Change return type to HOST_WIDE_INT.
authorRichard Sandiford <rsandifo@redhat.com>
Thu, 6 Nov 2003 11:22:03 +0000 (11:22 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 6 Nov 2003 11:22:03 +0000 (11:22 +0000)
commite88fb323aad7bc8974da3cb28aae2ef1b500583d
treefb900b9f64bc13d7679a0583f8c195f80702393b
parent88d6a75f25860f8a6d1f646d7d616ac87bf84fce
mips-protos.h (mips_initial_elimination_offset): Change return type to HOST_WIDE_INT.

* config/mips/mips-protos.h (mips_initial_elimination_offset): Change
return type to HOST_WIDE_INT.
* config/mips/mips.c (mips_frame_info): Give sizes type HOST_WIDE_INT.
Make initialized a bool.  Make register masks unsigned ints.
(compute_frame_size): Make same mask change here.  Use HOST_WIDE_INT
where appropriate.
(mips_initial_elimination_offset): Return a HOST_WIDE_INT.
(mips_output_function_prologue): Print sizes as HOST_WIDE_INTs.

From-SVN: r73303
gcc/ChangeLog
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c