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

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents 561a7518be6b
children 84e7813d76e9
line wrap: on
line diff
--- a/gcc/config/g.opt	Sun Aug 21 07:07:55 2011 +0900
+++ b/gcc/config/g.opt	Fri Oct 27 22:46:09 2017 +0900
@@ -1,7 +1,6 @@
 ; -G option (small data, some targets only).
 
-; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-; Free Software Foundation, Inc.
+; Copyright (C) 2003-2017 Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
 ;
@@ -25,6 +24,6 @@
 
 G
 Target Joined Separate UInteger Var(g_switch_value)
--G<number>	Put global and static data smaller than <number> bytes into a special section (on some targets)
+-G<number>	Put global and static data smaller than <number> bytes into a special section (on some targets).
 
 ; This comment is to ensure we retain the blank line above.