[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 30 Jul 2014 14:12:37 +0000 (16:12 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 30 Jul 2014 14:12:37 +0000 (16:12 +0200)
commit995683a614a3a5f3ac8466a6a13776a27d0f0666
tree8439071ec216e8e7e5e38d76037ef763d0436196
parent793c5f05923d8faf0005ae1c100777f46554537a
[multiple changes]

2014-07-30  Bob Duff  <duff@adacore.com>

* g-exctra.adb, g-exctra.ads, s-exctra.adb, s-exctra.ads, Makefile.rtl,
g-trasym.adb, g-trasym.ads, s-trasym.adb, s-trasym.ads: Move
GNAT.Traceback.Symbolic and GNAT.Exception_Traces into the System
hierarchy (System.Traceback.Symbolic and System.Exception_Traces), so
we can call them from the runtimes. Leave renamings in place under GNAT.

2014-07-30  Yannick Moy  <moy@adacore.com>

* inline.adb (Check_And_Build_Body_To_Inline): Include code for
inlining in GNATprove mode.

2014-07-30  Ed Schonberg  <schonberg@adacore.com>

* a-cohase.adb, a-cohase.ads (Generic_Keys): Add a
Reference_Control_Type to generic package, to keep additional
information for Reference_Types that manipulate keys. Add Adjust and
Finalize procedures for this type.
(Delete_Node): New procedure called when finalizing a
Reference_Control_Type, to remove a node whose element has been
improperly updated through a Reference.
(Insert): Detect tampering.
(Reference_Preserving_Key): Build proper Reference_Control_Type,
and update Busy and Lock bits to detect tampering.

2014-07-30  Bob Duff  <duff@adacore.com>

* exp_intr.ads: Minor comment fix.

From-SVN: r213276
14 files changed:
gcc/ada/ChangeLog
gcc/ada/Makefile.rtl
gcc/ada/a-cohase.adb
gcc/ada/a-cohase.ads
gcc/ada/exp_intr.ads
gcc/ada/g-exctra.adb
gcc/ada/g-exctra.ads
gcc/ada/g-trasym.adb
gcc/ada/g-trasym.ads
gcc/ada/inline.adb
gcc/ada/s-exctra.adb [new file with mode: 0644]
gcc/ada/s-exctra.ads [new file with mode: 0644]
gcc/ada/s-trasym.adb [new file with mode: 0644]
gcc/ada/s-trasym.ads [new file with mode: 0644]