| ... | @@ -17,7 +17,6 @@ pub const Os = struct { | ... | @@ -17,7 +17,6 @@ pub const Os = struct { |
| 17 | | 17 | |
| 18 | pub const Tag = enum { | 18 | pub const Tag = enum { |
| 19 | freestanding, | 19 | freestanding, |
| 20 | cloudabi, | | |
| 21 | dragonfly, | 20 | dragonfly, |
| 22 | freebsd, | 21 | freebsd, |
| 23 | fuchsia, | 22 | fuchsia, |
| ... | @@ -139,7 +138,6 @@ pub const Os = struct { | ... | @@ -139,7 +138,6 @@ pub const Os = struct { |
| 139 | pub inline fn getVersionRangeTag(tag: Tag) @typeInfo(TaggedVersionRange).Union.tag_type.? { | 138 | pub inline fn getVersionRangeTag(tag: Tag) @typeInfo(TaggedVersionRange).Union.tag_type.? { |
| 140 | return switch (tag) { | 139 | return switch (tag) { |
| 141 | .freestanding, | 140 | .freestanding, |
| 142 | .cloudabi, | | |
| 143 | .fuchsia, | 141 | .fuchsia, |
| 144 | .ps3, | 142 | .ps3, |
| 145 | .zos, | 143 | .zos, |
| ... | @@ -370,7 +368,6 @@ pub const Os = struct { | ... | @@ -370,7 +368,6 @@ pub const Os = struct { |
| 370 | pub fn default(tag: Tag, arch: Cpu.Arch) VersionRange { | 368 | pub fn default(tag: Tag, arch: Cpu.Arch) VersionRange { |
| 371 | return switch (tag) { | 369 | return switch (tag) { |
| 372 | .freestanding, | 370 | .freestanding, |
| 373 | .cloudabi, | | |
| 374 | .fuchsia, | 371 | .fuchsia, |
| 375 | .ps3, | 372 | .ps3, |
| 376 | .zos, | 373 | .zos, |
| ... | @@ -556,7 +553,6 @@ pub const Os = struct { | ... | @@ -556,7 +553,6 @@ pub const Os = struct { |
| 556 | .linux, | 553 | .linux, |
| 557 | .windows, | 554 | .windows, |
| 558 | .freestanding, | 555 | .freestanding, |
| 559 | .cloudabi, | | |
| 560 | .fuchsia, | 556 | .fuchsia, |
| 561 | .ps3, | 557 | .ps3, |
| 562 | .zos, | 558 | .zos, |
| ... | @@ -662,7 +658,6 @@ pub const Abi = enum { | ... | @@ -662,7 +658,6 @@ pub const Abi = enum { |
| 662 | pub fn default(arch: Cpu.Arch, os: Os) Abi { | 658 | pub fn default(arch: Cpu.Arch, os: Os) Abi { |
| 663 | return if (arch.isWasm()) .musl else switch (os.tag) { | 659 | return if (arch.isWasm()) .musl else switch (os.tag) { |
| 664 | .freestanding, | 660 | .freestanding, |
| 665 | .cloudabi, | | |
| 666 | .dragonfly, | 661 | .dragonfly, |
| 667 | .ps3, | 662 | .ps3, |
| 668 | .zos, | 663 | .zos, |
| ... | @@ -1791,7 +1786,6 @@ pub const DynamicLinker = struct { | ... | @@ -1791,7 +1786,6 @@ pub const DynamicLinker = struct { |
| 1791 | | 1786 | |
| 1792 | // TODO go over each item in this list and either move it to the above list, or | 1787 | // TODO go over each item in this list and either move it to the above list, or |
| 1793 | // implement the standard dynamic linker path code for it. | 1788 | // implement the standard dynamic linker path code for it. |
| 1794 | .cloudabi, | | |
| 1795 | .fuchsia, | 1789 | .fuchsia, |
| 1796 | .ps3, | 1790 | .ps3, |
| 1797 | .zos, | 1791 | .zos, |
| ... | @@ -2275,7 +2269,6 @@ pub fn c_type_bit_size(target: Target, c_type: CType) u16 { | ... | @@ -2275,7 +2269,6 @@ pub fn c_type_bit_size(target: Target, c_type: CType) u16 { |
| 2275 | .longdouble => return 80, | 2269 | .longdouble => return 80, |
| 2276 | }, | 2270 | }, |
| 2277 | | 2271 | |
| 2278 | .cloudabi, | | |
| 2279 | .ps3, | 2272 | .ps3, |
| 2280 | .zos, | 2273 | .zos, |
| 2281 | .rtems, | 2274 | .rtems, |