out: Elf -- Fix typo in section name

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2016-04-24 20:57:52 +03:00
parent 4670887c4d
commit 3421a3f3f3

View File

@ -1565,7 +1565,7 @@ static void elf_write(void)
nsections++; /* for the section itself */
if (sects[i]->head) {
nsections++; /* for its relocations */
add_sectname(is_elf32() ? ".rel" : "rela", sects[i]->name);
add_sectname(is_elf32() ? ".rel" : ".rela", sects[i]->name);
}
}