Skip to content

Remove kind='static' from Redox linkage #490

New issue

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

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

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jan 7, 2017
Merged

Remove kind='static' from Redox linkage #490

merged 1 commit into from
Jan 7, 2017

Conversation

jackpot51
Copy link
Contributor

Our cross compiler links binaries statically, and the rustc target has dynamic linking disabled - adding kind = "static" is not necessary.

@rust-highfive
Copy link

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Jan 7, 2017

📌 Commit 52369bc has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Jan 7, 2017

⌛ Testing commit 52369bc with merge 95d5534...

bors added a commit that referenced this pull request Jan 7, 2017
Remove kind='static' from Redox linkage

Our cross compiler links binaries statically, and the rustc target has dynamic linking disabled - adding kind = "static" is not necessary.
@bors
Copy link
Contributor

bors commented Jan 7, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 95d5534 to master...

@bors bors merged commit 52369bc into rust-lang:master Jan 7, 2017
Susurrus pushed a commit to Susurrus/libc that referenced this pull request Mar 26, 2017
Ensure child stack passed to clone is 16 byte aligned.

The current implementation assumes that the array passed by the caller is word aligned (which I don't think Rust guarantees for [u8]) and a multiple of the word size.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants