From: Claudiu Zissulescu Date: Tue, 29 Nov 2016 12:42:22 +0000 (+0100) Subject: [ARC] [COMMITTED] Fix typo in arc.opt X-Git-Tag: upstream/12.2.0~42902 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61e72afb37fa4eb010076663a8a33c5740bcea93;p=platform%2Fupstream%2Fgcc.git [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 --- 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 + + * 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 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.