From 0c5dba7ff5ca748346488e651641e4b93eb53a17 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Thu, 10 Oct 2013 12:47:59 +0200 Subject: [multiple changes] 2013-10-10 Robert Dewar * gnatlink.adb: Minor reformatting. 2013-10-10 Yannick Moy * debug.adb: Free flag d.E and change doc for flag d.K. 2013-10-10 Ed Schonberg * 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 * opt.ads: Minor comment fix. 2013-10-10 Vadim Godunko * 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. From-SVN: r203344 --- gcc/ada/gcc-interface/Makefile.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gcc/ada/gcc-interface') diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index 2c51a00..067d5a1 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -408,6 +408,8 @@ DUMMY_SOCKETS_TARGET_PAIRS = \ # special version of Ada.Strings.Unbounded package can be used. ATOMICS_TARGET_PAIRS = \ + a-coinho.adb