From: amylaar Date: Mon, 11 Jan 2016 04:11:19 +0000 (+0000) Subject: 2016-01-11 Andrew Burgess X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9f6e9981501284e99c0dd5d7d2e46f649792089;p=thirdparty%2Fgcc.git 2016-01-11 Andrew Burgess * config/arc/arc.opt (mdiv-rem): Add period to the end. (mcode-density): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232207 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dde501779f9c..c1982b6ba48d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-01-11 Andrew Burgess + + * config/arc/arc.opt (mdiv-rem): Add period to the end. + (mcode-density): Likewise. + 2016-01-10 Tom de Vries PR tree-optimization/69062 diff --git a/gcc/config/arc/arc.opt b/gcc/config/arc/arc.opt index 36bc46f87030..79113a5753f3 100644 --- a/gcc/config/arc/arc.opt +++ b/gcc/config/arc/arc.opt @@ -59,11 +59,11 @@ Target RejectNegative Joined UInteger Var(arc_mpy_option) Init(2) mdiv-rem Target Report Mask(DIVREM) -Enable DIV-REM instructions for ARCv2 +Enable DIV-REM instructions for ARCv2. mcode-density Target Report Mask(CODE_DENSITY) -Enable code density instructions for ARCv2 +Enable code density instructions for ARCv2. mmixed-code Target Report Mask(MIXED_CODE_SET)