diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-08-03 18:09:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-08-03 18:09:12 +0000 |
commit | 194f08aeae13ec71ef4707591ea5c5e08b6cc2f9 (patch) | |
tree | 285229ad415c327cbfd387d2167be9bdc4be18e5 /gcc/go | |
parent | 2fdaed8980c3bd595507a0be3a9a43386c872b51 (diff) | |
download | gcc-194f08aeae13ec71ef4707591ea5c5e08b6cc2f9.zip gcc-194f08aeae13ec71ef4707591ea5c5e08b6cc2f9.tar.gz gcc-194f08aeae13ec71ef4707591ea5c5e08b6cc2f9.tar.bz2 |
re PR go/81617 (mksigtab.sh fails to resolve NSIG with glibc 2.26)
PR go/81617
libgo: change mksigtab to recognize glibc 2.26 NSIG expression
Fixes golang/go#21147
Fixes GCC PR 81617
Reviewed-on: https://go-review.googlesource.com/52611
From-SVN: r250858
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 7c96176..bf07b7f 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -c1ac6bc99f988633c6bc68a5ca9ffad3487750ef +adac632f95d1cd3421c9c1df5204db10b6a92c44 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |