OSDN Git Service

gnattools/
[pf3gnuchains/gcc-fork.git] / gcc / ada / gcc-interface / lang.opt
index 586b0e6..4839235 100644 (file)
@@ -1,5 +1,5 @@
 ; Options for the Ada front end.
-; Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc.
+; Copyright (C) 2003, 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
 ;
 Language
 Ada
 
-I
-Ada Joined Separate
-; Documented for C
+Language
+AdaWhy
 
-Wall
-Ada
-; Documented for C
+-all-warnings
+Ada AdaWhy Alias(Wall)
 
-Wmissing-prototypes
-Ada
-; Documented for C
+-include-barrier
+Ada AdaWhy Alias(I, -)
 
-Wstrict-prototypes
-Ada
-; Documented for C
+-include-directory
+Ada AdaWhy Separate Alias(I)
 
-Wwrite-strings
-Ada
-; Documented for C
+-include-directory=
+Ada AdaWhy Joined Alias(I)
 
-Wlong-long
-Ada
-; Documented for C
+-no-standard-includes
+Ada AdaWhy Alias(nostdinc)
 
-Wvariadic-macros
-Ada
-; Documented for C
+-no-standard-libraries
+Ada AdaWhy Alias(nostdlib)
 
-Wold-style-definition
-Ada
-; Documented for C
+I
+Ada AdaWhy Joined Separate
+-I <dir>.      Add <dir> to the end of the main source path
 
-Wmissing-format-attribute
-Ada
-; Documented for C
+Wall
+Ada AdaWhy
+Enable most warning messages
 
-Woverlength-strings
-Ada
-; Documented for C
+k8
+Driver
+Synonym of -gnatk8
 
 nostdinc
-Ada RejectNegative
-; Don't look for source files
+Ada AdaWhy RejectNegative
+Do not look for source files in standard path
 
 nostdlib
-Ada
-; Don't look for object files
-
-feliminate-unused-debug-types
-Ada
-; Effect documented for C - intercepted for Ada to force the associated flag
-; not to be set by default, as it currently eliminates unreferenced parallel
-; types we need for encoding descriptions to the debugger.
+Ada AdaWhy
+Do not look for object files in standard path
 
 fRTS=
-Ada Joined RejectNegative
-; Selects the runtime
-
-gdwarf+
-Ada
-; Explicit request for dwarf debug info with GNAT specific extensions.
+Ada AdaWhy Joined RejectNegative
+Select the runtime
 
 gant
-Ada Joined Undocumented
-; Catches typos
+Ada AdaWhy Joined Undocumented
+Catch typos
 
 gnatO
-Ada Separate
-; Sets name of output ALI file (internal switch)
+Ada AdaWhy Separate
+Set name of output ALI file (internal switch)
 
 gnat
-Ada Joined
+Ada AdaWhy Joined
 -gnat<options> Specify options to GNAT
 
 ; This comment is to ensure we retain the blank line above.