aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/init.c
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-07-29 15:51:03 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-29 15:51:03 +0200
commit113a9fb6c6c0b2ce325440352bc3b9039e6e07ed (patch)
treedbd566673508025a7ec6bcbd251004ca7ac41bfc /gcc/ada/init.c
parent19926161430467836188538c2ae0e967b3803659 (diff)
downloadgcc-113a9fb6c6c0b2ce325440352bc3b9039e6e07ed.zip
gcc-113a9fb6c6c0b2ce325440352bc3b9039e6e07ed.tar.gz
gcc-113a9fb6c6c0b2ce325440352bc3b9039e6e07ed.tar.bz2
[multiple changes]
2014-07-29 Doug Rupp <rupp@adacore.com> * init.c: Complete previous change. 2014-07-29 Robert Dewar <dewar@adacore.com> * exp_ch4.adb (Expand_N_If_Expression): Deal with unconstrained array case. 2014-07-29 Ed Schonberg <schonberg@adacore.com> * sem_attr.adb (Access_Attribute): If the prefix is a subprogram and the completion will appear in the same declarative part, create elaboration flag. * exp_util.adb (Set_Elaboration_Flag): If the subprogram body is a completion of a declaration in the same declarative part, and the subprogram has had its address taken, add elaboration check inside the subprogram body, to detect elaboration errors that may occur through indirect calls. From-SVN: r213189
Diffstat (limited to 'gcc/ada/init.c')
-rw-r--r--gcc/ada/init.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/init.c b/gcc/ada/init.c
index 41156ce..5f764f6 100644
--- a/gcc/ada/init.c
+++ b/gcc/ada/init.c
@@ -1703,9 +1703,7 @@ __gnat_install_handler ()
#include <signal.h>
#include <taskLib.h>
-#ifdef __RTP__
-#include <base/b_ucontext_t.h>
-#else
+#ifndef __RTP__
#include <intLib.h>
#include <iv.h>
#endif