PR 30916
* testsuite/binutils-all/addr2line.exp: Do not use PowerPC specific options when working with a MUSL target.
+2023-10-05 A. Wilcox <awilfox@adelielinux.org>w
+
+ PR 30916
+ * testsuite/binutils-all/addr2line.exp: Do not use PowerPC
+ specific options when working with a MUSL target.
+
2023-10-02 Vsevolod Alekseyev <sevaa@sprynet.com>
PR 29267
set exe [exeext]
# powerpc64 function symbols are on descriptors rather than code.
-if [istarget powerpc64-*-*] {
+# MUSL uses the ELFv2 ABI for PowerPC, so the problem does not apply there.
+if { [istarget powerpc64-*-*] && ![istarget powerpc64-*-musl] } {
set opts --synthetic
set dot {\.}
}