From: Frank Mehnert <[email protected]>
Signed-off-by: Marcus Haehnel <[email protected]>
---
libc/misc/internals/reloc_static_pie.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libc/misc/internals/reloc_static_pie.c
b/libc/misc/internals/reloc_static_pie.c
index cb2c4df87..3bbdef18e 100644
--- a/libc/misc/internals/reloc_static_pie.c
+++ b/libc/misc/internals/reloc_static_pie.c
@@ -107,6 +107,8 @@ reloc_static_pie(ElfW(Addr) load_addr)
PERFORM_BOOTSTRAP_RELOC(rpnt,
reloc_addr, symbol_addr, load_addr, sym);
}
}
+#else
+ (void)rel_size;
#endif
}
_dl_load_base = load_addr;
--
2.47.1
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]