rust/compiler/rustc_target/src
bors 53ed660d47 Auto merge of #120411 - erikdesjardins:netbsdcall, r=Nilstrieb
i586_unknown_netbsd: use inline stack probes

This is one of the last two targets still using "call" stack probes.

I don't believe that this target uses call stack probes for any particular reason--inline stack probes are used on [`i686_unknown_netbsd`](b362939be1/compiler/rustc_target/src/spec/targets/i686_unknown_netbsd.rs (L8)), suggesting they work on netbsd; and on [`i586_unknown_linux_gnu`](b362939be1/compiler/rustc_target/src/spec/targets/i586_unknown_linux_gnu.rs (L4)) (via the base [`i686_unknown_linux_gnu`](b362939be1/compiler/rustc_target/src/spec/targets/i686_unknown_linux_gnu.rs (L9))), suggesting they work with `cpu = "pentium"`.

...although I don't have a netbsd system to test this on.

(cc `@he32)`
2024-02-27 08:35:56 +00:00
..
abi Remove the abi_amdgpu_kernel feature 2024-01-30 15:46:40 +00:00
asm Support reg_addr register class in s390x inline assembly 2024-01-03 18:00:37 +09:00
spec Auto merge of #120411 - erikdesjardins:netbsdcall, r=Nilstrieb 2024-02-27 08:35:56 +00:00
json.rs Remove the abi_amdgpu_kernel feature 2024-01-30 15:46:40 +00:00
lib.rs Prefer min_exhaustive_patterns in compiler 2024-02-13 16:45:53 +01:00
target_features.rs Update aarch64 target feature docs to match LLVM 2024-02-15 14:36:29 +00:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00