mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
Fix typo in previous outelf64.c commit
Stray line fragment left in when removing debug code.
This commit is contained in:
parent
cff8dc6d6b
commit
154f6f2380
@ -993,7 +993,6 @@ static void elf_out(int32_t segto, const void *data,
|
|||||||
} else if (wrt == elf_gotoff_sect + 1) {
|
} else if (wrt == elf_gotoff_sect + 1) {
|
||||||
elf_add_reloc(s, segment, R_X86_64_GOTOFF64);
|
elf_add_reloc(s, segment, R_X86_64_GOTOFF64);
|
||||||
} else if (wrt == elf_got_sect + 1) {
|
} else if (wrt == elf_got_sect + 1) {
|
||||||
s->len,segment, addr);
|
|
||||||
addr = elf_add_gsym_reloc(s, segment, addr,
|
addr = elf_add_gsym_reloc(s, segment, addr,
|
||||||
R_X86_64_GOT32, true);
|
R_X86_64_GOT32, true);
|
||||||
} else if (wrt == elf_sym_sect + 1) {
|
} else if (wrt == elf_sym_sect + 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user