PR bootstrap/48230
commit369d6f24bf84afea68ca5fbbfa2590c06fd21f37
authorjbeniston <jbeniston@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 Mar 2014 19:58:24 +0000 (2 19:58 +0000)
committerjbeniston <jbeniston@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 Mar 2014 19:58:24 +0000 (2 19:58 +0000)
tree85fb1a7ef0c849a11e4a88540aa5bf9c8ac5bb35
parent28103af36c24e3796ce8f3a34f4fe42fab2e7f00
PR bootstrap/48230
PR bootstrap/50927
PR bootstrap/52466
PR target/46898
* config/lm32/lm32.c (lm32_legitimate_constant_p): Remove, as incorrect.
  (TARGET_LEGITIMATE_CONSTANT_P): Undefine, as not needed.
* config/lm32/lm32.md (movsi_insn): Add 32-bit immediate support.
(simple_return, *simple_return): New patterns
* config/lm32/predicates.md (movsi_rhs_operand): Remove as obsolete.
* configure.ac (force_sjlj_exceptions): Force sjlj exceptions for lm32.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208260 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/lm32/lm32.c
gcc/config/lm32/lm32.md
gcc/config/lm32/predicates.md
gcc/configure.ac