aboutsummaryrefslogtreecommitdiffhomepage
path: root/elf.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-30 18:04:58 +0200
committerlemon <lsof@mailbox.org>2023-06-30 18:04:58 +0200
commit50d9dfe5a55d0a3a2fd21dfb961d347be8a3a854 (patch)
tree361d910a1cba82625df34daf2a3e32f874390fe7 /elf.c
parentf453b313f62ba42d748f00628be7b3750c797c86 (diff)
misc bugfixs
Diffstat (limited to 'elf.c')
-rw-r--r--elf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/elf.c b/elf.c
index d269531..399434b 100644
--- a/elf.c
+++ b/elf.c
@@ -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) {