summaryrefslogtreecommitdiff
path: root/gcc/ada/gnatname.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2013-04-11 12:46:16 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2013-04-11 12:46:16 +0000
commitc30a3e03466df4c0b4916251bf2c48cd69710dd3 (patch)
treee729035d907f2265386759e1f898a7a50170d459 /gcc/ada/gnatname.adb
parent6f2aadc8061b3d70c44d13333606e63f06eb9ca7 (diff)
downloadgcc-c30a3e03466df4c0b4916251bf2c48cd69710dd3.tar.gz
2013-04-11 Ed Schonberg <schonberg@adacore.com>
* par-ch6.adb (P_Subprogram): Attach aspects to subprogram stub. * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Allow aspects on subprogram stubs. * sem_ch13.adb (Analyze_Aspect_Specifications): Analyze generated pre/post pragmas at once before analyzing the proper body. * sem_prag.adb (Chain_PPC): Handle pragma that comes from an aspect on a subprogram stub. * aspects.adb: Aspect specifications can appear on a subprogram_Body_Stub. 2013-04-11 Vincent Celier <celier@adacore.com> * gnatname.adb: Minor comment fix. 2013-04-11 Vincent Celier <celier@adacore.com> * prj-makr.adb (Process_Directory): Create a new temporary file for each invocation of the compiler, in directory pointed by environment variable TMPDIR if it exists. 2013-04-11 Arnaud Charlet <charlet@adacore.com> * gnat_ugn.texi: Minor editing/clean ups. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197781 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gnatname.adb')
-rw-r--r--gcc/ada/gnatname.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gnatname.adb b/gcc/ada/gnatname.adb
index 3c687315e53..56157ead462 100644
--- a/gcc/ada/gnatname.adb
+++ b/gcc/ada/gnatname.adb
@@ -88,7 +88,7 @@ procedure Gnatname is
Table_Initial => 10,
Table_Increment => 100,
Table_Name => "Gnatname.Arguments");
- -- Table to accumulate the foreign patterns
+ -- Table to accumulate directories and patterns
package Preprocessor_Switches is new Table.Table
(Table_Component_Type => String_Access,