aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/start_pie.zig
AgeCommit message (Expand)Author
2024-03-19fix compilation failures found by CIAndrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2022-11-04all: rename i386 to x86Ali Chraghi
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-06-19std: Fix PIE startup sequenceLemonBoy
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
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2019-12-21Initial support for static PIE executablesLemonBoy