| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-07-13 | Fix section of __morestack for aarch64-unknown-linux-gnu | Akos 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-11 | Fix: GNU AArch64 assembler does not like @plt symbol suffix | Akos Kiss | -2/+2 | |
| 2015-01-09 | iOS: preliminary 64-bit archs support | Valerii Hiora | -5/+21 | |
| 2015-01-03 | Initial version of AArch64 support. | Akos Kiss | -0/+19 | |
| Adds AArch64 knowledge to: * configure, * make files, * sources, * tests, and * documentation. | ||||
