libgo: update to Go 1.11
[official-gcc.git] / libgo / go / cmd / vet / all / whitelist / mips.txt
blobfa17c6233b2e137a79b8acd715803a6b1891e93b
1 // mips-specific (big endian) vet whitelist. See readme.txt for details.
3 // Work around if-def'd code. Will be fixed by golang.org/issue/17544.
4 runtime/sys_linux_mipsx.s: [mips] walltime: invalid offset sec_lo+0(FP); expected sec_lo+4(FP)
5 runtime/sys_linux_mipsx.s: [mips] walltime: invalid offset sec_hi+4(FP); expected sec_hi+0(FP)
6 runtime/sys_linux_mipsx.s: [mips] nanotime: invalid offset ret_lo+0(FP); expected ret_lo+4(FP)
7 runtime/sys_linux_mipsx.s: [mips] nanotime: invalid offset ret_hi+4(FP); expected ret_hi+0(FP)