net: rename TestAddr6 to avoid gotest confusion
commitdf3e4dc046457729fd27f9306d5a675c2dbff004
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Jan 2018 14:43:37 +0000 (31 14:43 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Jan 2018 14:43:37 +0000 (31 14:43 +0000)
tree933a677f257b6b7a21b0c50ce9b19f57233a2951
parentdf52c9a454fa86e6b43144274ce6fdbfe2ca35e6
net: rename TestAddr6 to avoid gotest confusion

    On ppc64 gotest treats data variables whose names begin with "Test" as
    tests to run.  This is to support the function descriptors used for
    ppc64 ELF ABI v1.  This causes gotest to think that TestAddr6 is a
    test, when it is actually a variable.  For a simple fix until we can
    figure out how to write gotest properly, rename the variable.

    Fixes golang/go#23623

    Reviewed-on: https://go-review.googlesource.com/90995

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257235 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/go/net/dnsclient_unix_test.go