summaryrefslogtreecommitdiff
path: root/tests/testfile-annobingroup-i386.o.bz2
Commit message (Collapse)AuthorAgeFilesLines
* unstrip: Also check sh_size in compare_unalloc_sections.Mark Wielaard2018-07-271-0/+0
compare_unalloc_sections only checked sh_flags and the section names. This would cause stripped/debug section mismatches when there were multiple sections with the same name and flags. Fix this by also checking the size of the section matches. Add a testcase that has two ".group" sections created on i386 with the gcc annobin plugin. Signed-off-by: Mark Wielaard <mark@klomp.org>