Skip to content

Add getauxval for 64-bit Android #1991

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

Merged

Conversation

jack-signal
Copy link
Contributor

@jack-signal jack-signal commented Dec 7, 2020

Fixes #1987

This adds getauxval declaration on all 64-bit Android targets. This function was not declared in Bionic until API level 18. 64-bit support was added to Android in 5.0 (API level 21) thus all 64-bit targets (including AFAICT MIPS64 though I am not able to confirm this) should have getauxval declared.

The AT_ constants should be the same on all platforms.

@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@JohnTitor
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Dec 8, 2020

📌 Commit 3635a90 has been approved by JohnTitor

@bors
Copy link
Contributor

bors commented Dec 8, 2020

⌛ Testing commit 3635a90 with merge ec8d811...

bors added a commit that referenced this pull request Dec 8, 2020
…id, r=JohnTitor

Add getauxval for 64-bit Android

Fixes #1987

This adds `getauxval` declaration on all 64-bit Android targets. This function was not declared in Bionic until API level 18. 64-bit support was added to Android in 5.0 (API level 21) thus all 64-bit targets (including AFAICT MIPS64 though I am not able to confirm this) should have `getauxval` declared.

The `AT_` constants should be the same on all platforms.
@bors
Copy link
Contributor

bors commented Dec 8, 2020

💔 Test failed - checks-actions

@JohnTitor
Copy link
Member

Caused by:
  process didn't exit successfully: `qemu-mips -L /toolchain/staging_dir/toolchain-mips_24kc_gcc-7.4.0_musl /checkout/target/mips-unknown-linux-musl/debug/deps/cmsg-b71a9b7d7603f07d` (signal: 11, SIGSEGV: invalid memory reference)

Spurious? @bors retry

@bors
Copy link
Contributor

bors commented Dec 8, 2020

⌛ Testing commit 3635a90 with merge 72e7f32...

bors added a commit that referenced this pull request Dec 8, 2020
…id, r=JohnTitor

Add getauxval for 64-bit Android

Fixes #1987

This adds `getauxval` declaration on all 64-bit Android targets. This function was not declared in Bionic until API level 18. 64-bit support was added to Android in 5.0 (API level 21) thus all 64-bit targets (including AFAICT MIPS64 though I am not able to confirm this) should have `getauxval` declared.

The `AT_` constants should be the same on all platforms.
@bors
Copy link
Contributor

bors commented Dec 8, 2020

💔 Test failed - checks-actions

@JohnTitor
Copy link
Member

JohnTitor commented Dec 8, 2020

Ah, you should import header files here to pass the tests:

headers! { cfg:

@jack-signal
Copy link
Contributor Author

Should be ready for a retry

@JohnTitor
Copy link
Member

Let's try with a new bors feature.

@bors squash r+

@bors
Copy link
Contributor

bors commented Dec 9, 2020

📌 Commit 71bfcb8 has been approved by JohnTitor

@bors
Copy link
Contributor

bors commented Dec 9, 2020

⌛ Testing commit 71bfcb8 with merge 71daf0c...

@bors
Copy link
Contributor

bors commented Dec 9, 2020

☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13
Approved by: JohnTitor
Pushing 71daf0c to master...

@bors bors merged commit 71daf0c into rust-lang:master Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add getauxval for Android
4 participants