]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgo/testsuite: ignore symbols with a leading dot in symtogo
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 26 Jun 2019 00:17:32 +0000 (00:17 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 26 Jun 2019 00:17:32 +0000 (00:17 +0000)
commit07525dad06aaaf4c321f386528d8357a55a67b96
treec484bcc394439e7ac1fed45fec0fe09a59964807
parentd62cbf43e08c0012138f84f147a9e31fc49ab1e2
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
gcc/go/gofrontend/MERGE
libgo/testsuite/gotest