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

Don't do unaligned accesses #1859

Merged
merged 1 commit into from
Jan 14, 2014
Merged

Don't do unaligned accesses #1859

merged 1 commit into from
Jan 14, 2014

Conversation

jpf91
Copy link
Contributor

@jpf91 jpf91 commented Jan 14, 2014

Avoid unaligned accesses as those can fail on older ARM chips.

Note: This is part of a set of changes which are required to get test suite & unit tests passing on ARM GDC. All necessary changes for GDC are here for reference:
https://github.com/jpf91/GDC/commits/arm-old

Once these pull requests are merged upstream I'll merge them into GDC as well.

@monarchdodra
Copy link
Collaborator

Auto-merge toggled on

monarchdodra added a commit that referenced this pull request Jan 14, 2014
Don't do unaligned accesses
@monarchdodra monarchdodra merged commit 2227fb6 into dlang:master Jan 14, 2014
@jpf91
Copy link
Contributor Author

jpf91 commented Jan 15, 2014

thanks

@jpf91 jpf91 deleted the arm-1 branch January 15, 2014 08:20
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.

2 participants