runtime: Use a better heap location on arm64 systems.
commitab46d63c29339633929988bcc8d92eb1117c7c0a
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Feb 2014 03:24:03 +0000 (21 03:24 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Feb 2014 03:24:03 +0000 (21 03:24 +0000)
tree0e13770b6a813bbeb58ab023ca5029957226f017
parenta48f48e35b51348f935f32fcdff9db7acd50ebce
runtime: Use a better heap location on arm64 systems.

Before this, the heap location used on a 64-bit system was not
available to user-space on arm64, so the "32-bit" strategy ended up
being used.  So use somewhere that is available, and for bonus points
is far away from where the kernel allocates address space by default.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207977 138bc75d-0d04-0410-961f-82ee72b054a4
libgo/runtime/malloc.goc