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

cmd/vet: go vet on s390x can't handle assembly #15454

Closed
billotosyr opened this issue Apr 26, 2016 · 2 comments
Closed

cmd/vet: go vet on s390x can't handle assembly #15454

billotosyr opened this issue Apr 26, 2016 · 2 comments

Comments

@billotosyr
Copy link

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)?
    tip
  2. What operating system and processor architecture are you using (go env)?
    linux s390x
  3. What did you do?
    go vet in math/big
  4. What did you expect to see?
    not an error
  5. What did you see instead?
    : arith_s390x.s: cannot determine architecture for assembly file

I will fix this...

@mundaym
Copy link
Member

mundaym commented Apr 26, 2016

cc @minux @cherrymui

mip64 is missing from the list in cmd/vet too.

@gopherbot
Copy link

CL https://golang.org/cl/22472 mentions this issue.

@bradfitz bradfitz added this to the Unplanned milestone May 4, 2016
@golang golang locked and limited conversation to collaborators Nov 2, 2017
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

4 participants