aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2016-01-11 04:11:19 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2016-01-11 04:11:19 +0000
commit8064654176c42ba9bb063185a62803fe848fbdd8 (patch)
treeced67b0d135e43ab293d8282186eb27fed2220bc /gcc
parentfecad594f748c565850243d9ab7267cc3439cd02 (diff)
downloadgcc-8064654176c42ba9bb063185a62803fe848fbdd8.zip
gcc-8064654176c42ba9bb063185a62803fe848fbdd8.tar.gz
gcc-8064654176c42ba9bb063185a62803fe848fbdd8.tar.bz2
arc.opt (mdiv-rem): Add period to the end.
2016-01-11 Andrew Burgess <andrew.burgess@embecosm.com> * config/arc/arc.opt (mdiv-rem): Add period to the end. (mcode-density): Likewise. From-SVN: r232207
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/arc/arc.opt4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index dde5017..c1982b6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * config/arc/arc.opt (mdiv-rem): Add period to the end.
+ (mcode-density): Likewise.
+
2016-01-10 Tom de Vries <tom@codesourcery.com>
PR tree-optimization/69062
diff --git a/gcc/config/arc/arc.opt b/gcc/config/arc/arc.opt
index 36bc46f..79113a5 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)