This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r273351 - in /trunk/gcc/ada: ChangeLog init.c
- From: pmderodat at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 10 Jul 2019 09:02:51 -0000
- Subject: r273351 - in /trunk/gcc/ada: ChangeLog init.c
Author: pmderodat
Date: Wed Jul 10 09:02:51 2019
New Revision: 273351
URL: https://gcc.gnu.org/viewcvs?rev=273351&root=gcc&view=rev
Log:
[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).
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/init.c