We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c27010 commit 8be5db0Copy full SHA for 8be5db0
objdiff-core/src/arch/ppc/mod.rs
@@ -368,7 +368,8 @@ impl Arch for ArchPpc {
368
match symbol.name() {
369
Ok(name) => {
370
if name.starts_with("except_data_")
371
- || (name.starts_with("__unwind") && !diff_config.ppc_show_unwinds)
+ || ((name.starts_with("__unwind") || name.starts_with("__catch"))
372
+ && !diff_config.ppc_show_unwinds)
373
{
374
SymbolFlag::Hidden.into()
375
} else {
0 commit comments