aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2008-07-31 10:17:03 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-07-31 10:17:03 +0200
commitaaf891732c67b50f16f81653e19a363251cd2e89 (patch)
treecac8165f602a663d2ee00fd02ab9d3b273ea1490 /gcc
parentf9555f402caf35c8b1065daaebc361b753f025a2 (diff)
downloadgcc-aaf891732c67b50f16f81653e19a363251cd2e89.zip
gcc-aaf891732c67b50f16f81653e19a363251cd2e89.tar.gz
gcc-aaf891732c67b50f16f81653e19a363251cd2e89.tar.bz2
mlib-utl.ads: Minor reformatting
2008-07-31 Robert Dewar <dewar@adacore.com> * mlib-utl.ads: Minor reformatting From-SVN: r138363
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/mlib-utl.ads11
1 files changed, 5 insertions, 6 deletions
diff --git a/gcc/ada/mlib-utl.ads b/gcc/ada/mlib-utl.ads
index 2894d1f..ae0509d 100644
--- a/gcc/ada/mlib-utl.ads
+++ b/gcc/ada/mlib-utl.ads
@@ -47,13 +47,12 @@ package MLib.Utl is
procedure Ar
(Output_File : String;
Objects : Argument_List);
- -- Run ar to move all the binaries inside the archive. If ranlib is on the
- -- path, run it also. Output_File is the path name of the archive to
+ -- Run ar to move all the binaries inside the archive. If ranlib is on
+ -- the 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
+ -- 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;