Skip to content

ARM build broken at pkg/big #269

@gopherbot

Description

@gopherbot

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions