commit | c33c18cdc6b29a312464cb16996530b47a333c98 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <ian@gcc.gnu.org> | Tue Sep 15 17:05:14 2015 +0000 |
committer | Ian Lance Taylor <ian@gcc.gnu.org> | Tue Sep 15 17:05:14 2015 +0000 |
tree | 48f95ab84097839a2967b885b72d89e96a35bcf7 | |
parent | 10e0393ceb569239f7ea1bfb2f3116df4effe747 [diff] |
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