aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-cdlili.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-11-04 10:58:07 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2011-11-04 10:58:07 +0100
commita31945d7ce7a91aeb5afd885777f0e87a6404188 (patch)
tree5c092a2498a4cada2cfb133adc362e3c6001ea2e /gcc/ada/a-cdlili.ads
parent1ba878a991190f847e28782e62f9d2f96785f3cd (diff)
downloadgcc-a31945d7ce7a91aeb5afd885777f0e87a6404188.zip
gcc-a31945d7ce7a91aeb5afd885777f0e87a6404188.tar.gz
gcc-a31945d7ce7a91aeb5afd885777f0e87a6404188.tar.bz2
[multiple changes]
2011-11-04 Matthew Heaney <heaney@adacore.com> * a-cdlili.ad[sb], a-cidlli.ad[sb], a-coorse.ad[sb], a-ciorse.ad[sb], a-coorma.ad[sb], a-ciorma.ad[sb], a-coormu.ad[sb], a-ciormu.ad[sb], a-cohama.ad[sb], a-cihama.ad[sb], a-cohase.ad[sb], a-cihase.ad[sb], a-convec.ad[sb], a-coinve.ad[sb] (Assign, Copy): New operations added to package. 2011-11-04 Robert Dewar <dewar@adacore.com> * sem_ch12.adb: Minor reformatting 2011-11-04 Gary Dismukes <dismukes@adacore.com> * bindgen.adb (Gen_Elab_Calls): In the case of the AAMP target, initialize elaboration entities to zero when specs are processed. From-SVN: r180930
Diffstat (limited to 'gcc/ada/a-cdlili.ads')
-rw-r--r--gcc/ada/a-cdlili.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/a-cdlili.ads b/gcc/ada/a-cdlili.ads
index d38b0d0..2de03e5 100644
--- a/gcc/ada/a-cdlili.ads
+++ b/gcc/ada/a-cdlili.ads
@@ -90,6 +90,10 @@ package Ada.Containers.Doubly_Linked_Lists is
Position : Cursor;
Process : not null access procedure (Element : in out Element_Type));
+ procedure Assign (Target : in out List; Source : List);
+
+ function Copy (Source : List) return List;
+
procedure Move
(Target : in out List;
Source : in out List);