diff gcc/config/mcore/mcore.opt @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
line wrap: on
line diff
--- a/gcc/config/mcore/mcore.opt	Sun Aug 21 07:07:55 2011 +0900
+++ b/gcc/config/mcore/mcore.opt	Fri Oct 27 22:46:09 2017 +0900
@@ -1,6 +1,6 @@
 ; Options for the Motorola MCore port of the compiler.
 
-; Copyright (C) 2005, 2007, 2009, 2010 Free Software Foundation, Inc.
+; Copyright (C) 2005-2017 Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
 ;
@@ -28,48 +28,48 @@
 
 m4byte-functions
 Target Report Mask(OVERALIGN_FUNC)
-Force functions to be aligned to a 4 byte boundary
+Force functions to be aligned to a 4 byte boundary.
 
 mbig-endian
 Target RejectNegative Report InverseMask(LITTLE_END)
-Generate big-endian code
+Generate big-endian code.
 
 mcallgraph-data
 Target Report Mask(CG_DATA)
-Emit call graph information
+Emit call graph information.
 
 mdiv
 Target Report Mask(DIV)
-Use the divide instruction
+Use the divide instruction.
 
 mhardlit
 Target Report Mask(HARDLIT)
-Inline constants if it can be done in 2 insns or less
+Inline constants if it can be done in 2 insns or less.
 
 mlittle-endian
 Target RejectNegative Report Mask(LITTLE_END)
-Generate little-endian code
+Generate little-endian code.
 
 ; Not used by the compiler proper.
 mno-lsim
 Target RejectNegative
-Assume that run-time support has been provided, so omit -lsim from the linker command line
+Assume that run-time support has been provided, so omit -lsim from the linker command line.
 
 mrelax-immediates
 Target Report Mask(RELAX_IMM)
-Use arbitrary sized immediates in bit operations
+Use arbitrary sized immediates in bit operations.
 
 mslow-bytes
 Target Report Mask(SLOW_BYTES)
-Prefer word accesses over byte accesses
+Prefer word accesses over byte accesses.
 
 ; Maximum size we are allowed to grow the stack in a single operation.
 ; If we want more, we must do it in increments of at most this size.
 ; If this value is 0, we don't check at all.
 mstack-increment=
 Target RejectNegative Joined UInteger Var(mcore_stack_increment) Init(STACK_UNITS_MAXSTEP)
-Set the maximum amount for a single stack increment operation
+Set the maximum amount for a single stack increment operation.
 
 mwide-bitfields
 Target Report Mask(W_FIELD)
-Always treat bitfields as int-sized
+Always treat bitfields as int-sized.