mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
out: Elf -- Fix typo in section name
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
4670887c4d
commit
3421a3f3f3
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user