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 the build on targets with small data area #1692

Merged
merged 4 commits into from
Feb 6, 2018

Conversation

sylane
Copy link
Contributor

@sylane sylane commented Jan 24, 2018

When building OTP on PowerPC/RTEMS platform which have small data area with short addressing, we had to fix the section declaration of multiple variables and add missing explicit extern storage class.

peerst and others added 4 commits January 24, 2018 17:08
Otherwise on targets which have small data area with short addressing
like on PowerPC ther will be linking errors due to the mismatch of
declaration/usage and definition.
@CLAassistant
Copy link

CLAassistant commented Jan 24, 2018

CLA assistant check
All committers have signed the CLA.

@rickard-green rickard-green added the team:VM Assigned to OTP team VM label Jan 29, 2018
@garazdawi garazdawi added fix testing currently being tested, tag is used by OTP internal CI labels Jan 29, 2018
@garazdawi garazdawi self-assigned this Jan 29, 2018
@garazdawi garazdawi merged commit 3cb3d5c into erlang:master Feb 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants