diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-01-04 10:14:29 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-01-04 10:14:29 +0100 |
commit | 2a328c94e12b2ff0e72f6b9831bf7591ecd2fd91 (patch) | |
tree | 94ca1735cb691cb02800a50ae5623174906326bb /gcc/ada/s-chepoo.ads | |
parent | ae05cdd6a514229e6d983e50005343b34e0a7110 (diff) | |
download | gcc-2a328c94e12b2ff0e72f6b9831bf7591ecd2fd91.zip gcc-2a328c94e12b2ff0e72f6b9831bf7591ecd2fd91.tar.gz gcc-2a328c94e12b2ff0e72f6b9831bf7591ecd2fd91.tar.bz2 |
2013-01-04 Joel Brobecker <brobecker@adacore.com brobecker>
* gnat_ugn.texi: Document procedure to codesign GDB on Darwin.
Update doc on gnattest --separates switch.
2013-01-04 Thomas Quinot <quinot@adacore.com>
* s-chepoo.ads: Minor reformatting.
2013-01-04 Arnaud Charlet <charlet@adacore.com>
* usage.adb: Remove mention of -gnatN in usage.
From-SVN: r194889
Diffstat (limited to 'gcc/ada/s-chepoo.ads')
-rw-r--r-- | gcc/ada/s-chepoo.ads | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/s-chepoo.ads b/gcc/ada/s-chepoo.ads index 7f614ec..a4a717f 100644 --- a/gcc/ada/s-chepoo.ads +++ b/gcc/ada/s-chepoo.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-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- -- @@ -31,13 +31,14 @@ with System.Storage_Elements; with System.Storage_Pools; + package System.Checked_Pools is type Checked_Pool is abstract new System.Storage_Pools.Root_Storage_Pool with private; -- Equivalent of storage pools with the addition that Dereference is -- called on each implicit or explicit dereference of a pointer which - -- has such a storage pool + -- has such a storage pool. procedure Dereference (Pool : in out Checked_Pool; |