diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-22 09:30:35 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-22 09:30:35 +0000 |
commit | f1b1bcc4b8a5460ac041e99365728c9bf0c12b1b (patch) | |
tree | 5a3c6aa6225c22878ad8e4f435be0b551102a481 /gcc/ChangeLog | |
parent | 231012201747132fbba227bcc61f17a1ff91057e (diff) | |
download | gcc-f1b1bcc4b8a5460ac041e99365728c9bf0c12b1b.tar.gz |
* config/mips/mips.h (FUNCTION_ARG_REGNO_P): Simplify.
(CLASS_UNITS): Undefine.
(CLASS_MAX_NREGS): Use FP_INC.
* config/mips/mips.c (compute_frame_size): Likewise.
(override_options): Use FP_INC and UNITS_PER_FPVALUE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51166 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 58d40e47932..74fe74a4950 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2002-03-22 Richard Sandiford <rsandifo@redhat.com> + + * config/mips/mips.h (FUNCTION_ARG_REGNO_P): Simplify. + (CLASS_UNITS): Undefine. + (CLASS_MAX_NREGS): Use FP_INC. + * config/mips/mips.c (compute_frame_size): Likewise. + (override_options): Use FP_INC and UNITS_PER_FPVALUE. + 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk> * cpplex.c (parse_identifier_slow): Rename parse_slow, adjust |