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
This commit is contained in:
parent
60ff8e1654
commit
e5bd20a4f1
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
* config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Move ...
|
||||
|
|
|
@ -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.
|
||||
;Target InverseMask(NO_LRA)
|
||||
mlra
|
||||
; lra still won't allow to configure libgcc; see PR rtl-optimization/55464.
|
||||
; so don't enable by default.
|
||||
mlra
|
||||
Target Mask(LRA)
|
||||
Enable lra
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue