diff options
author | Bob Wilson <bob.wilson@acm.org> | 2008-02-04 23:13:24 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2008-02-04 23:13:24 +0000 |
commit | d9ab3f2902162ea159967fb412a4038bf6b8e958 (patch) | |
tree | 7ffb7e7ea9352ad2af857e925e80bad24ed95457 /bfd/ChangeLog | |
parent | f7f57253b107f2f69eccbca79da493cbd2e22a66 (diff) | |
download | gdb-d9ab3f2902162ea159967fb412a4038bf6b8e958.zip gdb-d9ab3f2902162ea159967fb412a4038bf6b8e958.tar.gz gdb-d9ab3f2902162ea159967fb412a4038bf6b8e958.tar.bz2 |
* elf32-xtensa (elf_xtensa_relocate_section): After finding an invalid
relocation, do not continue processing it. Ignore R_XTENSA_ASM_EXPAND
relocations against dynamic symbols.
(elf_xtensa_finish_dynamic_sections): Do not fail if there is no
.xt.lit section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4bf8ef7..6c9e799 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2008-02-04 Bob Wilson <bob.wilson@acm.org> + + * elf32-xtensa (elf_xtensa_relocate_section): After finding an invalid + relocation, do not continue processing it. Ignore R_XTENSA_ASM_EXPAND + relocations against dynamic symbols. + (elf_xtensa_finish_dynamic_sections): Do not fail if there is no + .xt.lit section. + 2008-02-04 Kai Tietz <kai.tietz@onevision.com> H.J. Lu <hongjiu.lu@intel.com> |