mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
out: Elf -- Fix typo in section name
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user