[PPC] Fix bootstrap for non-SVR4 targets.
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 21 Jul 2019 20:15:00 +0000 (20:15 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sun, 21 Jul 2019 20:15:00 +0000 (20:15 +0000)
commit48df93911ab1b71a533934419c320fe9102b5ec1
treea1beaeeb2e487083de12ec35fc1e7b7895cf2d51
parentc37b0163fe5307ab508489926114de9cf7e240c1
[PPC] Fix bootstrap for non-SVR4 targets.

The recent change to move code into the new rs6000-call.c file is missing a
default value for the TARGET_NO_PROTOTYPE value (which only affects targets
that don’t include svr4.h).  Fixed by moving the fallback setting from
rs6000.c (which has no uses now) to rs6000-call.c.

2019-07-21  Iain Sandoe  <iain@sandoe.co.uk>

* config/rs6000/rs6000.c (TARGET_NO_PROTOTYPE): Move from here...
* config/rs6000/rs6000-call.c: ... to here.

From-SVN: r273646
gcc/ChangeLog
gcc/config/rs6000/rs6000-call.c
gcc/config/rs6000/rs6000.c