PR other/82368
commit9d9c29a1aa9837578feb803888454a5844537ebf
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Feb 2018 14:19:36 +0000 (14 14:19 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Feb 2018 14:19:36 +0000 (14 14:19 +0000)
tree31d240364aa11cf16b588eaed5a4178958b608e5
parentb33d265790f05f580893be338f3565da650dd2e3
PR other/82368
* elf.c (EM_PPC64, EF_PPC64_ABI): Undefine and define.
(struct elf_ppc64_opd_data): New type.
(elf_initialize_syminfo): Add opd argument, handle symbols
pointing into the PowerPC64 ELFv1 .opd section.
(elf_add): Read .opd section on PowerPC64 ELFv1, pass pointer
to structure with .opd data to elf_initialize_syminfo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257658 138bc75d-0d04-0410-961f-82ee72b054a4
libbacktrace/ChangeLog
libbacktrace/elf.c