[Ada] Fix stack alignment issue in the signal trampoline on QNX
authorJerome Lambourg <lambourg@adacore.com>
Tue, 22 May 2018 13:21:05 +0000 (13:21 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Tue, 22 May 2018 13:21:05 +0000 (13:21 +0000)
commit14141ce8e5b243407e80e7978c428f0f96aecf61
tree65a1daeb1e22d3582e172a196527ba598637d65f
parentf2df0100b287653c12f807c2e9d6a64d0982428f
[Ada] Fix stack alignment issue in the signal trampoline on QNX

The stack on AArch64 is 128-bit aligned to allow Neon and FPU operations.

2018-05-22  Jerome Lambourg  <lambourg@adacore.com>

gcc/ada/

* sigtramp-qnx.c: Fix stack alignment issue in the signal trampoline.

From-SVN: r260512
gcc/ada/ChangeLog
gcc/ada/sigtramp-qnx.c