diff options
| author | Ulrich Drepper <[email protected]> | 2006-07-06 23:58:40 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2006-07-06 23:58:40 +0000 |
| commit | 1b0714c81de473ad3a5ca88bd1c593d93a6ebcdd (patch) | |
| tree | 152b48dddb7a07fbe0a534242457277e60ab2199 /src/i386_ld.c | |
| parent | 7df97c777c3c8a688774882a1dd7d1701a127560 (diff) | |
Updated support for new hash table format.
Fix handling of discarded COMDAT symbols in ld.
Diffstat (limited to 'src/i386_ld.c')
| -rw-r--r-- | src/i386_ld.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
