1
0
mirror of https://github.com/golang/go synced 2024-09-23 23:20:14 -06:00

default to amd64 in run

test/func.go now works; update golden.out

SVN=121617
This commit is contained in:
Rob Pike 2008-06-08 17:29:57 -07:00
parent 610644a1ca
commit 316bc2637d
2 changed files with 2 additions and 5 deletions

View File

@ -14,10 +14,6 @@ for.go:45: fatal error: optoas: no entry MOD-<int32>INT32
BUG: known to fail incorrectly
=========== ./func.go
main_f4: doasm: notfound from=75 to=10 (24) IDIVL $2,AX
main_f4: doasm: notfound from=75 to=10 (24) IDIVL $2,AX
main_f4: doasm: notfound from=75 to=10 (24) IDIVL $2,AX
BUG: known to fail incorrectly
=========== ./func1.go
BUG: known to succeed incorrectly

View File

@ -8,7 +8,8 @@ Xamd64)
export A=6
;;
*)
echo 1>&2 run: unknown architecture
export A=6
echo 1>&2 run: assuming amd64
exit 1
esac