diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-02-28 01:01:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-02-28 01:01:46 +0000 |
commit | b0cf10e423144652be05382cc89670bd366cb65b (patch) | |
tree | 7045b7e6073bc50d5d84ac5a57decfa3061cfa8f /gcc/go | |
parent | d0cdfae5ed74f7c79fd702b1d8b484f97dce041d (diff) | |
download | gcc-b0cf10e423144652be05382cc89670bd366cb65b.zip gcc-b0cf10e423144652be05382cc89670bd366cb65b.tar.gz gcc-b0cf10e423144652be05382cc89670bd366cb65b.tar.bz2 |
libgo: fix go_export extraction on Darwin
On Darwin, the section name is prefixed with the segment name, __GNU_GO.
Reviewed-on: https://go-review.googlesource.com/c/151097
From-SVN: r269271
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 749e523..e997df8 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -74533ed435a1a77e6f9ec8f6cf5db1695c2568e8 +08f1c400ec95d70a5cf5a08b1600fa5445e42361 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |