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

Issue 109470043: code review 109470043: runtime: export _rt0 for android (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 11 months ago by crawshaw
Modified:
10 years, 11 months ago
Reviewers:
gobot, minux, iant
CC:
golang-codereviews, minux, iant
Visibility:
Public.

Description

runtime: export _rt0 for android

Patch Set 1 #

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

Patch Set 3 : diff -r aa480930f37e https://code.google.com/p/go #

Patch Set 4 : diff -r d339b01e3c31 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
A src/pkg/runtime/os_android.c View 1 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 8
crawshaw
Hello golang-codereviews@googlegroups.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 11 months ago (2014-07-04 15:57:26 UTC) #1
minux
> +void _rt0_arm_linux1(); > +#pragma cgo_export_static _rt0_arm_linux1 > +#pragma cgo_export_dynamic _rt0_arm_linux1 where is this entry ...
10 years, 11 months ago (2014-07-05 03:46:40 UTC) #2
crawshaw
On Fri, Jul 4, 2014 at 11:46 PM, minux <minux@golang.org> wrote: > >> +void _rt0_arm_linux1(); ...
10 years, 11 months ago (2014-07-05 12:57:42 UTC) #3
iant
LGTM
10 years, 11 months ago (2014-07-05 19:44:34 UTC) #4
minux
LGTM.
10 years, 11 months ago (2014-07-05 23:30:09 UTC) #5
crawshaw
*** Submitted as https://code.google.com/p/go/source/detail?r=690153652172 *** runtime: export _rt0 for android LGTM=iant, minux R=golang-codereviews, minux, iant ...
10 years, 11 months ago (2014-07-07 11:35:53 UTC) #6
gobot
This CL appears to have broken the netbsd-amd64-bsiegert builder. See http://build.golang.org/log/b0722fe3828188c8708c717ff3d7c826042f29f5
10 years, 11 months ago (2014-07-07 11:48:33 UTC) #7
crawshaw
10 years, 11 months ago (2014-07-07 12:10:48 UTC) #8
On Mon, Jul 7, 2014 at 7:48 AM,  <gobot@golang.org> wrote:
> This CL appears to have broken the netbsd-amd64-bsiegert builder.
> See http://build.golang.org/log/b0722fe3828188c8708c717ff3d7c826042f29f5

I don't think so.
Sign in to reply to this message.

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