From 61e72afb37fa4eb010076663a8a33c5740bcea93 Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Tue, 29 Nov 2016 13:42:22 +0100 Subject: [PATCH] [ARC] [COMMITTED] Fix typo in arc.opt gcc/ 2016-11-29 Claudiu Zissulescu * config/arc/arc.opt (marclinux): Fix typo. (marclinux_prof): Likewise. From-SVN: r242956 --- gcc/ChangeLog | 5 +++++ gcc/config/arc/arc.opt | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b7ccbd88550..e8b117986ab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-11-29 Claudiu Zissulescu + + * config/arc/arc.opt (marclinux): Fix typo. + (marclinux_prof): Likewise. + 2016-11-29 Jiong Wang * target.def (stack_protect_runtime_enabled_p): New. diff --git a/gcc/config/arc/arc.opt b/gcc/config/arc/arc.opt index 56851003eaa..31b305bbee5 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. -- 2.30.2