]> gcc.gnu.org Git - gcc.git/commit
[Ada] Disable the creation of the main task secondary stack by the binder
authorPatrick Bernardi <bernardi@adacore.com>
Fri, 25 May 2018 09:04:27 +0000 (09:04 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Fri, 25 May 2018 09:04:27 +0000 (09:04 +0000)
commit733a4a3dbc7873df5749f70a1563ea816efe7146
tree4701ab999617b18df8a587405db4ff39ec6bed14
parent8ad3525a59dbd07a76b8a53e56f0a3509d905017
[Ada] Disable the creation of the main task secondary stack by the binder

Users can now specify that the binder should not create a secondary stack for
the main (environment) task through the binder switch -Q0. This is useful for
ZFP runtime users who allocate secondary stacks for their application
themselves.

2018-05-25  Patrick Bernardi  <bernardi@adacore.com>

gcc/ada/

* switch-b.adb (Scan_Binder_Switches): binder switch -Q accepts Natural
numbers.

From-SVN: r260731
gcc/ada/ChangeLog
gcc/ada/switch-b.adb
This page took 0.06358 seconds and 5 git commands to generate.