summary refs log tree commit diff
path: root/src/rt/arch/aarch64/morestack.S
AgeCommit message (Collapse)AuthorLines
2015-07-13Fix section of __morestack for aarch64-unknown-linux-gnuAkos Kiss-1/+5
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).
2015-01-11Fix: GNU AArch64 assembler does not like @plt symbol suffixAkos Kiss-2/+2
2015-01-09iOS: preliminary 64-bit archs supportValerii Hiora-5/+21
2015-01-03Initial version of AArch64 support.Akos Kiss-0/+19
Adds AArch64 knowledge to: * configure, * make files, * sources, * tests, and * documentation.