Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The ABI of inlined functions. #2

Open
woodard opened this issue Jun 7, 2021 · 1 comment
Open

The ABI of inlined functions. #2

woodard opened this issue Jun 7, 2021 · 1 comment

Comments

@woodard
Copy link
Collaborator

woodard commented Jun 7, 2021

Right now libabigail only checks the exported functions from the symtab. It also needs to go through the functions which are inlined.

@woodard
Copy link
Collaborator Author

woodard commented Jun 7, 2021

potential heuristic

given:
abicompat app lib1 lib2
if an inlined function exists in app then
the prototype and the types referenced by that prototype that exist in lib1 need to also be the same in lib2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant