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

This reverts commit c55e83eab1.

This was a misreading of XtensaFeatures.td on my part.
This commit is contained in:
Alex Rønne Petersen 2025-10-27 06:09:33 +01:00
parent 6b4f57a257
commit 9161923405
No known key found for this signature in database

View file

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