]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/spec/mipsel_unknown_none.rs
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / compiler / rustc_target / src / spec / mipsel_unknown_none.rs
index 0f9d3c3de1543b25f67dd421d28d888835769f67..110c8dd80ea77e57f2632cd5a18f3cb08d96a57b 100644 (file)
@@ -23,10 +23,12 @@ pub fn target() -> Target {
             panic_strategy: PanicStrategy::Abort,
             relocation_model: RelocModel::Static,
             unsupported_abis: vec![
-                Abi::Stdcall,
+                Abi::Stdcall { unwind: false },
+                Abi::Stdcall { unwind: true },
                 Abi::Fastcall,
                 Abi::Vectorcall,
-                Abi::Thiscall,
+                Abi::Thiscall { unwind: false },
+                Abi::Thiscall { unwind: true },
                 Abi::Win64,
                 Abi::SysV64,
             ],