aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug/SelfInfo/Elf.zig
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2025-10-06 17:45:31 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2025-10-07 16:47:57 +0200
commitca73d697b9b11b579b2fefb40e68ec637bea5050 (patch)
tree4e6f6964e9e7191e25b5212f00dae8b3cfc8a482 /lib/std/debug/SelfInfo/Elf.zig
parenta5a9ffb90b9427efbad40404a9a830ddb42b88b6 (diff)
downloadzig-ca73d697b9b11b579b2fefb40e68ec637bea5050.tar.gz
zig-ca73d697b9b11b579b2fefb40e68ec637bea5050.zip
std.debug: add unwind support for mips*-linux
Diffstat (limited to 'lib/std/debug/SelfInfo/Elf.zig')
-rw-r--r--lib/std/debug/SelfInfo/Elf.zig4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/std/debug/SelfInfo/Elf.zig b/lib/std/debug/SelfInfo/Elf.zig
index 106d2a532f..145fdfa59f 100644
--- a/lib/std/debug/SelfInfo/Elf.zig
+++ b/lib/std/debug/SelfInfo/Elf.zig
@@ -99,6 +99,10 @@ pub const can_unwind: bool = s: {
.aarch64_be,
.hexagon,
.loongarch64,
+ .mips,
+ .mipsel,
+ .mips64,
+ .mips64el,
.riscv32,
.riscv64,
.s390x,