diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-31 07:51:44 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-31 07:51:44 +0000 |
commit | cc9b0d43f9ece91146af0041018765b6928e852c (patch) | |
tree | 5a5f394cc114f0505006c0d133cfe4f5c0257b85 /gcc/ada/mlib-utl.ads | |
parent | e1efd3b6455239bea1406fe8ffa4c1141e0e8d6f (diff) | |
download | gcc-cc9b0d43f9ece91146af0041018765b6928e852c.tar.gz |
* mlib-utl.ads, prj-makr.ads: Add comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138357 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/mlib-utl.ads')
-rw-r--r-- | gcc/ada/mlib-utl.ads | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/mlib-utl.ads b/gcc/ada/mlib-utl.ads index fc5894f70e2..2894d1fe773 100644 --- a/gcc/ada/mlib-utl.ads +++ b/gcc/ada/mlib-utl.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2001-2007, AdaCore -- +-- Copyright (C) 2001-2008, AdaCore -- -- -- -- 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- -- @@ -51,6 +51,10 @@ package MLib.Utl is -- path, run it also. Output_File is the path name of the archive to -- create. Objects is the list of the path names of the object files to be -- put in the archive. + -- This procedure currently assumes that it is always called in the context + -- of gnatmake. If other executable start using this procedure, an + -- additional parameter would need to be added, and calls to + -- Osint.Program_Name updated accordingly in the body. function Lib_Directory return String; -- Return the directory containing libgnat |