Commit e3604432 by David Edelsohn Committed by David Edelsohn

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
parent 15eaa78f
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
......
......@@ -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 */ \
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment