2013-10-10 Robert Dewar <dewar@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Oct 2013 10:47:59 +0000 (10:47 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Oct 2013 10:47:59 +0000 (10:47 +0000)
commitc6e83dca38270e3c3f6f15ce775732e360efb592
treeaef1bc519fb72a6d3e5a3e8a0d806e1fdf2b1d32
parent8b093247c45d4a859e1fef4e3394125c78bb9a18
2013-10-10  Robert Dewar  <dewar@adacore.com>

* gnatlink.adb: Minor reformatting.

2013-10-10  Yannick Moy  <moy@adacore.com>

* debug.adb: Free flag d.E and change doc for flag d.K.

2013-10-10  Ed Schonberg  <schonberg@adacore.com>

* sem_prag.adb (Check_Precondition_Postcondition): If the
pragma comes from an aspect spec, and the subprogram is a
library unit, treat as a ppc in a declarative part in ASIS mode,
so that expression in aspect is properly analyzed. In this case
there is no later point at which the aspect specification would
be examined.

2013-10-10  Bob Duff  <duff@adacore.com>

* opt.ads: Minor comment fix.

2013-10-10  Vadim Godunko  <godunko@adacore.com>

* a-coinho-shared.ads, a-coinho-shared.adb: New file.
* s-atocou.ads: Add procedure to initialize counter.
* s-atocou.adb: Likewise.
* s-atocou-builtin.adb: Likewise.
* s-atocou-x86.adb: Likewise.
* gcc-interface/Makefile.in: Select special version of
Indefinite_Holders package on platforms where atomic built-ins
are supported. Update tools target pairs for PikeOS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203344 138bc75d-0d04-0410-961f-82ee72b054a4
12 files changed:
gcc/ada/ChangeLog
gcc/ada/a-coinho-shared.adb [new file with mode: 0644]
gcc/ada/a-coinho-shared.ads [new file with mode: 0644]
gcc/ada/debug.adb
gcc/ada/gcc-interface/Makefile.in
gcc/ada/gnatlink.adb
gcc/ada/opt.ads
gcc/ada/s-atocou-builtin.adb
gcc/ada/s-atocou-x86.adb
gcc/ada/s-atocou.adb
gcc/ada/s-atocou.ads
gcc/ada/sem_prag.adb