[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 23 Oct 2015 12:40:50 +0000 (14:40 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 23 Oct 2015 12:40:50 +0000 (14:40 +0200)
commitbf8f12c2a6b7c557031b431909fc831a6f6d7763
treea452c80d9e404fbb92084ad2d5151b3dd861fd1a
parentaf29617a50b430ad3e9f2842fe31335d4488d1d3
[multiple changes]

2015-10-23  Hristian Kirtchev  <kirtchev@adacore.com>

* debug.adb: Switch -gnatd.5 is no longer in use, remove the
associated documentation.
* exp_dbug.adb (Get_External_Name): Do not add a special prefix
for ignored Ghost entities or when switch -gnatd.5 is enabled.
* exp_dbug.ads Remove the documentation concerning the encoding
of ignored Ghost entities.

2015-10-23  Bob Duff  <duff@adacore.com>

* a-exextr.adb (Notify_Exception): For Unhandled_Raise_In_Main,
mimic the output from Ada.Exceptions.Last_Chance_Handler; don't
print "Exception raised".
* s-stalib.ads, s-exctra.ads, s-exctra.adb: Add
Unhandled_Raise_In_Main to types Exception_Trace_Kind/Trace_Kind.

From-SVN: r229246
gcc/ada/ChangeLog
gcc/ada/a-exextr.adb
gcc/ada/debug.adb
gcc/ada/exp_dbug.adb
gcc/ada/exp_dbug.ads
gcc/ada/s-exctra.adb
gcc/ada/s-exctra.ads
gcc/ada/s-stalib.ads