A change in the API prohibits accessing Tcb fields directly. The bug in
VxWorks7 (failure to re-arm the guard page) now appears to be fixed, so
this is no long necessary.
2019-07-10 Doug Rupp <rupp@adacore.com>
gcc/ada/
* init.c: Do not attempt to re-arm guard page on x86_64-vx7(r2).
From-SVN: r273351
+2019-07-10 Doug Rupp <rupp@adacore.com>
+
+ * init.c: Do not attempt to re-arm guard page on x86_64-vx7(r2).
+
2019-07-10 Ed Schonberg <schonberg@adacore.com>
* sem_ch8.adb (Check_Constrained_Object): A record that is
#include <iv.h>
#endif
-#if ((defined (ARMEL) && (_WRS_VXWORKS_MAJOR == 6)) || defined (__x86_64__)) && !defined(__RTP__)
+#if ((defined (ARMEL) && (_WRS_VXWORKS_MAJOR == 6))) && !defined(__RTP__)
#define VXWORKS_FORCE_GUARD_PAGE 1
#include <vmLib.h>
extern size_t vxIntStackOverflowSize;