Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
read/coff: improve detection of auxiliary symbols for sections (#603)
Previously we wrongly excluded section symbols with non-zero values, and wrongly included function symbols with zero values. This also means that we give them the correct symbol kind, and that we exclude them from the symbol map. Note that we still don't give the correct symbol kind to section symbols that don't have an auxiliary symbol.
- Loading branch information