aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/bindgen.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-06-21 16:17:34 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-06-21 16:17:34 +0200
commitf8398dc6cd234455c19917473b572e9d2c962b7e (patch)
treefcdc07ccbc094a2af953364160e0ab8df6859827 /gcc/ada/bindgen.ads
parentfe4e525c241f01ef04d2405172e337dfb1d63dda (diff)
downloadgcc-f8398dc6cd234455c19917473b572e9d2c962b7e.zip
gcc-f8398dc6cd234455c19917473b572e9d2c962b7e.tar.gz
gcc-f8398dc6cd234455c19917473b572e9d2c962b7e.tar.bz2
[multiple changes]
2010-06-21 Thomas Quinot <quinot@adacore.com> * bindgen.ads: Update comments. 2010-06-21 Vincent Celier <celier@adacore.com> * gnatbind.adb: Suppress dupicates when listing the sources in the closure (switch -R). 2010-06-21 Emmanuel Briot <briot@adacore.com> * s-regpat.adb (Link_Tail): Fix error when size of the pattern matcher is too small. 2010-06-21 Emmanuel Briot <briot@adacore.com> * g-expect.adb, g-expect.ads (First_Dead_Process, Free, Has_Process): New subprograms. (Expect_Internal): No longer raises an exception, so that it can set out parameters as well. When a process has died, reset its Input_Fd to Invalid_Fd, so that when using multiple processes we can find out which process has died. From-SVN: r161081
Diffstat (limited to 'gcc/ada/bindgen.ads')
-rw-r--r--gcc/ada/bindgen.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/bindgen.ads b/gcc/ada/bindgen.ads
index 1bce36d..96d2e30 100644
--- a/gcc/ada/bindgen.ads
+++ b/gcc/ada/bindgen.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2007, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2010, 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- --
@@ -24,7 +24,7 @@
------------------------------------------------------------------------------
-- This package contains the routines to output the binder file. This is
--- a C program which contains the following:
+-- an Ada or C program which contains the following:
-- initialization for main program case
-- sequence of calls to elaboration routines in appropriate order