Try to find section .opd in read_elf_object
commit42aa6cd1cd7845478cbe6ae2a454a7edc0bde587
authorAaron Merey <amerey@redhat.com>
Mon, 18 Sep 2023 21:42:42 +0000 (18 17:42 -0400)
committerAaron Merey <amerey@redhat.com>
Thu, 21 Sep 2023 21:45:30 +0000 (21 17:45 -0400)
treea9f5f9d2eb60309a5b368a16b3a79bf1989fb499
parent06b74252de278528472f67974a9b3aa6368c4247
Try to find section .opd in read_elf_object

read_elf_debug skips checking for .opd ELF section, causing
assert failures on PPC BE.

This patch adds the missing check for .opd.
coregrind/m_debuginfo/readelf.c