aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/start_pie.zig
AgeCommit message (Collapse)Author
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
closes #9388 closes #9321
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-06-19std: Fix PIE startup sequenceLemonBoy
* Don't skip the TLS initialization (Fixes #9083) * Add a test case where a PIE program is built and run * Refactor the common initialization code in the Linux startup sequence.
2021-05-24housekeeping: builtin.arch → builtin.cpu.archMichael Dusan
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2020-11-23Minor code cleanup in start_pie.zigLemonBoy
Thanks @daurnimator for catching this.
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
This is the part of #3960 that has to be rewritten to apply to latest master branch code.
2019-12-21Initial support for static PIE executablesLemonBoy