Add SPARC to the list of platforms for which we provide a full
unwind implementation which leads to _Unwind_Backtrace being defined within
libunwind.so.
Likewise for PPC (see D118320 for background).
Differential D119068
[libunwind] Define _Unwind_Backtrace for powerpc, sparc thesamesam on Feb 5 2022, 9:15 PM. Authored by
Details
Add SPARC to the list of platforms for which we provide a full Likewise for PPC (see D118320 for background).
Diff Detail
Event TimelineComment Actions During investigation for D118320, it was found that:
So problem with functions such as _Unwind_Backtrace not being available is probably also present in libunwind built by GCC on PPC32. Comment Actions Looks okay here too check-unwind tests passes and _Unwind_Backtrace seems to work on Gentoo/sparc64, at least. [100%] Running libunwind tests -- Testing: 11 tests, 11 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 1.82s Unsupported: 4 Passed : 7 [100%] Built target check-unwind |