aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-09-16 13:43:36 +0000
committerAlan Modra <amodra@gmail.com>2008-09-16 13:43:36 +0000
commite87d403811e6f31fde1848a31c9e1feec914b37e (patch)
tree05477645e2688d3d0b51960f8d082a6ada6cfdfd /bfd/ChangeLog
parent9fa33bee6aec64ced030474bac301a5dd56cf6c2 (diff)
downloadgdb-e87d403811e6f31fde1848a31c9e1feec914b37e.zip
gdb-e87d403811e6f31fde1848a31c9e1feec914b37e.tar.gz
gdb-e87d403811e6f31fde1848a31c9e1feec914b37e.tar.bz2
PR 6844
* elf32-ppc.c (SYM_VAL): Define. Use throughout to find symbol vma. (ppc_elf_relocate_section): Correct GOT offset calculation. (ppc_elf_finish_dynamic_symbol): Use PPC_HA and PPC_LO. (ppc_elf_finish_dynamic_sections): Likewise. Error if htab->elf.hgot symbol is not defined in htab->got section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c9cbe0c..6a2e8f3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,14 @@
2008-09-16 Alan Modra <amodra@bigpond.net.au>
+ PR 6844
+ * elf32-ppc.c (SYM_VAL): Define. Use throughout to find symbol vma.
+ (ppc_elf_relocate_section): Correct GOT offset calculation.
+ (ppc_elf_finish_dynamic_symbol): Use PPC_HA and PPC_LO.
+ (ppc_elf_finish_dynamic_sections): Likewise. Error if
+ htab->elf.hgot symbol is not defined in htab->got section.
+
+2008-09-16 Alan Modra <amodra@bigpond.net.au>
+
PR 6888
* elf32-ppc.c (ppc_elf_relocate_section): Handle NULL symbol section
on R_PPC_TOC16, R_PPC_SDAREL16, R_PPC_EMB_SDA2REL, R_PPC_EMB_SDA21,