summaryrefslogtreecommitdiff
path: root/rts/linker/elf_reloc_aarch64.c
Commit message (Expand)AuthorAgeFilesLines
* rts: use `STG_UNUSED`Nicolas Trangez2022-11-021-2/+2
* rts: introduce (and use) `STG_NORETURN`Nicolas Trangez2022-11-021-1/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-011-0/+1
* [linker] Additional FALLTHROUGH decorations.Moritz Angermann2021-03-291-0/+2
* [elf/aarch64] Fall Through decorationMoritz Angermann2021-03-211-4/+4
* rts: Use CHECK instead of assertBen Gamari2020-11-301-28/+27
* CmmToLlvm: Declare signature for memcmpwip/angerman/arm64Ben Gamari2020-11-241-1/+2
* Range is actually +/-2^32, not +/-2^31Moritz Angermann2020-06-071-5/+7
* rts: Ensure that Rts.h is always included firstBen Gamari2019-11-071-2/+5
* rts: More aarch64 header fixesBen Gamari2019-10-301-4/+4
* Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit.Tamar Christina2019-10-201-4/+4
* rts: Annotate fallthroughs in AArch64 linkerBen Gamari2018-12-141-1/+6
* rts: Silence missing __noreturn__ warningBen Gamari2017-09-261-1/+1
* [linker] fix armv7 & add aarch64Moritz Angermann2017-06-081-0/+330