From: Bob Wilson Date: Wed, 22 Mar 2006 21:46:16 +0000 (+0000) Subject: * elf32-xtensa.c (xtensa_read_table_entries): Remove assertion that X-Git-Tag: readline-pre-51-import~218 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a23c2c5e553d3160ec322999ee893d8baa05a4f;p=platform%2Fupstream%2Fbinutils.git * elf32-xtensa.c (xtensa_read_table_entries): Remove assertion that rel->r_addend is zero. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8895679..8f77cc3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2006-03-22 Bob Wilson + + * elf32-xtensa.c (xtensa_read_table_entries): Remove assertion that + rel->r_addend is zero. + 2006-03-22 Richard Sandiford * elfxx-mips.c (_bfd_mips_vxworks_finish_dynamic_symbol): Fix type diff --git a/bfd/elf32-xtensa.c b/bfd/elf32-xtensa.c index 18610c7..4dce0ea 100644 --- a/bfd/elf32-xtensa.c +++ b/bfd/elf32-xtensa.c @@ -640,7 +640,6 @@ xtensa_read_table_entries (bfd *abfd, { bfd_vma sym_off = get_elf_r_symndx_offset (abfd, r_symndx); BFD_ASSERT (sym_off == 0); - BFD_ASSERT (rel->r_addend == 0); blocks[block_count].address = (section_addr + sym_off + rel->r_addend + bfd_get_32 (abfd, table_data + rel->r_offset));