aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2006-04-21 14:10:22 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2006-04-21 10:10:22 -0400
commite3604432aabe83c4378277086cf511d19791ff2f (patch)
tree2015f2f4e045ff2f744267948f7aef421fc84c85
parent15eaa78f1e4cdefdf6338bac86baee3bfab5df7f (diff)
downloadgcc-e3604432aabe83c4378277086cf511d19791ff2f.zip
gcc-e3604432aabe83c4378277086cf511d19791ff2f.tar.gz
gcc-e3604432aabe83c4378277086cf511d19791ff2f.tar.bz2
rs6000.h (REG_CLASS_CONTENTS): Add sfp to NON_FLOAT_REGS.
* config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Add sfp to NON_FLOAT_REGS. From-SVN: r113136
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/rs6000.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c112749..a3372b6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-21 David Edelsohn <edelsohn@gnu.org>
+
+ * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Add sfp to
+ NON_FLOAT_REGS.
+
2006-04-21 Nick Clifton <nickc@redhat.com>
* config/sh/t-elf (EXTRA_MULTILIB_PARTS): Include
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h
index 96dd2d2..f47324e 100644
--- a/gcc/config/rs6000/rs6000.h
+++ b/gcc/config/rs6000/rs6000.h
@@ -1024,7 +1024,7 @@ enum reg_class
{ 0xffffffff, 0x00000000, 0x0000000f, 0x00022000 }, /* SPEC_OR_GEN_REGS */ \
{ 0x00000000, 0x00000000, 0x00000010, 0x00000000 }, /* CR0_REGS */ \
{ 0x00000000, 0x00000000, 0x00000ff0, 0x00000000 }, /* CR_REGS */ \
- { 0xffffffff, 0x00000000, 0x0000efff, 0x00000000 }, /* NON_FLOAT_REGS */ \
+ { 0xffffffff, 0x00000000, 0x0000efff, 0x00020000 }, /* NON_FLOAT_REGS */ \
{ 0x00000000, 0x00000000, 0x00001000, 0x00000000 }, /* XER_REGS */ \
{ 0xffffffff, 0xffffffff, 0xffffffff, 0x0003ffff } /* ALL_REGS */ \
}