r260731 - in /trunk/gcc/ada: ChangeLog switch-b...

pmderodat@gcc.gnu.org pmderodat@gcc.gnu.org
Fri May 25 09:04:00 GMT 2018


Author: pmderodat
Date: Fri May 25 09:04:27 2018
New Revision: 260731

URL: https://gcc.gnu.org/viewcvs?rev=260731&root=gcc&view=rev
Log:
[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.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/switch-b.adb



More information about the Gcc-cvs mailing list