From 18b802688624127aa26b3d75dd0ce41e06cbeee9 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 24 Sep 2009 16:40:36 -0400 Subject: re PR target/41456 (unrecognized R constraint: R13) PR target/41456 * config/m32c/m32c.h (REG_CLASS_CONTENTS): Add R13. (reg_class): Likewise. (REG_CLASS_NAMES): Likewise. * config/m32c/m32c.c (m32c_reg_class_from_constraint): Likewise. * config/m32c/m32c.c (m32c_override_options): Disable -fivopts for M32C. From-SVN: r152144 --- gcc/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9fbcb517e32..3a8833d5a69 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2009-09-24 DJ Delorie + + PR target/41456 + * config/m32c/m32c.h (REG_CLASS_CONTENTS): Add R13. + (reg_class): Likewise. + (REG_CLASS_NAMES): Likewise. + * config/m32c/m32c.c (m32c_reg_class_from_constraint): Likewise. + + * config/m32c/m32c.c (m32c_override_options): Disable -fivopts for + M32C. + 2009-09-24 Michael Meissner * config/rs6000/predicates.md (indexed_or_indirect_operand): -- cgit v1.2.1