Skip to content

read/coff: fix has_aux_function for weak externals #772

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

philipc
Copy link
Contributor

@philipc philipc commented May 22, 2025

has_aux_function previously matched weak externals too, resulting in a wrong interpretation of their auxiliary symbol in the readobj example.

Removed use of else for checking auxiliary symbols in readobj so that it is more apparent when these are wrong.

Also add objdump and readobj test output for weak externals.

cc @MEhrn00

has_aux_function previously matched weak externals too, resulting in
a wrong interpretation of their auxiliary symbol in the readobj
example.

Removed use of `else` for checking auxiliary symbols in readobj
so that it is more apparent when these are wrong.

Also add objdump and readobj test output for weak externals.
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

Successfully merging this pull request may close these issues.

1 participant