zig/lib/std/os/linux
LemonBoy 0c355bef9e std: Slim down the error code path in initStaticTLS
Calling @panic made the executable ~30x times bigger, use a simple
`abort()` and let the user figure out what went wrong.

Supporting ARMv6 (and earlier?) platforms is not a priority.

Closes #6676
2020-10-21 23:35:06 -04:00
..
bpf Update zig files for opaque type syntax 2020-10-06 22:08:25 -06:00
arm-eabi.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
arm64.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
bpf.zig added helper definitions 2020-09-12 23:45:35 -07:00
i386.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
mips.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
powerpc64.zig Implement std.os for powerpc64{,le} 2020-07-01 16:10:49 -05:00
riscv64.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
test.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
tls.zig std: Slim down the error code path in initStaticTLS 2020-10-21 23:35:06 -04:00
vdso.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
x86_64.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00