OSDN Git Service

* config/pa/fptr.c: Update license header.
[pf3gnuchains/gcc-fork.git] / gcc / ada / bindusg.adb
index 4277934..4efb5fe 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                B o d y                                   --
 --                                                                          --
---          Copyright (C) 1992-2006, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2007, 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- --
@@ -54,6 +54,11 @@ package body Bindusg is
       Write_Eol;
       Write_Eol;
 
+      --  Line for @response_file
+
+      Write_Line ("  @<resp_file> Get arguments from response file");
+      Write_Eol;
+
       --  Line for -aO switch
 
       Write_Line ("  -aOdir    Specify library files search path");
@@ -176,14 +181,19 @@ package body Bindusg is
       Write_Line ("  -r        List restrictions that could be applied " &
                   "to this partition");
 
+      --  Line for -R switch
+
+      Write_Line
+        ("  -R        List sources referenced in closure (implies -c)");
+
       --  Line for -s switch
 
       Write_Line ("  -s        Require all source files to be present");
 
-      --  Line for -Sxx switch
+      --  Line for -S?? switch
 
-      Write_Line ("  -S??      Sin/lo/hi/xx for Initialize_Scalars " &
-                  "invalid/low/high/hex");
+      Write_Line ("  -S??      Sin/lo/hi/xx/ev Initialize_Scalars " &
+                  "invalid/low/high/hex/env var");
 
       --  Line for -static
 
@@ -233,6 +243,13 @@ package body Bindusg is
 
       --  Line for --RTS
 
+      --  Line for -Z switch
+
+      Write_Line ("  -Z        " &
+                  "Zero formatting in auxiliary outputs (-e, -K, -l, -R)");
+
+      --  Line for --RTS
+
       Write_Line ("  --RTS=dir specify the default source and " &
                   "object search path");