diff options
author | Alan Modra <amodra@gmail.com> | 2004-11-04 11:55:13 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-11-04 11:55:13 +0000 |
commit | c5614fa4606bc57532bebea972ce43bb434b6084 (patch) | |
tree | b21e5891be5a4ac97410b24026afaf1192956e53 /bfd/ChangeLog | |
parent | 9306ca4a205ea71479693f53f777ab04f55b4d49 (diff) | |
download | gdb-c5614fa4606bc57532bebea972ce43bb434b6084.zip gdb-c5614fa4606bc57532bebea972ce43bb434b6084.tar.gz gdb-c5614fa4606bc57532bebea972ce43bb434b6084.tar.bz2 |
bfd/
* elf64-ppc.h (ppc64_elf_edit_toc): Declare.
* elf64-ppc.c (struct ppc_link_hash_entry <adjust_done>): Update
comment.
(struct adjust_toc_info): New.
(adjust_toc_syms, ppc64_elf_edit_toc): New functions.
ld/
* emultempl/ppc64elf.em (no_tls_opt): Rename from notlsopt.
(no_opd_opt, no_toc_opt): New static vars.
(ppc_before_allocation): Don't edit opt if no_opd_opt. Call
ppc64_elf_edit_toc.
(OPTION_NO_OPD_OPT, OPTION_NO_TOC_OPT): Define.
(PARSE_AND_LIST_LONGOPTS): Add no-opd-optimize and no-toc-optimize.
(PARSE_AND_LIST_OPTIONS): Describe new options.
(PARSE_AND_LIST_ARGS_CASES): Handle them.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 93d96e4..e2e79d0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2004-11-04 Alan Modra <amodra@bigpond.net.au> + + * elf64-ppc.h (ppc64_elf_edit_toc): Declare. + * elf64-ppc.c (struct ppc_link_hash_entry <adjust_done>): Update + comment. + (struct adjust_toc_info): New. + (adjust_toc_syms, ppc64_elf_edit_toc): New functions. + 2004-11-03 Bob Wilson <bob.wilson@acm.org> * elf.c (assign_file_positions_for_segments): Set next_file_pos even |