| author | |
| committer | |
| log | 133aa709b07040838007ade90f9cfb1a5643fcff |
| tree | 10f2d359c3c76fd07e8d25440140e5a481f9d8f4 |
| parent | 906cf48e14b6faff9cdc040263b38b982b2f59af |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/Elf/file.zig+1-1| ... | ... | @@ -110,7 +110,7 @@ pub const File = union(enum) { |
| 110 | 110 | } else if (!sym.flags.has_plt) { |
| 111 | 111 | log.debug("'{s}' needs PLT", .{sym.name(ef)}); |
| 112 | 112 | try ef.plt.addSymbol(ref, ef); |
| 113 | } else unreachable; | |
| 113 | } | |
| 114 | 114 | } |
| 115 | 115 | if (sym.flags.needs_copy_rel and !sym.flags.has_copy_rel) { |
| 116 | 116 | log.debug("'{s}' needs COPYREL", .{sym.name(ef)}); |