diff options
| author | 2023-06-30 18:04:58 +0200 | |
|---|---|---|
| committer | 2023-06-30 18:04:58 +0200 | |
| commit | 50d9dfe5a55d0a3a2fd21dfb961d347be8a3a854 (patch) | |
| tree | 361d910a1cba82625df34daf2a3e32f874390fe7 /elf.c | |
| parent | f453b313f62ba42d748f00628be7b3750c797c86 (diff) | |
misc bugfixs
Diffstat (limited to 'elf.c')
| -rw-r--r-- | elf.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -449,7 +449,6 @@ elffini(struct wbuf *out) putsym(out, sym); } - /* rel.* */ assert(relocs.n == ntextrel + nrodatarel + ndatarel); for (enum section s = Stext; s <= Sbss; ++s) { |