]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 30 Jul 2014 14:00:58 +0000 (16:00 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 30 Jul 2014 14:00:58 +0000 (16:00 +0200)
commit793c5f05923d8faf0005ae1c100777f46554537a
treea3f2016778871d215060872a24102803c270ac8b
parent1eb31e605ff6ffb4332e8681ee086f5a4ea1bea9
[multiple changes]

2014-07-30  Gary Dismukes  <dismukes@adacore.com>

* exp_prag.adb, a-tags.ads: Minor typo fixes.

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

* a-excach.adb, a-excach-cert.adb, a-except-2005.ads,
a-except.ads, g-traceb.adb, memtrack.adb,
s-traceb.adb, s-traceb.ads, s-traceb-hpux.adb, s-traceb-mastop.adb:
Cleanup: Make the three versions of System.Traceback.Call_Chain
have the same interface. Use an array for the Traceback parameter
instead of an Address. This will enable reduction in code
duplication.

2014-07-30  Pat Rogers  <rogers@adacore.com>

* gnat_ugn.texi: Corrected minor textual error in description
of switch -gnatwl.

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

* Makefile.rtl: Sort file names.

2014-07-30  Arnaud Charlet  <charlet@adacore.com>

* a-tasatt.adb: Complete previous change: kill spurious warning
on e.g. sparc, and make sure we only use the fast path when the
alignment is compatible.

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

* sem_ch6.adb (Analyze_Subprogram_Body_Helper): Mark new Spec_Id as
coming from source.

From-SVN: r213275
16 files changed:
gcc/ada/ChangeLog
gcc/ada/Makefile.rtl
gcc/ada/a-excach.adb
gcc/ada/a-except-2005.ads
gcc/ada/a-except.ads
gcc/ada/a-tags.ads
gcc/ada/a-tasatt.adb
gcc/ada/exp_prag.adb
gcc/ada/g-traceb.adb
gcc/ada/gnat_ugn.texi
gcc/ada/memtrack.adb
gcc/ada/s-traceb-hpux.adb
gcc/ada/s-traceb-mastop.adb
gcc/ada/s-traceb.adb
gcc/ada/s-traceb.ads
gcc/ada/sem_ch6.adb