Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM build broken at pkg/big #269

Closed
gopherbot opened this issue Nov 19, 2009 · 1 comment
Closed

ARM build broken at pkg/big #269

gopherbot opened this issue Nov 19, 2009 · 1 comment

Comments

@gopherbot
Copy link
Contributor

by b88zhou:

> What steps will reproduce the problem?
./make-arm.bash
(either cross or native build)

> What is the expected output? What do you see instead?
Expect build to succeed. But seeing
...
5a arith_arm.s
arith_arm.s:10 syntax error, last name: big·addVV_g
arith_arm.s:13 syntax error, last name: big·subVV_g
arith_arm.s:16 syntax error, last name: big·addVW_g
arith_arm.s:19 syntax error, last name: big·subVW_g
arith_arm.s:22 syntax error, last name: big·mulAddVWW_g
arith_arm.s:25 syntax error, last name: big·addMulVVW_g
arith_arm.s:28 syntax error, last name: big·divWVW_g
make[1]: *** [arith_arm.5] Error 1


> What is your $GOOS?  $GOARCH?
linux/arm

> Which revision are you sync'ed to?  (hg log -l 1)
$ hg log -l1
changeset:   4150:cb559bd8a773
tag:         tip
user:        Robert Griesemer <gri@golang.org>
date:        Thu Nov 19 00:04:30 2009 -0800
summary:     bug219: parsing difficulties with 6g

> Please provide any additional information below.
arith_arm.s probably is not ready.
Or could be the separator between big and addVV_g etc.
@rsc
Copy link
Contributor

rsc commented Nov 20, 2009

Comment 1:

This issue was closed by revision ec30932.

Status changed to Fixed.

Merged into issue #-.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants