diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-08 10:13:54 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-08 10:13:54 +0000 |
commit | 70db3df9541cbf4b93af420b00b22237521f1181 (patch) | |
tree | ac74688e2712a1abbfa5739a283cc020bbff4d7a /gcc/ada/impunit.adb | |
parent | b15003c30f919aedce170d8e0166745eec4d83aa (diff) | |
download | gcc-70db3df9541cbf4b93af420b00b22237521f1181.tar.gz |
2012-02-08 Vincent Celier <celier@adacore.com>
* gcc-interface/Make-lang.in: Add g-byorma.o to gnatbind objects
(g-buorma is now imported by sinput).
Update dependencies.
* scn.adb (Initialize_Scanner): Call Check_For_BOM
* sinput-p.adb (Source_File_Is_Subunit): Call Check_For_BOM
* sinput.adb: New procedure Check_For_BOM
* sinput.ads: New procedure Check_For_BOM
2012-02-08 Vincent Pucci <pucci@adacore.com>
* impunit.adb: Dimension package names updated
* Makefile.rtl: s-dim added
* sem_dim.adb (Is_Procedure_Put_Call): minor changes
(Is_Dim_IO_Package_Instantiation): minor changes
* sem_dim.ads: minor changes in comments
* snames.ads-tmpl: Name_Dim added Name_Dim_Float_IO and
Name_Dim_Integer_IO removed
* s-dim.ads: New package. Define the dimension terminology.
* s-diflio.adb, s-diinio.adb, s-dimkio.ads, s-dimmks.ads,
* s-dmotpr.ads: Package names updated.
* s-diflio.ads, s-diinio.ads: Documentation added and package
names updated.
2012-02-08 Gary Dismukes <dismukes@adacore.com>
* gcc-interface/utils2.c (build_call_alloc_dealloc_proc): Revise test
for storage pools to test for an underlying record type rather than
testing Is_Tagged_Type, so that simple storage pools will be handled
the same as normal Ada storage pools.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184004 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/impunit.adb')
-rw-r--r-- | gcc/ada/impunit.adb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/impunit.adb b/gcc/ada/impunit.adb index b1903d3542c..99d0c27140b 100644 --- a/gcc/ada/impunit.adb +++ b/gcc/ada/impunit.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2000-2011, Free Software Foundation, Inc. -- +-- Copyright (C) 2000-2012, 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- -- @@ -366,11 +366,11 @@ package body Impunit is ("s-addima", F), -- System.Address_Image ("s-assert", F), -- System.Assertions - ("s-diflio", F), -- System.Dim_Float_IO - ("s-diinio", F), -- System.Dim_Integer_IO - ("s-dimkio", F), -- System.Dim_Mks_IO - ("s-dimmks", F), -- System.Dim_Mks - ("s-dmotpr", F), -- System.Dim_Mks.Other_Prefixes + ("s-diflio", F), -- System.Dim.Float_IO + ("s-diinio", F), -- System.Dim.Integer_IO + ("s-dimkio", F), -- System.Dim.Mks_IO + ("s-dimmks", F), -- System.Dim.Mks + ("s-dmotpr", F), -- System.Dim.Mks.Other_Prefixes ("s-memory", F), -- System.Memory ("s-parint", F), -- System.Partition_Interface ("s-pooglo", F), -- System.Pool_Global |