diff mbox

arc/gcc: Fix help text for some options.

Message ID 2f69a5d4573a2d4ae0aca57a7dd24528867feea2.1452262124.git.andrew.burgess@embecosm.com
State New
Headers show

Commit Message

Andrew Burgess Jan. 8, 2016, 2:13 p.m. UTC
The following minor patch fixes up the command line option help text
for arc.  This resolves one test failure in help.exp.

I don't have GCC write access, so if this is approved, please could
someone apply it for me.

Thanks,
Andrew

---

Add missing period to the end of the sentences for a couple of ARC
options.

gcc/ChangeLog:

	* config/arc/arc.opt (mdiv-rem): Add period to the end.
	(mcode-density): Likewise.
---
 gcc/ChangeLog          | 5 +++++
 gcc/config/arc/arc.opt | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

Comments

Joern Wolfgang Rennecke Jan. 11, 2016, 4:12 a.m. UTC | #1
On 08/01/16 14:13, Andrew Burgess wrote:
> * config/arc/arc.opt (mdiv-rem): Add period to the end.
> 	(mcode-density): Likewise.
Thanks, I have applied this patch.
diff mbox

Patch

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)