Commit ccba4bf1 by Doug Rupp Committed by Pierre-Marie de Rodat

[Ada] Do not attempt to re-arm guard page on x86_64-vx7(r2)

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
parent c14dc27e
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
......
......@@ -1725,7 +1725,7 @@ __gnat_install_handler (void)
#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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment