diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2004-01-25 10:16:21 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2004-01-25 10:16:21 +0000 |
commit | bcbc6b7fb8758e95fc602ec909d9b597ff6d93bd (patch) | |
tree | 1d535bdec4a0356739c985f5d98f7596ef9794a4 /libjava/java/io/ByteArrayInputStream.java | |
parent | 0ce78f010d98dc190f21682d4ff56615efd03d23 (diff) | |
download | gcc-bcbc6b7fb8758e95fc602ec909d9b597ff6d93bd.zip gcc-bcbc6b7fb8758e95fc602ec909d9b597ff6d93bd.tar.gz gcc-bcbc6b7fb8758e95fc602ec909d9b597ff6d93bd.tar.bz2 |
mips-protos.h (mips_reg_mode_ok_for_base_p): Delete.
* config/mips/mips-protos.h (mips_reg_mode_ok_for_base_p): Delete.
(mips_regno_mode_ok_for_base_p): Declare.
* config/mips/mips.h (ARG_POINTER_REGNUM): Renumber to 77.
(FRAME_POINTER_REGNUM): Renumber to 78.
(FIRST_PSEUDO_REGISTER): Update comment accordingly.
(BASE_REG_P, GP_REG_OR_PSEUDO_STRICT_P): Delete.
(GP_REG_OR_PSEUDO_NONSTRICT_P): Delete.
(REGNO_MODE_OK_FOR_BASE_P): Use mips_regno_mode_ok_for_base_p.
(REG_MODE_OK_FOR_BASE_P): Likewise.
* config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Change
entry for 77 to "$arg" and entry for 78 to "$frame".
(mips_regno_to_class): Map 77 and 78 to ALL_REGS.
(mips_reg_mode_ok_for_base_p): Remove.
(mips_regno_mode_ok_for_base_p): New function, derived from old
BASE_REG_P macro. Don't enforce the mips16 stack pointer
restrictions unless we're being strict.
(mips_valid_base_register_p): Use mips_regno_mode_ok_for_base_p.
testsuite/
* gcc.dg/torture/mips-clobber-at.c: New test.
From-SVN: r76547
Diffstat (limited to 'libjava/java/io/ByteArrayInputStream.java')
0 files changed, 0 insertions, 0 deletions