diff options
author | DJ Delorie <dj@redhat.com> | 2009-09-24 16:40:36 -0400 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2009-09-24 16:40:36 -0400 |
commit | 18b802688624127aa26b3d75dd0ce41e06cbeee9 (patch) | |
tree | 34be4c7ed01776e2acc6a10a2efd50545d836eba /gcc/ChangeLog | |
parent | 368908d82b2f308fd2d78c4ee286071f08efc902 (diff) | |
download | gcc-18b802688624127aa26b3d75dd0ce41e06cbeee9.tar.gz |
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
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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 <dj@redhat.com> + + 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 <meissner@linux.vnet.ibm.com> * config/rs6000/predicates.md (indexed_or_indirect_operand): |