OSDN Git Service

2005-03-08 Pascal Obry <obry@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / bindusg.adb
index 24772ed..31b0ba8 100644 (file)
@@ -1,14 +1,12 @@
 ------------------------------------------------------------------------------
 --                                                                          --
---                        GBIND BINDER COMPONENTS                           --
+--                         GNAT COMPILER COMPONENTS                         --
 --                                                                          --
 --                             B I N D U S G                                --
 --                                                                          --
 --                                B o d y                                   --
 --                                                                          --
---                            $Revision$
---                                                                          --
---          Copyright (C) 1992-2001 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- --
@@ -22,7 +20,7 @@
 -- MA 02111-1307, USA.                                                      --
 --                                                                          --
 -- GNAT was originally developed  by the GNAT team at  New York University. --
--- It is now maintained by Ada Core Technologies Inc (http://www.gnat.com). --
+-- Extensive contributions were provided by Ada Core Technologies Inc.      --
 --                                                                          --
 ------------------------------------------------------------------------------
 
@@ -75,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");
@@ -86,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");
@@ -125,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
@@ -196,7 +206,7 @@ begin
 
    --  Line for -T switch
 
-   Write_Str ("  -Tn       Set time slice value to n microseconds (n >= 0)");
+   Write_Str ("  -Tn       Set time slice value to n milliseconds (n >= 0)");
    Write_Eol;
 
    --  Line for -v switch
@@ -217,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)");