OSDN Git Service

Update FSF address
[pf3gnuchains/gcc-fork.git] / gcc / ada / bindusg.adb
index 163f92e..5a232e6 100644 (file)
@@ -1,12 +1,12 @@
 ------------------------------------------------------------------------------
 --                                                                          --
---                        GBIND BINDER COMPONENTS                           --
+--                         GNAT COMPILER COMPONENTS                         --
 --                                                                          --
 --                             B I N D U S G                                --
 --                                                                          --
 --                                B o d y                                   --
 --                                                                          --
---          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
+--          Copyright (C) 1992-2005 Free Software Foundation, Inc.          --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -16,8 +16,8 @@
 -- or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License --
 -- for  more details.  You should have  received  a copy of the GNU General --
 -- Public License  distributed with GNAT;  see file COPYING.  If not, write --
--- to  the Free Software Foundation,  59 Temple Place - Suite 330,  Boston, --
--- MA 02111-1307, USA.                                                      --
+-- to  the  Free Software Foundation,  51  Franklin  Street,  Fifth  Floor, --
+-- Boston, MA 02110-1301, USA.                                              --
 --                                                                          --
 -- GNAT was originally developed  by the GNAT team at  New York University. --
 -- Extensive contributions were provided by Ada Core Technologies Inc.      --
@@ -73,6 +73,11 @@ begin
    Write_Str ("  -C        Generate binder program in C");
    Write_Eol;
 
+   --  Line for D switch
+
+   Write_Str ("  -Dnnn     Default secondary stack size = nnn bytes");
+   Write_Eol;
+
    --  Line for -e switch
 
    Write_Str ("  -e        Output complete list of elabor");
@@ -84,6 +89,13 @@ begin
    Write_Str ("  -E        Store tracebacks in Exception occurrences");
    Write_Eol;
 
+   --  The -f switch is voluntarily omitted, because it is obsolete
+
+   --  Line for -F switch
+
+   Write_Str ("  -F        Force checking of elaboration Flags");
+   Write_Eol;
+
    --  Line for -h switch
 
    Write_Str ("  -h        Output this usage (help) infor");
@@ -123,7 +135,7 @@ begin
    --  Line for -m switch
 
    Write_Str ("  -mnnn     Limit number of detected error");
-   Write_Str ("s to nnn (1-999)");
+   Write_Str ("s to nnn (1-999999)");
    Write_Eol;
 
    --  Line for -n switch
@@ -215,6 +227,11 @@ begin
    Write_Str ("ject consistency only)");
    Write_Eol;
 
+   --  Line for X switch
+
+   Write_Str ("  -Xnnn     Default exit status value = nnn");
+   Write_Eol;
+
    --  Line for -z switch
 
    Write_Str ("  -z        No main subprogram (zero main)");