mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-11 06:27:55 +00:00
mips: Ignore .NON_MATCHING functions from INLINE_ASM macros
This commit is contained in:
@@ -232,6 +232,7 @@ fn report_object(
|
||||
if symbol.section != Some(section_idx)
|
||||
|| symbol.size == 0
|
||||
|| symbol.flags.contains(SymbolFlag::Hidden)
|
||||
|| symbol.flags.contains(SymbolFlag::Ignored)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user