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 82a5f6b commit e87ea2cCopy full SHA for e87ea2c
objdiff-core/src/obj/read.rs
@@ -50,9 +50,9 @@ fn map_symbol(
50
let section_name = section.name().context("Failed to process section name")?;
51
name = format!("[{section_name}]");
52
// For section symbols, set the size to zero. If the size is non-zero, it will be included
53
- // in the diff. The size inference logic below may set the size back to the section size for
54
- // some sections, thus acting as a placeholder symbol to allow diffing an entire section at
55
- // once.
+ // in the diff. The size inference logic below will set the size back to the section size
+ // for data sections, thus acting as a placeholder symbol to allow diffing an entire section
+ // at once.
56
size = 0;
57
}
58
0 commit comments