diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-09-15 17:05:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-09-15 17:05:14 +0000 |
commit | c33c18cdc6b29a312464cb16996530b47a333c98 (patch) | |
tree | 48f95ab84097839a2967b885b72d89e96a35bcf7 /gcc/go | |
parent | 10e0393ceb569239f7ea1bfb2f3116df4effe747 (diff) | |
download | gcc-c33c18cdc6b29a312464cb16996530b47a333c98.zip gcc-c33c18cdc6b29a312464cb16996530b47a333c98.tar.gz gcc-c33c18cdc6b29a312464cb16996530b47a333c98.tar.bz2 |
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
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index afb257e..b1a7895 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -23392287e9a26956977987fe95f337c5be4d6417 +6f0ac34e139755c319368757fe2a093f1e5bde49 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |