re PR other/82368 (with r253275 several new test cases in libbacktrace fail)
authorJakub Jelinek <jakub@redhat.com>
Wed, 14 Feb 2018 14:19:36 +0000 (15:19 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 14 Feb 2018 14:19:36 +0000 (15:19 +0100)
commitda07141fd73342113551814b404044e9ca72afdb
tree31d240364aa11cf16b588eaed5a4178958b608e5
parent316b2a2d842eca1cf1a2f31afba946d6328c5477
re PR other/82368 (with r253275 several new test cases in libbacktrace fail)

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.

From-SVN: r257658
libbacktrace/ChangeLog
libbacktrace/elf.c