diff options
author | Bob Wilson <bob.wilson@acm.org> | 2007-04-27 20:10:47 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2007-04-27 20:10:47 +0000 |
commit | 951474417ee6263bc2c11bba2cd753bd4380a50b (patch) | |
tree | abab1bfbe094871c7bddf104621b83e26a43ad50 /bfd/ChangeLog | |
parent | bcc2cc8eff34eec7072665903fa6f6f6df6f0401 (diff) | |
download | gdb-951474417ee6263bc2c11bba2cd753bd4380a50b.zip gdb-951474417ee6263bc2c11bba2cd753bd4380a50b.tar.gz gdb-951474417ee6263bc2c11bba2cd753bd4380a50b.tar.bz2 |
* elf32-xtensa.c (elf_xtensa_make_sym_local): Restore deleted function.
(elf_xtensa_hide_symbol, elf_backend_hide_symbol): Likewise.
(elf_xtensa_allocate_dynrelocs): Use elf_xtensa_make_sym_local.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 55849ac..fb5af0b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2007-04-27 Bob Wilson <bob.wilson@acm.org> + * elf32-xtensa.c (elf_xtensa_make_sym_local): Restore deleted function. + (elf_xtensa_hide_symbol, elf_backend_hide_symbol): Likewise. + (elf_xtensa_allocate_dynrelocs): Use elf_xtensa_make_sym_local. + +2007-04-27 Bob Wilson <bob.wilson@acm.org> + * elf32-xtensa.c (xtensa_read_table_entries): Step through table contents and relocs in parallel. |