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

Fix alignment of 64-bit ints on x86 QNX 7.0 #2

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

Conversation

samkearney
Copy link
Collaborator

Preliminary PR before sending to the main repo.

In testing libc and std rust on x86 QNX Neutrino 7.0, I found that the data layout I had used previously had an error - on 32-bit x86, the nto/gcc toolchain aligns 64-bit integer types to 64 bits, which is different from Rust's assumed default of 32-bit alignment.

Separating this from the rest of my 7.0 std work because it is a bug in the already merged no_std support.

@samkearney samkearney requested a review from flba-eb June 8, 2023 16:36
@samkearney
Copy link
Collaborator Author

For some reason it will not let me request review from @gh-tr.

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