coff: revert .rdata to be read-only again

This commit is contained in:
Jakub Konka 2023-11-13 23:23:06 +01:00
parent 028bfdbca3
commit e883907431

View File

@ -388,7 +388,6 @@ fn populateMissingMetadata(self: *Coff) !void {
self.rdata_section_index = try self.allocateSection(".rdata", file_size, .{
.CNT_INITIALIZED_DATA = 1,
.MEM_READ = 1,
.MEM_WRITE = 1,
});
}