diff gcc/config/ft32/ft32.opt @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
line wrap: on
line diff
--- a/gcc/config/ft32/ft32.opt	Thu Oct 25 07:37:49 2018 +0900
+++ b/gcc/config/ft32/ft32.opt	Thu Feb 13 11:34:05 2020 +0900
@@ -1,6 +1,6 @@
 ; Options for the FT32 port of the compiler.
 
-; Copyright (C) 2015-2018 Free Software Foundation, Inc.
+; Copyright (C) 2015-2020 Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
 ;
@@ -20,7 +20,7 @@
 
 msim
 Target Report Mask(SIM)
-target the software simulator.
+Target the software simulator.
 
 mlra
 Target Report Var(ft32_lra_flag) Init(0) Save
@@ -28,16 +28,16 @@
 
 mnodiv
 Target Report Mask(NODIV)
-Avoid use of the DIV and MOD instructions
+Avoid use of the DIV and MOD instructions.
 
 mft32b
 Target Report Mask(FT32B)
-target the FT32B architecture
+Target the FT32B architecture.
 
 mcompress
 Target Report Mask(COMPRESS)
-enable FT32B code compression
+Enable FT32B code compression.
 
 mnopm
 Target Report Mask(NOPM)
-Avoid placing any readable data in program memory
+Avoid placing any readable data in program memory.