diff options
author | Alan Modra <amodra@gmail.com> | 2006-10-23 02:41:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-10-23 02:41:11 +0000 |
commit | 9838404fe533d2f17fdc13960cfbaf6c7d097ceb (patch) | |
tree | abb85b8f6a33f26f35c9c04cbe005fd2bb889ace /bfd/ChangeLog | |
parent | 720194edb00c456106b98610104c8824b0b6b9a7 (diff) | |
download | gdb-9838404fe533d2f17fdc13960cfbaf6c7d097ceb.zip gdb-9838404fe533d2f17fdc13960cfbaf6c7d097ceb.tar.gz gdb-9838404fe533d2f17fdc13960cfbaf6c7d097ceb.tar.bz2 |
* elf32-score.c: Formatting.
(elf_backend_omit_section_dynsym): Define.
(score_elf_create_dynamic_relocation): Remove code copied from mips.
Don't use section syms in dynamic relocs. Remove unused param.
(score_elf_final_link_relocate): Remove unused param.
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 8ab000c..7792d8b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,13 @@ 2006-10-23 Alan Modra <amodra@bigpond.net.au> + * elf32-score.c: Formatting. + (elf_backend_omit_section_dynsym): Define. + (score_elf_create_dynamic_relocation): Remove code copied from mips. + Don't use section syms in dynamic relocs. Remove unused param. + (score_elf_final_link_relocate): Remove unused param. + +2006-10-23 Alan Modra <amodra@bigpond.net.au> + * linker.c (fix_syms): Choose best of previous and next section based on section flags and vma. |