diff options
author | Cyrille Comar <comar@act-europe.fr> | 2004-10-27 15:41:23 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2004-10-27 15:41:23 +0200 |
commit | fe98a6aa82871e555908dac1f04225b7d6631db4 (patch) | |
tree | 643fdd5de6d854ea33ca10ad589c8bd839c75491 /gcc/ada/impunit.adb | |
parent | db09b5b61bf12f4ca99ab11461f87c6dc9506e25 (diff) | |
download | gcc-fe98a6aa82871e555908dac1f04225b7d6631db4.zip gcc-fe98a6aa82871e555908dac1f04225b7d6631db4.tar.gz gcc-fe98a6aa82871e555908dac1f04225b7d6631db4.tar.bz2 |
sem_ch13.adb (Analyze_Attribute_Definition_Clause, [...]): enhance, document & limit detection of non-sharable internal pools.
2004-10-26 Cyrille Comar <comar@act-europe.fr>
* sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
'Storage_Pool): enhance, document & limit detection of non-sharable
internal pools.
* impunit.adb: Make System.Pool_Global and System.Pool_Local visible.
* s-pooglo.ads: Add more documentation now that this pool is properly
documented.
From-SVN: r89669
Diffstat (limited to 'gcc/ada/impunit.adb')
-rw-r--r-- | gcc/ada/impunit.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/impunit.adb b/gcc/ada/impunit.adb index 189ee91..d2e1d5d 100644 --- a/gcc/ada/impunit.adb +++ b/gcc/ada/impunit.adb @@ -297,6 +297,8 @@ package body Impunit is "s-assert", -- System.Assertions "s-memory", -- System.Memory "s-parint", -- System.Partition_Interface + "s-pooglo", -- System.Pool_Global + "s-pooloc", -- System.Pool_Local "s-restri", -- System.Restrictions "s-rident", -- System.Rident "s-tasinf", -- System.Task_Info |