From d87a20bb6b005fe7104120f12eb5c9314e3240f8 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 9 Dec 2004 16:17:42 +0000 Subject: [PATCH] * elfcode.h (elf_slurp_reloc_table_from_section): Don't canonicalize ELF section symbols. --- bfd/ChangeLog | 5 +++++ bfd/elfcode.h | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 666927742f..d488fbb30b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2004-12-09 Daniel Jacobowitz + + * elfcode.h (elf_slurp_reloc_table_from_section): Don't canonicalize + ELF section symbols. + 2004-12-09 Ian Lance Taylor * elfxx-mips.c (mips_elf_calculate_relocation): For R_MIPS_JALR, diff --git a/bfd/elfcode.h b/bfd/elfcode.h index 303e46c7ba..a06b839e9a 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -1293,11 +1293,7 @@ elf_slurp_reloc_table_from_section (bfd *abfd, ps = symbols + ELF_R_SYM (rela.r_info) - 1; s = *ps; - /* Canonicalize ELF section symbols. FIXME: Why? */ - if ((s->flags & BSF_SECTION_SYM) == 0) - relent->sym_ptr_ptr = ps; - else - relent->sym_ptr_ptr = s->section->symbol_ptr_ptr; + relent->sym_ptr_ptr = ps; } relent->addend = rela.r_addend; -- 2.11.0