From 1b0714c81de473ad3a5ca88bd1c593d93a6ebcdd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 6 Jul 2006 23:58:40 +0000 Subject: Updated support for new hash table format. Fix handling of discarded COMDAT symbols in ld. --- src/i386_ld.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/i386_ld.c') diff --git a/src/i386_ld.c b/src/i386_ld.c index 60e45f3f..c79804cd 100644 --- a/src/i386_ld.c +++ b/src/i386_ld.c @@ -149,8 +149,8 @@ elf_i386_relocate_section (struct ld_state *statep __attribute__ ((unused)), assert (xndx < SHN_LORESERVE || xndx > SHN_HIRESERVE); /* We fortunately don't have to do much. The relocations - mostly get only updates of the offset. Only is a - relocation referred to a section do we have to do + mostly get only updates of the offset. Only for a + relocation referring to a section do we have to do something. In this case the reference to the sections has no direct equivalent since the part the input section contributes need not start at the same offset as in the -- cgit v1.2.3