diff options
author | Bob Wilson <bob.wilson@acm.org> | 2007-02-05 17:42:38 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2007-02-05 17:42:38 +0000 |
commit | f1ab23406b16f148da6a95860e57cac688a2690c (patch) | |
tree | d28f87faedf358ff4149165be7a347965d63d9be /bfd/ChangeLog | |
parent | e5f131d1dc43f6f998d0b9375e2589b7e0a683fe (diff) | |
download | gdb-f1ab23406b16f148da6a95860e57cac688a2690c.zip gdb-f1ab23406b16f148da6a95860e57cac688a2690c.tar.gz gdb-f1ab23406b16f148da6a95860e57cac688a2690c.tar.bz2 |
* elf32-xtensa.c (elf_xtensa_make_sym_local): Delete.
(elf_xtensa_hide_symbol, elf_backend_hide_symbol): Delete.
(elf_xtensa_fix_refcounts, elf_xtensa_allocate_plt_size)
(elf_xtensa_allocate_got_size): Replace these with...
(elf_xtensa_allocate_dynrelocs): ...this new function.
(elf_xtensa_size_dynamic_sections): Use it.
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 45aa9bd..3f41881 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,14 @@ 2007-02-05 Bob Wilson <bob.wilson@acm.org> + * elf32-xtensa.c (elf_xtensa_make_sym_local): Delete. + (elf_xtensa_hide_symbol, elf_backend_hide_symbol): Delete. + (elf_xtensa_fix_refcounts, elf_xtensa_allocate_plt_size) + (elf_xtensa_allocate_got_size): Replace these with... + (elf_xtensa_allocate_dynrelocs): ...this new function. + (elf_xtensa_size_dynamic_sections): Use it. + +2007-02-05 Bob Wilson <bob.wilson@acm.org> + * elf32-xtensa.c (elf_howto_table) <R_XTENSA_GLOB_DAT> <R_XTENSA_JMP_SLOT, R_XTENSA_RELATIVE, R_XTENSA_PLT, R_XTENSA_DIFF32>: Set src_mask to zero. |