]> Cypherpunks repositories - gostls13.git/commit
runtime: shared library init support for android/arm.
authorSrdjan Petrovic <spetrovic@google.com>
Fri, 3 Apr 2015 16:48:51 +0000 (09:48 -0700)
committerDavid Crawshaw <crawshaw@golang.org>
Mon, 13 Apr 2015 21:53:15 +0000 (21:53 +0000)
commitd1eee2cebf47816f53132d86ef6f3850fa22eefd
tree439ef817ce65e657000f4ac4075aed3093e34e4a
parent0d1c027bf35001d04e3ea4758f6e198542fe8961
runtime: shared library init support for android/arm.

Follows http://golang.org/cl/8454, a similar CL for arm architectures.
This CL involves android-specific changes, namely, synthesizing
argv/auxv, as android doesn't provide those to the init functions.

This code is based on crawshaw@ android code in golang.org/x/mobile.

Change-Id: I32364efbb2662e80270a99bd7dfb1d0421b5417d
Reviewed-on: https://go-review.googlesource.com/8457
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/runtime/rt0_android_arm.s
src/runtime/rt0_linux_amd64.s
src/runtime/rt0_linux_arm.s