aboutsummaryrefslogtreecommitdiff
path: root/src/link/Elf/LdScript.zig
AgeCommit message (Expand)Author
2024-03-08elf+aarch64: implement enough to link dynamically with gcc as the driverJakub Konka
2024-01-01linker: fix some allocator referencesAndrew Kelley
2023-12-05elf: escape invalid token string when reporting an errorJakub Konka
2023-12-05elf: re-instate basic error reporting for LD script parserJakub Konka
2023-10-24elf: improve parsing of ld scripts and actually test linking against themJakub Konka
2023-10-18elf: parse GNU ld script as system lib indirectionJakub Konka