[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)
commit63ad60026e8cf4ccd7543175b38db46160517be7
treee6e07e962c37041f1cfddb01bb7934bdd6ca56ef
parent5b2cc633794f6e1f882d46bdefe267401d33285e
[nvptx] Fix -msoft-stack-reserve-local format

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