libgo: remove old MIPS architecture names
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 21 Jun 2017 22:11:04 +0000 (22:11 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 21 Jun 2017 22:11:04 +0000 (22:11 +0000)
commitb95cd48b01b1340475dd7a408af6d665822a8cf5
tree72625660a997749459ccfe70d454dc9febc61f6f
parent1701a9d8f0ca4153bbf3cf75487c6a14606e5121
libgo: remove old MIPS architecture names

    This removes the old names for the 3 main MIPS ABIs: mipso32, mipsn32
    and mipsn64. It also removes the mipso64 ABI which has no equivalent
    architecture name in go. This ABI has been dead for sometime and I doubt
    anyone will miss it.

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

From-SVN: r249477
15 files changed:
gcc/go/gofrontend/MERGE
libgo/configure
libgo/configure.ac
libgo/go/cmd/cgo/main.go
libgo/go/go/build/syslist.go
libgo/go/internal/syscall/unix/getrandom_linux_mips64p32x.go
libgo/go/internal/syscall/unix/getrandom_linux_mips64x.go
libgo/go/runtime/hash32.go
libgo/go/runtime/hash64.go
libgo/go/runtime/lfstack_32bit.go
libgo/go/runtime/lfstack_64bit.go
libgo/go/runtime/unaligned2.go
libgo/go/syscall/endian_big.go
libgo/match.sh
libgo/testsuite/gotest