diff options
author | Ian Lance Taylor <iant@golang.org> | 2020-01-22 15:52:23 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-01-22 20:53:43 -0800 |
commit | 92bea423c295f5c6c9b0cf06a5a555011cc98bdc (patch) | |
tree | b0aed4893cba2bf11072a1c77251a2ff4aac2c16 /gcc/go | |
parent | 591b59ebfcd48319452ebbd954267c9a05ba4b78 (diff) | |
download | gcc-92bea423c295f5c6c9b0cf06a5a555011cc98bdc.zip gcc-92bea423c295f5c6c9b0cf06a5a555011cc98bdc.tar.gz gcc-92bea423c295f5c6c9b0cf06a5a555011cc98bdc.tar.bz2 |
gotest: explicitly skip type descriptors
Type descriptors are normally weak and nm will report them as V,
so we will skip them when collecting the list of symbols.
But when not using GNU nm, they may be reported as D,
so also skip them in symstogo.
This fixes go/doc/check on Solaris.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/215900
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 a778a85..a8ba3af 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -1d64b76f559c0969ee2a6eb8e0ac9d268713880c +7d3081ce69dda123d77e35e8b9d282e40e9465e2 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |