aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/bindgen.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-08-04 17:27:59 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-04 17:27:59 +0200
commit7483c88857464141597b422942b0a66189ef12da (patch)
treef037eb87fae433a9ff47271af50cea2af76902a5 /gcc/ada/bindgen.ads
parent5207696c34c49d2a6f888eb29a5e0bbc6d5df779 (diff)
downloadgcc-7483c88857464141597b422942b0a66189ef12da.zip
gcc-7483c88857464141597b422942b0a66189ef12da.tar.gz
gcc-7483c88857464141597b422942b0a66189ef12da.tar.bz2
[multiple changes]
2011-08-04 Robert Dewar <dewar@adacore.com> * bindgen.ads, gnatlink.adb, sem_ch4.adb, gnatbind.adb, put_alfa.adb, gnatls.adb, exp_ch3.adb: Minor reformatting. 2011-08-04 Marc Sango <sango@adacore.com> * sem_attr.adb (Analyze_Attribute): Replace the message "invisible attribute of}" of the spark restriction violation in attribute reference by the simple message "invisible attribute of type". Indeed, the node value Error_Msg_Node_1 used is in conflit with the two insertion characters: '&' and '}'. 2011-08-04 Vadim Godunko <godunko@adacore.com> * impunit.adb (Non_Imp_File_Names_12): Add "a-coinho". * a-coinho.ads, a-coinho.adb: New file. * Makefile.rtl: Add Ada.Containers.Indefinite_Holders. From-SVN: r177400
Diffstat (limited to 'gcc/ada/bindgen.ads')
-rw-r--r--gcc/ada/bindgen.ads10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/bindgen.ads b/gcc/ada/bindgen.ads
index 96d2e30..7159628 100644
--- a/gcc/ada/bindgen.ads
+++ b/gcc/ada/bindgen.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2010, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2011, 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,11 +24,11 @@
------------------------------------------------------------------------------
-- This package contains the routines to output the binder file. This is
--- an Ada or C program which contains the following:
+-- an Ada program which contains the following:
--- initialization for main program case
--- sequence of calls to elaboration routines in appropriate order
--- call to main program for main program case
+-- Initialization for main program case
+-- Sequence of calls to elaboration routines in appropriate order
+-- Call to main program for main program case
-- See the body for exact details of the file that is generated