| ... | @@ -2052,7 +2052,11 @@ pub fn sortSections(self: *MachO) !void { | ... | @@ -2052,7 +2052,11 @@ pub fn sortSections(self: *MachO) !void { |
| 2052 | for (&[_]*?u8{ | 2052 | for (&[_]*?u8{ |
| 2053 | &self.data_sect_index, | 2053 | &self.data_sect_index, |
| 2054 | &self.got_sect_index, | 2054 | &self.got_sect_index, |
| | 2055 | &self.zig_text_sect_index, |
| 2055 | &self.zig_got_sect_index, | 2056 | &self.zig_got_sect_index, |
| | 2057 | &self.zig_const_sect_index, |
| | 2058 | &self.zig_data_sect_index, |
| | 2059 | &self.zig_bss_sect_index, |
| 2056 | &self.stubs_sect_index, | 2060 | &self.stubs_sect_index, |
| 2057 | &self.stubs_helper_sect_index, | 2061 | &self.stubs_helper_sect_index, |
| 2058 | &self.la_symbol_ptr_sect_index, | 2062 | &self.la_symbol_ptr_sect_index, |