diff options
author | Bob Wilson <bob.wilson@acm.org> | 2004-04-27 21:28:16 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2004-04-27 21:28:16 +0000 |
commit | 3ba3bc8c61e4a2da48d0db0d9d28ac2d679aa9b7 (patch) | |
tree | 7269e05305c9d441a051cb111623e97104ac9247 /bfd/ChangeLog | |
parent | a9c7fee1f4a4969ace9759b45c4c698bf0592916 (diff) | |
download | gdb-3ba3bc8c61e4a2da48d0db0d9d28ac2d679aa9b7.zip gdb-3ba3bc8c61e4a2da48d0db0d9d28ac2d679aa9b7.tar.gz gdb-3ba3bc8c61e4a2da48d0db0d9d28ac2d679aa9b7.tar.bz2 |
* elf32-xtensa.c (xtensa_read_table_entries): Use section _cooked_size
if set. Check reloc_done flag before applying relocations. Use
output addresses, both when applying relocations and when comparing
against the specified section.
(elf_xtensa_relocate_section): Use output address to check if dynamic
reloc is in a literal pool. Set section's reloc_done flag.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 18d734f..9962fb5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2004-04-27 Bob Wilson <bob.wilson@acm.org> + + * elf32-xtensa.c (xtensa_read_table_entries): Use section _cooked_size + if set. Check reloc_done flag before applying relocations. Use + output addresses, both when applying relocations and when comparing + against the specified section. + (elf_xtensa_relocate_section): Use output address to check if dynamic + reloc is in a literal pool. Set section's reloc_done flag. + 2004-04-27 H.J. Lu <hongjiu.lu@intel.com> * elf32-sh64.c (elf_backend_section_flags): New. Defined. |