mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 19:13:16 +00:00
elf: fix alignment of .eh_frame_hdr section
This commit is contained in:
parent
a748ca3725
commit
06f3b385c4
@ -3950,7 +3950,7 @@ fn initSections(self: *Elf) !void {
|
||||
.name = ".eh_frame_hdr",
|
||||
.type = elf.SHT_PROGBITS,
|
||||
.flags = elf.SHF_ALLOC,
|
||||
.addralign = ptr_size,
|
||||
.addralign = 4,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user