Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-08 | Added support for creation of Static Position-Independent Executables (PIE) ↵ | linted | |
on aarch64 Updated config to allow compilation of rcrt1.o for aarch64 and modified it's crt1.S to relocate dynamic section prior to __uClibc_main. Disabled stack protector when compiling reloc_static_pie.c to avoid TLS access prior to it being setup. Signed-off-by: linted <linted@users.noreply.github.com> | |||
2017-02-01 | add experimental aarch64 support | Waldemar Brodkorb | |
Ported over from GNU C Library and runtime tested in Qemu. |