diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-11 04:11:19 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-11 04:11:19 +0000 |
commit | e9f6e9981501284e99c0dd5d7d2e46f649792089 (patch) | |
tree | ced67b0d135e43ab293d8282186eb27fed2220bc /gcc/config/arc/arc.opt | |
parent | 58615495923c16d3c0c1572d5507ab4018348644 (diff) | |
download | gcc-e9f6e9981501284e99c0dd5d7d2e46f649792089.tar.gz |
2016-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
* 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
Diffstat (limited to 'gcc/config/arc/arc.opt')
-rw-r--r-- | gcc/config/arc/arc.opt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arc/arc.opt b/gcc/config/arc/arc.opt index 36bc46f8703..79113a5753f 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) |