| author | |
| committer | |
| log | 31b280c78f41fd36caa2d1ba194b36dc9ec56a28 |
| tree | 8134ed787842e9db4b6cf06c085eae02fabcf027 |
| parent | 0211d6bf4f0da9ebea91fe8378181f354b89f073 |
1 files changed, 1 insertions(+), 0 deletions(-)
src/link/Elf.zig+1| ... | @@ -3452,6 +3452,7 @@ fn initSectionsObject(self: *Elf) !void { | ... | @@ -3452,6 +3452,7 @@ fn initSectionsObject(self: *Elf) !void { |
| 3452 | .addralign = ptr_size, | 3452 | .addralign = ptr_size, |
| 3453 | .offset = std.math.maxInt(u64), | 3453 | .offset = std.math.maxInt(u64), |
| 3454 | }); | 3454 | }); |
| 3455 | _ = try self.addRelaShdr(".rela.eh_frame", self.eh_frame_section_index.?); | ||
| 3455 | } | 3456 | } |
| 3456 | 3457 | ||
| 3457 | try self.initSymtab(); | 3458 | try self.initSymtab(); |