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

Use Arm EABI section to detect hard-/softfloat usage #960

Merged

Conversation

matthiasblaesing
Copy link
Member

This is an update to PR 863: Old toolchains produce binaries without
hard-/softfloat markers. Rasbian is missinng the markers and the oracle
JDK is also affected.

For hardfloat detection now also the Arm EABI section is also considered.

If either the elf hardfloat flag is set or the Arm EABI section indicates
hardfloat the binary is reported as hardfloat.

This is an update to PR 863: Old toolchains produce binaries without
hard-/softfloat markers. Rasbian is missinng the markers and the oracle 
JDK is also affected.

For hardfloat detection now also the Arm EABI section is also considered.

If either the elf hardfloat flag is set or the Arm EABI section indicates
hardfloat the binary is reported as hardfloat.
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