| ... | @@ -110,7 +110,7 @@ pub const File = union(enum) { | ... | @@ -110,7 +110,7 @@ pub const File = union(enum) { |
| 110 | } else if (!sym.flags.has_plt) { | 110 | } else if (!sym.flags.has_plt) { |
| 111 | log.debug("'{s}' needs PLT", .{sym.name(ef)}); | 111 | log.debug("'{s}' needs PLT", .{sym.name(ef)}); |
| 112 | try ef.plt.addSymbol(ref, ef); | 112 | try ef.plt.addSymbol(ref, ef); |
| 113 | } else unreachable; | 113 | } |
| 114 | } | 114 | } |
| 115 | if (sym.flags.needs_copy_rel and !sym.flags.has_copy_rel) { | 115 | if (sym.flags.needs_copy_rel and !sym.flags.has_copy_rel) { |
| 116 | log.debug("'{s}' needs COPYREL", .{sym.name(ef)}); | 116 | log.debug("'{s}' needs COPYREL", .{sym.name(ef)}); |