[nvptx] Fix -msoft-stack-reserve-local format
authorTom de Vries <tdevries@suse.de>
Mon, 12 Oct 2020 08:14:13 +0000 (10:14 +0200)
committerTom de Vries <tdevries@suse.de>
Mon, 12 Oct 2020 08:32:43 +0000 (10:32 +0200)
Currently, in order to use the switch -msoft-stack-reserve-local with the
default arg 128, you have to specify '-msoft-stack-reserve-local128'.

Fix the switch format such that you specify '-msoft-stack-reserve-local=128'
instead.

Tested on nvptx.

gcc/ChangeLog:

2020-10-12  Tom de Vries  <tdevries@suse.de>

* config/nvptx/nvptx.opt (-msoft-stack-reserve-local): Rename to ...
(-msoft-stack-reserve-local=): ... this.

gcc/config/nvptx/nvptx.opt

index d6910a96cf09b66666315af0e3bdce2cb126c56f..38454222d423daf67d4301e2dc6424644b023356 100644 (file)
@@ -37,7 +37,7 @@ msoft-stack
 Target Report Mask(SOFT_STACK)
 Use custom stacks instead of local memory for automatic storage.
 
-msoft-stack-reserve-local
+msoft-stack-reserve-local=
 Target Report Joined RejectNegative UInteger Var(nvptx_softstack_size) Init(128)
 Specify size of .local memory used for stack when the exact amount is not known.