Skip to content

Fix section of __morestack for aarch64-unknown-linux-gnu #27019

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
merged 1 commit into from
Jul 17, 2015

Conversation

akosthekiss
Copy link
Contributor

When building for AArch64/Linux, __morestack ends up in the .note.GNU-stack section,
which causes missing references for the linker. By using the func/endfunc macros
from macros.S we get __morestack right to .text (and a bit more on the side).

When building for AArch64/Linux, __morestack ends up in the .note.GNU-stack section,
which causes missing references for the linker. By using the func/endfunc macros
from macros.S we get __morestack right to .text (and a bit more on the side).
@rust-highfive
Copy link
Contributor

r? @nikomatsakis

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

@alexcrichton
Copy link
Member

@bors: r+ eaee43a

@bors
Copy link
Collaborator

bors commented Jul 14, 2015

⌛ Testing commit eaee43a with merge 27b2378...

@bors
Copy link
Collaborator

bors commented Jul 14, 2015

💔 Test failed - auto-mac-64-opt

@akosthekiss
Copy link
Contributor Author

Just checked the logs. Can't see how this patch might have caused that timeout in the tests :(

@bluss
Copy link
Member

bluss commented Jul 14, 2015

@bors retry

@bors
Copy link
Collaborator

bors commented Jul 14, 2015

⌛ Testing commit eaee43a with merge a6ede10...

bors added a commit that referenced this pull request Jul 14, 2015
…ichton

When building for AArch64/Linux, __morestack ends up in the .note.GNU-stack section,
which causes missing references for the linker. By using the func/endfunc macros
from macros.S we get __morestack right to .text (and a bit more on the side).
@edunham
Copy link
Member

edunham commented Jul 15, 2015

Adding infra tag because this appears to be an example of builders failing to time out

@alexcrichton
Copy link
Member

@bors: retry force clean

Manishearth added a commit to Manishearth/rust that referenced this pull request Jul 16, 2015
…n, r=alexcrichton

 When building for AArch64/Linux, __morestack ends up in the .note.GNU-stack section,
which causes missing references for the linker. By using the func/endfunc macros
from macros.S we get __morestack right to .text (and a bit more on the side).
@alexcrichton
Copy link
Member

@bors: retry force clean

@alexcrichton
Copy link
Member

Closing to see if this kicks homu...

@alexcrichton alexcrichton reopened this Jul 16, 2015
@bors bors merged commit eaee43a into rust-lang:master Jul 17, 2015
@akosthekiss akosthekiss deleted the pr-aarch64-morestack-section branch July 23, 2015 23:02
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.

7 participants