diff options
author | Claudiu Zissulescu <claziss@synopsys.com> | 2016-11-29 13:42:22 +0100 |
---|---|---|
committer | Claudiu Zissulescu <claziss@gcc.gnu.org> | 2016-11-29 13:42:22 +0100 |
commit | 61e72afb37fa4eb010076663a8a33c5740bcea93 (patch) | |
tree | 715b4c5bddf8c5418ae033c1e393c995aab10f7c /gcc | |
parent | 87a5dc2da0ae66285afa894b4dca847c87c0302b (diff) | |
download | gcc-61e72afb37fa4eb010076663a8a33c5740bcea93.zip gcc-61e72afb37fa4eb010076663a8a33c5740bcea93.tar.gz gcc-61e72afb37fa4eb010076663a8a33c5740bcea93.tar.bz2 |
[ARC] [COMMITTED] Fix typo in arc.opt
gcc/
2016-11-29 Claudiu Zissulescu <claziss@synopsys.com>
* config/arc/arc.opt (marclinux): Fix typo.
(marclinux_prof): Likewise.
From-SVN: r242956
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/arc/arc.opt | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b7ccbd8..e8b1179 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-11-29 Claudiu Zissulescu <claziss@synopsys.com> + + * config/arc/arc.opt (marclinux): Fix typo. + (marclinux_prof): Likewise. + 2016-11-29 Jiong Wang <jiong.wang@arm.com> * target.def (stack_protect_runtime_enabled_p): New. diff --git a/gcc/config/arc/arc.opt b/gcc/config/arc/arc.opt index 5685100..31b305b 100644 --- a/gcc/config/arc/arc.opt +++ b/gcc/config/arc/arc.opt @@ -382,11 +382,11 @@ Target Pass -EL option through to linker. marclinux -target +Target Pass -marclinux option through to linker. marclinux_prof -target +Target Pass -marclinux_prof option through to linker. ;; lra is still unproven for ARC, so allow to fall back to reload with -mno-lra. |