authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-27 06:09:33+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-27 06:09:33+01:00
log9161923405d1048dd6932d933b14feeb1d7c2849
treed7a4dfd44eb626add5ffc0db4c97f745f16144ee
parent6b4f57a2573457eefd8f63ed2ac648c08740ab49
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

Revert "std.Target: xtensa defaults to windowed ABI"

This reverts commit c55e83eab1369373fe6db5072802c2fc1c4d7ebc. This was a misreading of XtensaFeatures.td on my part.

1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/Target.zig+1-1
...@@ -3713,7 +3713,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention...@@ -3713,7 +3713,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention
3713 .sh, .sheb => .{ .sh_gnu = .{} },3713 .sh, .sheb => .{ .sh_gnu = .{} },
3714 .ve => .{ .ve_sysv = .{} },3714 .ve => .{ .ve_sysv = .{} },
3715 .xcore => .{ .xcore_xs1 = .{} },3715 .xcore => .{ .xcore_xs1 = .{} },
3716 .xtensa, .xtensaeb => .{ .xtensa_windowed = .{} },3716 .xtensa, .xtensaeb => .{ .xtensa_call0 = .{} },
3717 .amdgcn => .{ .amdgcn_device = .{} },3717 .amdgcn => .{ .amdgcn_device = .{} },
3718 .nvptx, .nvptx64 => .nvptx_device,3718 .nvptx, .nvptx64 => .nvptx_device,
3719 .spirv32, .spirv64 => .spirv_device,3719 .spirv32, .spirv64 => .spirv_device,