diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-30 12:02:11 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-30 12:02:11 +0000 |
commit | 59094ddc19203ff44fdacecc52737a8af473c6f8 (patch) | |
tree | 2deafb429054f3515e7f503d8ca6d1e15cf17dc6 /gcc/ada/xsnamest.adb | |
parent | aaf44d5ae637a9b94975dbe08f00976e543bb78c (diff) | |
download | gcc-59094ddc19203ff44fdacecc52737a8af473c6f8.tar.gz |
2009-10-30 Robert Dewar <dewar@adacore.com>
* sem_res.adb (Resolve_Type_Conversion): Avoid false positive when
converting non-static subtype to "identical" static subtype.
2009-10-30 Ed Schonberg <schonberg@adacore.com>
* usage.adb: Add -gnatw.i switch.
2009-10-30 Vincent Celier <celier@adacore.com>
* xsnamest.adb: Update comments with regards to the template files
snames.*.tmpl
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153741 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/xsnamest.adb')
-rw-r--r-- | gcc/ada/xsnamest.adb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/xsnamest.adb b/gcc/ada/xsnamest.adb index c4c386bd6c8..7dd3ca29883 100644 --- a/gcc/ada/xsnamest.adb +++ b/gcc/ada/xsnamest.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2008, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2009, 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,10 +24,10 @@ ------------------------------------------------------------------------------ -- This utility is used to make a new version of the Snames package when new --- names are added. This version reads a template file from snames.adt in --- which the numbers are all written as $, and generates a new version of --- the spec file snames.ads (written to snames.ns). It also reads snames.adb --- and generates an updated body (written to snames.nb), and snames.h and +-- names are added. This version reads a template file from snames.ads-tmpl in +-- which the numbers are all written as $, and generates a new version of the +-- spec file snames.ads (written to snames.ns). It also reads snames.adb-tmpl +-- and generates an updated body (written to snames.nb), and snames.h-tmpl and -- generates an updated C header file (written to snames.nh). with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; |