]> git.ipfire.org Git - thirdparty/gcc.git/commit
libbacktrace: use real .opd for debuginfo on ppc64 v1 ABI
authorIan Lance Taylor <iant@golang.org>
Sat, 2 Mar 2024 02:50:03 +0000 (18:50 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 2 Mar 2024 02:53:16 +0000 (18:53 -0800)
commit282455d3132322885160d21e8d1da341de6b4484
treefeba59df5f6a9ecb89c8d7d5a3308c49703e8972
parent306a4c3223533d930521e80d5c455d379b0f48b5
libbacktrace: use real .opd for debuginfo on ppc64 v1 ABI

PR libbacktrace/114201
* elf.c (elf_add): Add caller_opd parameter.  Change all callers.
Release opd data after all recursive calls.
libbacktrace/elf.c