summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibELF/Arch
AgeCommit message (Expand)Author
2021-08-28CMake: Let `Meta/serenity.sh run aarch64` make it past cmakeNico Weber
2021-08-28LibELF: Reindent .S files to be consistent with other .S filesNico Weber
2021-07-10LibELF: Make sure calls to _fixup_plt_entry use a properly aligned stackGunnar Beutner
2021-07-10Kernel+Userland: Make the stack alignment comply with the System V ABIGunnar Beutner
2021-06-29LibELF: Implement PLT relocations for x86_64Gunnar Beutner
2021-05-03LibELF: Implement x86_64 relocation supportGunnar Beutner
2021-02-19LibC: Remove text relocationAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling