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

implement runtime.casp on arm #1523

Closed
gopherbot opened this issue Feb 16, 2011 · 2 comments
Closed

implement runtime.casp on arm #1523

gopherbot opened this issue Feb 16, 2011 · 2 comments

Comments

@gopherbot
Copy link
Contributor

by m@capitanio.org:

hg sum
parent: 7475:72d7040cd80c 
 runtime: fix memory allocator for GOMAXPROCS > 1

uname -m
x86_64

make[1]: Entering directory `/data4/soft/go/go/src/pkg/debug/elf'
5g -o _go_.5 elf.go file.go 
make[1]: Entering directory `go/src/pkg/debug/macho'
5g -o _go_.5 macho.go file.go 
runtime.markallocated: undefined: runtime.casp
rm -f _obj/debug/elf.a
gopack grc _obj/debug/elf.a _go_.5 
runtime.markallocated: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
(1774)  BL  ,runtime.casp+0(SB)
cp _obj/debug/elf.a "/home/mc/soft/go/go/pkg/linux_arm/debug/elf.a"
runtime.markallocated: illegal combination BL C_NONE C_NONE C_ADDR, 1 3
(1774)  BL  ,runtime.casp+0(SB)
make[1]: Leaving directory `/data4/soft/go/go/src/pkg/debug/elf'
cd debug/gosym && make install
make[1]: Entering directory `/data4/soft/go/go/src/pkg/debug/gosym'
5g -o _go_.5 pclntab.go symtab.go 
make[1]: *** [goyacc] Error 1
make[1]: Leaving directory `/data4/soft/go/go/src/cmd/goyacc'
make: *** [../cmd/goyacc.install] Error 2
@rsc
Copy link
Contributor

rsc commented Feb 16, 2011

Comment 1:

Owner changed to r...@golang.org.

Status changed to Accepted.

@robpike
Copy link
Contributor

robpike commented Feb 17, 2011

Comment 2:

This issue was closed by revision eb86881.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc removed their assignment Jun 22, 2022
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

3 participants