diff options
author | Bob Wilson <bob.wilson@acm.org> | 2003-07-24 00:24:00 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2003-07-24 00:24:00 +0000 |
commit | 571b5725d553778700d9b2e8fb5d8ab8674468e3 (patch) | |
tree | 65b192b82fcceb81fad69ada9eef128dc986a7a9 /bfd/ChangeLog | |
parent | b536dc1e255dd86c8d25a969069dd21ea0ac6b35 (diff) | |
download | gdb-571b5725d553778700d9b2e8fb5d8ab8674468e3.zip gdb-571b5725d553778700d9b2e8fb5d8ab8674468e3.tar.gz gdb-571b5725d553778700d9b2e8fb5d8ab8674468e3.tar.bz2 |
* elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Make inline and move
near the beginning of the file. Swap order of arguments. Call
_bfd_elf_dynamic_symbol_p with "ignore_protected" set to 0.
(elf_xtensa_fix_refcounts): Adjust xtensa_elf_dynamic_symbol_p call.
(elf_xtensa_relocate_section): Likewise.
(shrink_dynamic_reloc_sections): Likewise.
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 a6938f8..8aa11a0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,14 @@ 2003-07-23 Bob Wilson <bob.wilson@acm.org> + * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Make inline and move + near the beginning of the file. Swap order of arguments. Call + _bfd_elf_dynamic_symbol_p with "ignore_protected" set to 0. + (elf_xtensa_fix_refcounts): Adjust xtensa_elf_dynamic_symbol_p call. + (elf_xtensa_relocate_section): Likewise. + (shrink_dynamic_reloc_sections): Likewise. + +2003-07-23 Bob Wilson <bob.wilson@acm.org> + * elf32-xtensa.c (plt_reloc_count): Fix typo in comment. (elf_xtensa_size_dynamic_sections): Use elf_discarded_section. (elf_xtensa_combine_prop_entries): Avoid returning non-zero without |