diff options
author | Alan Modra <amodra@gmail.com> | 2006-11-07 03:24:13 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-11-07 03:24:13 +0000 |
commit | b3fac117e3a2cd364e0ef42254756cdabd027e8b (patch) | |
tree | de3a046a7db9b627dfddaef1906aadeede247d0e /bfd/ChangeLog | |
parent | 2f23e1502e9a307c3bb5acd9f016d2c1ab9b8981 (diff) | |
download | gdb-b3fac117e3a2cd364e0ef42254756cdabd027e8b.zip gdb-b3fac117e3a2cd364e0ef42254756cdabd027e8b.tar.gz gdb-b3fac117e3a2cd364e0ef42254756cdabd027e8b.tar.bz2 |
* elf64-ppc.c (struct ppc64_elf_obj_tdata): Remove "has_dotsym"
and union.
(struct ppc_link_hash_entry): Add "next_dot_sym".
(struct ppc_link_hash_table): Add "dot_syms".
(link_hash_newfunc): Make list of syms starting with a dot.
(ppc_get_stub_entry, adjust_opd_syms): Adjust.
(ppc64_elf_add_symbol_hook): Don't set has_dotsym.
(struct add_symbol_adjust_data): Delete.
(add_symbol_adjust): Simplify params and return.
(ppc64_elf_check_directives): Just process the "dot_syms" lists,
not all syms.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3b97d52..cd7e8f1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +2006-11-07 Alan Modra <amodra@bigpond.net.au> + + * elf64-ppc.c (struct ppc64_elf_obj_tdata): Remove "has_dotsym" + and union. + (struct ppc_link_hash_entry): Add "next_dot_sym". + (struct ppc_link_hash_table): Add "dot_syms". + (link_hash_newfunc): Make list of syms starting with a dot. + (ppc_get_stub_entry, adjust_opd_syms): Adjust. + (ppc64_elf_add_symbol_hook): Don't set has_dotsym. + (struct add_symbol_adjust_data): Delete. + (add_symbol_adjust): Simplify params and return. + (ppc64_elf_check_directives): Just process the "dot_syms" lists, + not all syms. + 2006-11-02 Daniel Jacobowitz <dan@codesourcery.com> * libbfd-in.h (_bfd_clear_contents): New prototype. |