Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(315)

Issue 7227066: all: support for NetBSD/ARM (*NOT FOR SUBMISSION*)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 5 months ago by minux1
Modified:
11 years, 11 months ago
Reviewers:
dave
CC:
golang-dev, bsiegert
Visibility:
Public.

Description

all: support for NetBSD/ARM (*NOT FOR SUBMISSION*) cgo is supported in patch set 3. hint: 1. use latest kernel from NetBSD-current with a prebuilt SD-card image (2GiB card is enough). 2. either apply the patch [2] in comment #4 to NetBSD gcc or sed -i -e 's/-O2/-O1/' cmd/dist/build.c

Patch Set 1 #

Patch Set 2 : diff -r 98034d036d03 https://code.google.com/p/go/ #

Total comments: 4

Patch Set 3 : diff -r 036190b86798 http://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 3a9a5d2901f7 http://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 3a9a5d2901f7 http://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4579 lines, -31 lines) Patch
M src/cmd/5l/asm.c View 1 2 chunks +1 line, -4 lines 0 comments Download
M src/cmd/5l/obj.c View 1 3 chunks +4 lines, -11 lines 0 comments Download
M src/cmd/dist/arm.c View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M src/cmd/dist/build.c View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M src/cmd/dist/unix.c View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M src/cmd/ld/elf.c View 1 2 3 3 chunks +15 lines, -10 lines 0 comments Download
M src/pkg/go/build/build.go View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/asm_arm.s View 1 2 1 chunk +8 lines, -1 line 0 comments Download
A src/pkg/runtime/cgo/gcc_netbsd_arm.c View 1 2 1 chunk +117 lines, -0 lines 0 comments Download
A src/pkg/runtime/defs_netbsd_arm.h View 1 2 1 chunk +140 lines, -0 lines 0 comments Download
M src/pkg/runtime/os_netbsd.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A src/pkg/runtime/rt0_netbsd_arm.s View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
A src/pkg/runtime/signal_netbsd_arm.c View 1 2 3 4 1 chunk +194 lines, -0 lines 0 comments Download
A src/pkg/runtime/sys_netbsd_arm.s View 1 2 3 4 1 chunk +293 lines, -0 lines 0 comments Download
M src/pkg/runtime/thread_netbsd.c View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
A src/pkg/sync/atomic/asm_netbsd_arm.s View 1 1 chunk +89 lines, -0 lines 0 comments Download
A src/pkg/syscall/asm_netbsd_arm.s View 1 1 chunk +124 lines, -0 lines 0 comments Download
A src/pkg/syscall/syscall_netbsd_arm.go View 1 1 chunk +42 lines, -0 lines 0 comments Download
A src/pkg/syscall/zerrors_netbsd_arm.go View 1 1 chunk +1653 lines, -0 lines 0 comments Download
A src/pkg/syscall/zsyscall_netbsd_arm.go View 1 1 chunk +1228 lines, -0 lines 0 comments Download
A src/pkg/syscall/zsysnum_netbsd_arm.go View 1 1 chunk +271 lines, -0 lines 0 comments Download
A src/pkg/syscall/ztypes_netbsd_arm.go View 1 2 1 chunk +363 lines, -0 lines 0 comments Download
M src/run.bash View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8
dave_cheney.net
I'm building this patch now, albeit slowly. https://codereview.appspot.com/7227066/diff/3/src/cmd/dist/arm.c File src/cmd/dist/arm.c (right): https://codereview.appspot.com/7227066/diff/3/src/cmd/dist/arm.c#newcode20 src/cmd/dist/arm.c:20: return "5"; ...
12 years, 5 months ago (2013-02-01 01:21:55 UTC) #1
dave_cheney.net
I got throught bootstrap and built cmd/go, but after that I started getting read and ...
12 years, 5 months ago (2013-02-01 01:44:32 UTC) #2
minux1
I just got a very very stable NetBSD kernel built, and it performed really well ...
12 years, 5 months ago (2013-02-02 16:54:44 UTC) #3
minux1
ok, this port is finally finished, and i think all.bash could pass now (after enlarge ...
12 years, 5 months ago (2013-02-02 22:51:29 UTC) #4
dave_cheney.net
> ok, this port is finally finished, and i think all.bash could pass now > ...
12 years, 5 months ago (2013-02-02 23:36:44 UTC) #5
minux1
I'm just amazed by the fact that enabling cgo together with GOARM=6 can crash the ...
12 years, 5 months ago (2013-02-03 17:36:33 UTC) #6
dave_cheney.net
> I'm just amazed by the fact that enabling cgo together with GOARM=6 can > ...
12 years, 5 months ago (2013-02-03 22:55:26 UTC) #7
minux1
11 years, 11 months ago (2013-07-23 19:34:24 UTC) #8
R=close
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b