Commit e5bd20a4 by Joern Rennecke Committed by Joern Rennecke

arc.opt (mlra): Move comment above option name to avoid mis-parsing as language options.

        * config/arc/arc.opt (mlra): Move comment above option name
        to avoid mis-parsing as language options.

From-SVN: r209939
parent 60ff8e16
2014-04-30 Joern Rennecke <joern.rennecke@embecosm.com>
* config/arc/arc.opt (mlra): Move comment above option name
to avoid mis-parsing as language options.
2014-04-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 2014-04-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Move ... * config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Move ...
......
...@@ -340,9 +340,9 @@ Pass -marclinux_prof option through to linker. ...@@ -340,9 +340,9 @@ Pass -marclinux_prof option through to linker.
;; lra is still unproven for ARC, so allow to fall back to reload with -mno-lra. ;; lra is still unproven for ARC, so allow to fall back to reload with -mno-lra.
;Target InverseMask(NO_LRA) ;Target InverseMask(NO_LRA)
mlra
; lra still won't allow to configure libgcc; see PR rtl-optimization/55464. ; lra still won't allow to configure libgcc; see PR rtl-optimization/55464.
; so don't enable by default. ; so don't enable by default.
mlra
Target Mask(LRA) Target Mask(LRA)
Enable lra Enable lra
......
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