diff options
author | Alan Modra <amodra@gmail.com> | 2005-07-26 12:06:38 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-07-26 12:06:38 +0000 |
commit | 87538722bef4cace47cfb29d79ecab3a2de0a962 (patch) | |
tree | 6e8cc7d401ac7a8d395b138b2f8332b5770a9212 /bfd/ChangeLog | |
parent | 9e8cc8b4bf949f1246146cc6c857a877e0d454d3 (diff) | |
download | gdb-87538722bef4cace47cfb29d79ecab3a2de0a962.zip gdb-87538722bef4cace47cfb29d79ecab3a2de0a962.tar.gz gdb-87538722bef4cace47cfb29d79ecab3a2de0a962.tar.bz2 |
* elflink.c (elf_gc_mark_dynamic_ref_symbol): Handle -shared.
(bfd_elf_gc_sections): Allow -gc-sections when -shared.
* elf32-ppc.c (ppc_elf_gc_sweep_hook): Correct for -shared.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4276dd8..062d9e4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2005-07-26 Alan Modra <amodra@bigpond.net.au> + * elflink.c (elf_gc_mark_dynamic_ref_symbol): Handle -shared. + (bfd_elf_gc_sections): Allow -gc-sections when -shared. + * elf32-ppc.c (ppc_elf_gc_sweep_hook): Correct for -shared. + +2005-07-26 Alan Modra <amodra@bigpond.net.au> + * elflink.c (elf_gc_sweep): Move gcc_except_table code.. (bfd_elf_gc_sections): ..to here. |