From: Joern Rennecke Date: Wed, 30 Apr 2014 16:06:07 +0000 (+0000) Subject: arc.opt (mlra): Move comment above option name to avoid mis-parsing as language options. X-Git-Tag: upstream/12.2.0~63554 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5bd20a4f1fc38e4079163b912bafe8eb03df397;p=platform%2Fupstream%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 704dfc1..1ac6d14 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-04-30 Joern Rennecke + + * config/arc/arc.opt (mlra): Move comment above option name + to avoid mis-parsing as language options. + 2014-04-30 Rainer Orth * config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Move ... diff --git a/gcc/config/arc/arc.opt b/gcc/config/arc/arc.opt index 2deb9e7..1e98db9 100644 --- a/gcc/config/arc/arc.opt +++ b/gcc/config/arc/arc.opt @@ -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