ada: Add QNX specific version of System.Parameters
commitf180888c8f38920e6731e5bc1dc5e06f5ac7d340
authorJohannes Kliemann <kliemann@adacore.com>
Wed, 29 Mar 2023 10:42:20 +0000 (29 10:42 +0000)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 29 May 2023 08:23:18 +0000 (29 10:23 +0200)
tree0a85ca303d8b57033a269b4bbd1b6886f9d06e9b
parent68d5f8bdf16ba80f0b4326a6b2da1722f95f0546
ada: Add QNX specific version of System.Parameters

The QNX runtimes used the default implementation of
System.Parameters that defines a default stack size
of 2 MB. The QNX specific version uses the QNX default
stack size of 256 KB instead.

gcc/ada/

* Makefile.rtl (QNX): Use s-parame__qnx.adb for s-parame.adb.
* libgnat/s-parame__qnx.adb: Add QNX specific version of
System.Parameters.
gcc/ada/Makefile.rtl
gcc/ada/libgnat/s-parame__qnx.adb [new file with mode: 0644]