Commit 316bc263 authored by Rob Pike's avatar Rob Pike

default to amd64 in run

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

SVN=121617
parent 610644a1
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment