From 154f6f2380d2538d1e6b2bb251c4292528fa43bf Mon Sep 17 00:00:00 2001 From: Charles Crayne Date: Sun, 12 Oct 2008 14:14:45 -0700 Subject: [PATCH] Fix typo in previous outelf64.c commit Stray line fragment left in when removing debug code. --- output/outelf64.c | 1 - 1 file changed, 1 deletion(-) diff --git a/output/outelf64.c b/output/outelf64.c index 1ff136d..02f2d07 100644 --- a/output/outelf64.c +++ b/output/outelf64.c @@ -993,7 +993,6 @@ static void elf_out(int32_t segto, const void *data, } else if (wrt == elf_gotoff_sect + 1) { elf_add_reloc(s, segment, R_X86_64_GOTOFF64); } else if (wrt == elf_got_sect + 1) { - s->len,segment, addr); addr = elf_add_gsym_reloc(s, segment, addr, R_X86_64_GOT32, true); } else if (wrt == elf_sym_sect + 1) { -- 2.7.4