diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-26 07:43:59 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-26 07:43:59 +0000 |
commit | 204948b1f98bd9b0e81c86eb2517438e9aa994dd (patch) | |
tree | 6950f932ec7e2043a54a277a6f82a9c5c322856a /gcc/ada/s-pooloc.ads | |
parent | 20e13d022742230e7bd1ee33e51e3e64d3cfc982 (diff) | |
download | gcc-204948b1f98bd9b0e81c86eb2517438e9aa994dd.tar.gz |
2008-03-26 Robert Dewar <dewar@adacore.com>
* tbuild.ads, tbuild.adb, trans.c, sprint.adb, exp_prag.adb, decl.c,
par-ch2.adb, sem_elab.adb, sem_util.ads (N_Pragma): Chars field
removed, use Chars (Pragma_Identifier (.. instead, adjustments
throughout to accomodate this change.
* s-pooglo.ads, s-pooloc.ads: Minor comment updates
* exp_dbug.adb: Use Sem_Util.Set_Debug_Info_Needed (not
Einfo.Set_Needs_Debug_Info)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133587 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-pooloc.ads')
-rw-r--r-- | gcc/ada/s-pooloc.ads | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/s-pooloc.ads b/gcc/ada/s-pooloc.ads index c7fe93ed6b3..e9a975a59c9 100644 --- a/gcc/ada/s-pooloc.ads +++ b/gcc/ada/s-pooloc.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2007, 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- -- @@ -31,6 +31,8 @@ -- -- ------------------------------------------------------------------------------ +-- Storage pool for use with local objects with automatic reclaim + with System.Storage_Elements; with System.Pool_Global; |