OSDN Git Service

* 41intnam.ads, 42intnam.ads, 4aintnam.ads, 4cintnam.ads,
[pf3gnuchains/gcc-fork.git] / gcc / ada / mlib-utl.ads
index 64330f0..dacf919 100644 (file)
@@ -6,9 +6,9 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2 $
+--                            $Revision$
 --                                                                          --
---              Copyright (C) 2001, Ada Core Technologies, Inc.             --
+--            Copyright (C) 2001-2002, Ada Core Technologies, 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- --
@@ -37,8 +37,7 @@ package MLib.Utl is
    procedure Gcc
      (Output_File : String;
       Objects     : Argument_List;
-      Options     : Argument_List;
-      Base_File   : String := "");
+      Options     : Argument_List);
    --  Invoke gcc to create a library.
 
    procedure Ar