diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-14 10:17:17 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-14 10:17:17 +0000 |
commit | 8c9bf23a31dfff2a8a0747002961da3cced52d83 (patch) | |
tree | c91ae40f49d86e8517cd6f1738c07fff20d7750d /gcc/ChangeLog | |
parent | b65ae28bc94ea0976062738a56aafa7542943a3e (diff) | |
download | gcc-8c9bf23a31dfff2a8a0747002961da3cced52d83.tar.gz |
* config/mips/mips.h (FP_INC, UNITS_PER_FPVALUE): New macros.
* config/mips/mips.c (compute_frame_size): Retrofit them here.
(save_restore_insns, mips_expand_epilogue): And here.
(build_mips16_call_stub): And here.
(mips_function_value): Use the new macros to decide whether a single
or complex float can be returned in floating-point registers. Return
a parallel rtx in the complex case.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50766 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ea822d1d952..84d0956f7e5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2002-03-14 Richard Sandiford <rsandifo@redhat.com> + + * config/mips/mips.h (FP_INC, UNITS_PER_FPVALUE): New macros. + * config/mips/mips.c (compute_frame_size): Retrofit them here. + (save_restore_insns, mips_expand_epilogue): And here. + (build_mips16_call_stub): And here. + (mips_function_value): Use the new macros to decide whether a single + or complex float can be returned in floating-point registers. Return + a parallel rtx in the complex case. + Thu Mar 14 11:03:12 CET 2002 Jan Hubicka <jh@suse.cz> * toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup |