aboutsummaryrefslogtreecommitdiff
path: root/src/link/StringTable.zig
AgeCommit message (Collapse)Author
2024-10-10link: fix false positive crtbegin/crtend detectionAndrew Kelley
Embrace the Path abstraction, doing more operations based on directory handles rather than absolute file paths. Most of the diff noise here comes from this one. Fix sorting of crtbegin/crtend atoms. Previously it would look at all path components for those strings. Make the C runtime path detection partially a pure function, and move some logic to glibc.zig where it belongs.
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2023-11-04link: commit missing source StringTable.zigJakub Konka