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
> +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
> +void _rt0_arm_linux1();
> +#pragma cgo_export_static _rt0_arm_linux1
> +#pragma cgo_export_dynamic _rt0_arm_linux1
where is this entry point defined?
i'm using my phone right now so i can't easily consult the code.
btw, when will the android builder be available?
thanks.
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
On Fri, Jul 4, 2014 at 11:46 PM, minux <minux@golang.org> wrote:
>
>> +void _rt0_arm_linux1();
>> +#pragma cgo_export_static _rt0_arm_linux1
>> +#pragma cgo_export_dynamic _rt0_arm_linux1
> where is this entry point defined?
> i'm using my phone right now so i can't easily consult the code.
_rt0_arm_linux1 is defined in pkg/runtime/rt0_linux_arm.s.
> btw, when will the android builder be available?
With cl/110360044 I hope to get a green android/arm builder next week,
and maybe an android/x86 builder.
> thanks.
Issue 109470043: code review 109470043: runtime: export _rt0 for android
(Closed)
Created 10 years, 11 months ago by crawshaw
Modified 10 years, 11 months ago
Reviewers: gobot
Base URL:
Comments: 0