File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ pub const user_desc = arch_bits.user_desc;
115
115
pub const getcontext = arch_bits .getcontext ;
116
116
117
117
pub const tls = @import ("linux/tls.zig" );
118
- pub const pie = @import ("linux/start_pie .zig" );
118
+ pub const pie = @import ("linux/pie .zig" );
119
119
pub const BPF = @import ("linux/bpf.zig" );
120
120
pub const IOCTL = @import ("linux/ioctl.zig" );
121
121
pub const SECCOMP = @import ("linux/seccomp.zig" );
File renamed without changes.
Original file line number Diff line number Diff line change @@ -288,8 +288,8 @@ fn _start() callconv(.Naked) noreturn {
288
288
,
289
289
.csky = >
290
290
// The CSKY ABI assumes that `gb` is set to the address of the GOT in order for
291
- // position-independent code to work. We depend on this in `std.os.linux.start_pie`
292
- // to locate `_DYNAMIC` as well.
291
+ // position-independent code to work. We depend on this in `std.os.linux.pie` to locate
292
+ // `_DYNAMIC` as well.
293
293
\\ grs t0, 1f
294
294
\\ 1:
295
295
\\ lrw gb, 1b@GOTPC
You can’t perform that action at this time.
0 commit comments