libgo: test linking split-stack and non-split-stack together
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 15 Sep 2015 17:05:14 +0000 (17:05 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 15 Sep 2015 17:05:14 +0000 (17:05 +0000)
commitc33c18cdc6b29a312464cb16996530b47a333c98
tree48f95ab84097839a2967b885b72d89e96a35bcf7
parent10e0393ceb569239f7ea1bfb2f3116df4effe747
libgo: test linking split-stack and non-split-stack together

    PPC has split-stack support in current GCC, but old version of gold will
    reject attempts to link PPC split-stack and non-split-stack code
    together.  Test for that, and don't compile the C code with
    -fsplit-stack if it doesn't work.

    Reviewed-on: https://go-review.googlesource.com/14594

From-SVN: r227802
gcc/go/gofrontend/MERGE
libgo/configure
libgo/configure.ac