]> git.lizzy.rs Git - rust.git/commit
Fix section of __morestack for aarch64-unknown-linux-gnu
authorAkos Kiss <akiss@inf.u-szeged.hu>
Mon, 13 Jul 2015 18:06:04 +0000 (20:06 +0200)
committerAkos Kiss <akiss@inf.u-szeged.hu>
Mon, 13 Jul 2015 19:13:52 +0000 (21:13 +0200)
commiteaee43aeba955e9f6ddb708a01b8e31ce536aece
treee91ee635d5724f5692a6c827c23fff810ffc5a7d
parent0fbcebaaec518a0a39f0b835cd52e9edfaba9cc2
Fix section of __morestack for aarch64-unknown-linux-gnu

When building for AArch64/Linux, __morestack ends up in the .note.GNU-stack section,
which causes missing references for the linker. By using the func/endfunc macros
from macros.S we get __morestack right to .text (and a bit more on the side).
src/rt/arch/aarch64/morestack.S