github.com/karrick/go@v0.0.0-20170817181416-d5b0ec858b37/src/cmd/vet/all/whitelist/mipsle.txt (about)

     1  // mips64-specific vet whitelist. See readme.txt for details.
     2  
     3  // Work around if-def'd code. Will be fixed by golang.org/issue/17544.
     4  runtime/sys_linux_mipsx.s: [mipsle] walltime: invalid offset sec_lo+4(FP); expected sec_lo+0(FP)
     5  runtime/sys_linux_mipsx.s: [mipsle] walltime: invalid offset sec_hi+0(FP); expected sec_hi+4(FP)
     6  runtime/sys_linux_mipsx.s: [mipsle] nanotime: invalid offset ret_lo+4(FP); expected ret_lo+0(FP)
     7  runtime/sys_linux_mipsx.s: [mipsle] nanotime: invalid offset ret_hi+0(FP); expected ret_hi+4(FP)