From 41031221c82384f40b5664b5e12b1a81eefcdfe6 Mon Sep 17 00:00:00 2001 From: gus knight Date: Mon, 27 Jul 2015 12:43:40 -0400 Subject: Trim trailing spaces everywhere. --- tccelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tccelf.c') diff --git a/tccelf.c b/tccelf.c index 1f87946..5e68e93 100644 --- a/tccelf.c +++ b/tccelf.c @@ -1179,7 +1179,7 @@ static unsigned long put_got_entry(TCCState *s1, p[11] = 0xe9; /* jmp plt_start */ put32(p + 12, -(plt->data_offset)); - /* If this was an UNDEF symbol set the offset in the + /* If this was an UNDEF symbol set the offset in the dynsymtab to the PLT slot, so that PC32 relocs to it can be resolved. */ if (sym->st_shndx == SHN_UNDEF) -- cgit v1.3.1