initSymtabSectionHeader has the following line:
SHeader.sh_info = findLocalsNum(Symbols) + 1;
As was mentioned in a review comments for D60122,
it is never tested. The patch adds a test.
Differential D60192
[yaml2obj] - Check we correctly set the sh_info field of .symtab section. grimar on Apr 3 2019, 3:57 AM. Authored by
Details initSymtabSectionHeader has the following line: As was mentioned in a review comments for D60122,
Diff Detail Event Timeline
|
Could you add a non-local symbol for completeness, please?