This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: per-function flag definition


Dale Johannesen <dalej@apple.com> writes:
> I didn't find any documentation for the .opt file format, so I wrote
> some.

See doc/options.texi (chapter 7 of the internals manual).

I hadn't realised there are a few places that still refer to c.opt though.
I've installed this patch as obvious after bootstrapping on i686-pc-linux-gnu.
The new text is the same as that added to common.opt.

Richard


ada/
	* lang.opt: Refer to the GCC internals documentation instead of c.opt.

fortran/
	* lang.opt: Refer to the GCC internals documentation instead of c.opt.

java/
	* lang.opt: Refer to the GCC internals documentation instead of c.opt.

treelang/
	* lang.opt: Refer to the GCC internals documentation instead of c.opt.

Index: ada/lang.opt
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/lang.opt,v
retrieving revision 1.10
diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.10 lang.opt
--- ada/lang.opt	18 Mar 2005 11:47:18 -0000	1.10
+++ ada/lang.opt	12 Apr 2005 07:52:19 -0000
@@ -18,7 +18,7 @@
 ; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ; 02111-1307, USA.
 
-; See c.opt for a description of this file's format.
+; See the GCC internals manual for a description of this file's format.
 
 ; Please try to keep this file in ASCII collating order.
 
Index: fortran/lang.opt
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/lang.opt,v
retrieving revision 1.9
diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.9 lang.opt
--- fortran/lang.opt	30 Mar 2005 00:30:50 -0000	1.9
+++ fortran/lang.opt	12 Apr 2005 07:52:19 -0000
@@ -18,7 +18,7 @@
 ; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ; 02111-1307, USA.
 
-; See c.opt for a description of this file's format.
+; See the GCC internals manual for a description of this file's format.
 
 ; Please try to keep this file in ASCII collating order.
 
Index: java/lang.opt
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/lang.opt,v
retrieving revision 1.13
diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.13 lang.opt
--- java/lang.opt	3 Dec 2004 19:43:52 -0000	1.13
+++ java/lang.opt	12 Apr 2005 07:52:19 -0000
@@ -18,7 +18,7 @@
 ; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ; 02111-1307, USA.
 
-; See c.opt for a description of this file's format.
+; See the GCC internals manual for a description of this file's format.
 
 ; Please try to keep this file in ASCII collating order.
 
Index: treelang/lang.opt
===================================================================
RCS file: /cvs/gcc/gcc/gcc/treelang/lang.opt,v
retrieving revision 1.3
diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.3 lang.opt
--- treelang/lang.opt	15 Jul 2003 22:19:44 -0000	1.3
+++ treelang/lang.opt	12 Apr 2005 07:52:19 -0000
@@ -18,7 +18,7 @@
 ; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ; 02111-1307, USA.
 
-; See c.opt for a description of this file's format.
+; See the GCC internals manual for a description of this file's format.
 
 ; Please try to keep this file in ASCII collating order.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]