diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-06-26 00:17:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-06-26 00:17:32 +0000 |
commit | 07525dad06aaaf4c321f386528d8357a55a67b96 (patch) | |
tree | c484bcc394439e7ac1fed45fec0fe09a59964807 /gcc | |
parent | d62cbf43e08c0012138f84f147a9e31fc49ab1e2 (diff) | |
download | gcc-07525dad06aaaf4c321f386528d8357a55a67b96.zip gcc-07525dad06aaaf4c321f386528d8357a55a67b96.tar.gz gcc-07525dad06aaaf4c321f386528d8357a55a67b96.tar.bz2 |
libgo/testsuite: ignore symbols with a leading dot in symtogo
On AIX, a function has two symbols, a text symbol (with a leading dot)
and a data one (without it).
As the tests must be run only once, only the data symbol can be used to
retrieve the final go symbol. Therefore, all symbols beginning with a dot
are ignored by symtogo.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/177837
From-SVN: r272666
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 caa7bf9..5ca1dc0 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -1d6578a20a9a2ee599a07f03cf7f8e7797d72b9c +d3d0f3c5bbe9d272178d55bdb907b07c188800e1 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |