diff options
author | Will Newton <willnewton@sourceware.org> | 2013-06-11 09:25:53 +0000 |
---|---|---|
committer | Will Newton <willnewton@sourceware.org> | 2013-06-11 09:25:53 +0000 |
commit | 3368874f758405fa20d779077d66dc62095e9d0a (patch) | |
tree | d27595d8c32c7d085be4008eb6720cb9576bf4ba /bfd/ChangeLog | |
parent | 47fc0f1f211b925f68e4bb8d34b5df5479fd5596 (diff) | |
download | gdb-3368874f758405fa20d779077d66dc62095e9d0a.zip gdb-3368874f758405fa20d779077d66dc62095e9d0a.tar.gz gdb-3368874f758405fa20d779077d66dc62095e9d0a.tar.bz2 |
bfd/elf64-aarch64.c: Use ELF64_R_SYM instead of ELF32_R_SYM.
Fix incorrect usage of ELF32_R_SYM introduced in ifunc changes.
bfd/ChangeLog:
2013-06-11 Will Newton <will.newton@linaro.org>
* elf64-aarch64.c (elf_aarch64_get_local_sym_hash): Use
ELF64_R_SYM instead of ELF32_R_SYM.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cfe54f9..192c3ee6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2013-06-11 Will Newton <will.newton@linaro.org> + + * elf64-aarch64.c (elf_aarch64_get_local_sym_hash): Use + ELF64_R_SYM instead of ELF32_R_SYM. + 2013-06-11 Nick Clifton <nickc@redhat.com> * elf32-rl78.c (rl78_elf_finish_dynamic_sections): Onlly run |