diff options
author | Alan Modra <amodra@gmail.com> | 2005-02-03 14:48:53 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-02-03 14:48:53 +0000 |
commit | 908b32fcc92e7117901d65cd2ad0dac90202f1ed (patch) | |
tree | 7009c671a4d17bcefa97156b0dced8ca4268aa83 /bfd/ChangeLog | |
parent | 4ea42fb74f7eeda2968163eaa74a10139c4a04b2 (diff) | |
download | gdb-908b32fcc92e7117901d65cd2ad0dac90202f1ed.zip gdb-908b32fcc92e7117901d65cd2ad0dac90202f1ed.tar.gz gdb-908b32fcc92e7117901d65cd2ad0dac90202f1ed.tar.bz2 |
* elf64-ppc.c (struct ppc_link_hash_entry): Add "fake".
(link_hash_newfunc): Clear all locals using memset.
(make_fdh): Remove flags param. Always create fake func desc
weak. Link the descriptor with the code entry sym.
(ppc64_elf_archive_symbol_lookup): Don't return fake syms.
(add_symbol_adjust): Adjust make_fdh call.
(func_desc_adjust): Likewise. Twiddle any pre-existing fake
descriptor to strong undefined if code entry is strong.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 064499a..dd7dbfa 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,16 @@ 2005-02-04 Alan Modra <amodra@bigpond.net.au> + * elf64-ppc.c (struct ppc_link_hash_entry): Add "fake". + (link_hash_newfunc): Clear all locals using memset. + (make_fdh): Remove flags param. Always create fake func desc + weak. Link the descriptor with the code entry sym. + (ppc64_elf_archive_symbol_lookup): Don't return fake syms. + (add_symbol_adjust): Adjust make_fdh call. + (func_desc_adjust): Likewise. Twiddle any pre-existing fake + descriptor to strong undefined if code entry is strong. + +2005-02-04 Alan Modra <amodra@bigpond.net.au> + * elflink.c (bfd_elf_record_link_assignment): Do "provide" symbol lookup here. Set to new before calling bfd_link_repair_undef_list. (elf_smash_syms): Check that u.undef.weak isn't the not_needed bfd. |