Skip to content

Commit

Permalink
Workaround libabigail weirness.
Browse files Browse the repository at this point in the history
As per usual, two runs of libabigail produce two different results :/

This removes the extra set of arguments it generated from
efidp_make_file() in efivar-36, because abicheck is complaining about
them going away, even though they're duplicates *and* other functions
have the same problem in the .abixml file.

I really wish this worked better.

Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed Dec 5, 2018
1 parent 6fe928b commit 8a217a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libefivar.abixml
Original file line number Diff line number Diff line change
Expand Up @@ -867,9 +867,6 @@
<return type-id='type-id-61'/>
</function-decl>
<function-decl name='efidp_make_file' mangled-name='efidp_make_file' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='efidp_make_file@@libefivar.so.0'>
<parameter type-id='type-id-32' name='buf'/>
<parameter type-id='type-id-61' name='size'/>
<parameter type-id='type-id-46' name='filepath'/>
<parameter type-id='type-id-32' name='buf'/>
<parameter type-id='type-id-61' name='size'/>
<parameter type-id='type-id-46' name='filepath'/>
Expand Down

0 comments on commit 8a217a5

Please sign in to comment.