Skip to content

Fix libFoundation.so being flagged as requiring executable stack #763

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
Jan 6, 2017
Merged

Fix libFoundation.so being flagged as requiring executable stack #763

merged 1 commit into from
Jan 6, 2017

Conversation

thorsteneb
Copy link
Contributor

@thorsteneb thorsteneb commented Jan 6, 2017

libFoundation.so is flagged as requiring an executable stack on Linux, although it does not. This is due to GNU as behavior.
Please see discussion at https://bugs.swift.org/browse/SR-2700?jql=text%20~%20%22executable%20stack%22

This was already intended to be solved by #649, but did not work as intended in Ubuntu. Checking for __GNUC__ in addition resolves the issue.

libFoundation.so is flagged as requiring an executable stack on Linux, although it does not. This is due to GNU as behavior.
Please see discussion at https://bugs.swift.org/browse/SR-2700?jql=text%20~%20%22executable%20stack%22

This was already intended to be solved by #649, but did not work as intended in Ubuntu. Checking for __GNUC__ in addition resolves the issue.
@parkera
Copy link
Contributor

parkera commented Jan 6, 2017

Thanks!

@parkera
Copy link
Contributor

parkera commented Jan 6, 2017

@swift-ci please test and merge

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.

4 participants