diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-05-19 19:30:45 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-05-19 19:30:45 +0000 |
commit | a44acb1ed2e00707e619ef389d38572de2530d76 (patch) | |
tree | be41b788103077d8c5cbfe126d3d939ec154d36d /bfd/ChangeLog | |
parent | 751c1fe7eaecddf885f29a2aba76981e495371f0 (diff) | |
download | gdb-a44acb1ed2e00707e619ef389d38572de2530d76.zip gdb-a44acb1ed2e00707e619ef389d38572de2530d76.tar.gz gdb-a44acb1ed2e00707e619ef389d38572de2530d76.tar.bz2 |
* elf64-mips.c (elf_backend_got_header_size): Correct definition.
* elfxx-mips.c (_bfd_mips_elf_adjust_dynamic_symbol): Use the ELF
backend's GOT header size instead of hardcoding it.
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 a3daca5..efa6cb7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2012-05-19 Maciej W. Rozycki <macro@linux-mips.org> + * elf64-mips.c (elf_backend_got_header_size): Correct definition. + * elfxx-mips.c (_bfd_mips_elf_adjust_dynamic_symbol): Use the ELF + backend's GOT header size instead of hardcoding it. + +2012-05-19 Maciej W. Rozycki <macro@linux-mips.org> + * elf32-vax.c (elf_vax_relocate_section) <R_VAX_8, R_VAX_16, R_VAX_32>: Don't check if info->shared again. |