|
From: Cyrill G. <gor...@gm...> - 2016-04-07 22:17:11
|
Signed-off-by: Cyrill Gorcunov <gor...@gm...>
---
output/outelf32.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/output/outelf32.c b/output/outelf32.c
index 3083b10..a0c5e83 100644
--- a/output/outelf32.c
+++ b/output/outelf32.c
@@ -240,6 +240,7 @@ static void elf_cleanup(void)
dfmt->cleanup();
}
+/* add entry to the elf .shstrtab section */
static void add_sectname(char *firsthalf, char *secondhalf)
{
int len = strlen(firsthalf) + strlen(secondhalf);
--
2.5.5
|