diff options
Diffstat (limited to 'gcc/ada/mdll-utl.ads')
-rw-r--r-- | gcc/ada/mdll-utl.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/mdll-utl.ads b/gcc/ada/mdll-utl.ads index 9074a19141f..1d1f33a827f 100644 --- a/gcc/ada/mdll-utl.ads +++ b/gcc/ada/mdll-utl.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- 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- -- @@ -44,7 +44,7 @@ package MDLL.Utl is Options : Argument_List; Base_File : String := ""; Build_Lib : Boolean := False); - -- Run gcc binary. + -- Run gcc binary procedure Gnatbind (Alis : Argument_List; |