diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2021-07-18 15:05:52 +0200 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2021-07-18 15:05:52 +0200 |
| commit | 2828cd2983446b116dc8d543ca5e209e361f39d0 (patch) | |
| tree | d4df4ca4a00657490ebde1270e5a0fe74193c0bf /src/link/MachO/TextBlock.zig | |
| parent | 5aa9c0b4ab8ca00b0da3ce695924218984d11f11 (diff) | |
| download | zig-2828cd2983446b116dc8d543ca5e209e361f39d0.tar.gz zig-2828cd2983446b116dc8d543ca5e209e361f39d0.zip | |
zld: migrate symbol mgmt to incremental backend
Diffstat (limited to 'src/link/MachO/TextBlock.zig')
| -rw-r--r-- | src/link/MachO/TextBlock.zig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/link/MachO/TextBlock.zig b/src/link/MachO/TextBlock.zig index 9991fb642a..ad2d4c11cf 100644 --- a/src/link/MachO/TextBlock.zig +++ b/src/link/MachO/TextBlock.zig @@ -1059,10 +1059,6 @@ pub fn resolveRelocs(self: *TextBlock, zld: *Zld) !void { break :blk sym.n_value; }, .import => { - // TODO I think this will be autohandled by self.bindings. - // if (mem.eql(u8, zld.getString(rel.target.strx), "__tlv_bootstrap")) { - // break :blk 0; // Dynamically bound by dyld. - // } const stubs_index = zld.stubs.getIndex(rel.where_index) orelse { // TODO verify in TextBlock that the symbol is indeed dynamically bound. break :blk 0; // Dynamically bound by dyld. |
