| ... | @@ -2037,6 +2037,7 @@ pub fn sortSections(self: *MachO) !void { | ... | @@ -2037,6 +2037,7 @@ pub fn sortSections(self: *MachO) !void { |
| 2037 | for (&[_]*?u8{ | 2037 | for (&[_]*?u8{ |
| 2038 | &self.data_sect_index, | 2038 | &self.data_sect_index, |
| 2039 | &self.got_sect_index, | 2039 | &self.got_sect_index, |
| | 2040 | &self.zig_got_sect_index, |
| 2040 | &self.stubs_sect_index, | 2041 | &self.stubs_sect_index, |
| 2041 | &self.stubs_helper_sect_index, | 2042 | &self.stubs_helper_sect_index, |
| 2042 | &self.la_symbol_ptr_sect_index, | 2043 | &self.la_symbol_ptr_sect_index, |