diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-07-14 22:25:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-07-14 22:25:26 +0000 |
commit | f30d20915d19b459d7b0f328860cc84601f11294 (patch) | |
tree | bf9ea67ecbd27d3ce162799a073cc8f0c552b527 /gcc | |
parent | b9d36a8daf6a723afb333fac8e3128197c216bf9 (diff) | |
download | gcc-f30d20915d19b459d7b0f328860cc84601f11294.zip gcc-f30d20915d19b459d7b0f328860cc84601f11294.tar.gz gcc-f30d20915d19b459d7b0f328860cc84601f11294.tar.bz2 |
libgo: don't copy semt into runtime.inc
https://gcc.gnu.org/PR81449 reports a problem with the definition semt
in runtime.inc on some systems. Since the C code in libgo/runtime
doesn't need semt, just don't copy it into runtime.inc.
Reviewed-on: https://go-review.googlesource.com/48593
From-SVN: r250217
Diffstat (limited to 'gcc')
-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 5c56021..524aca7 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -a77b1091fa83cfaf200e6dad26e92e42483bae43 +2ae6bf76f97f7d4c63a1f0ad0683b9ba62baaf06 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |