Changeset bbc9974a in rtems

Timestamp:
02/15/21 16:51:37 (3 years ago)
Author:
Kinsey Moore <kinsey.moore@…>
Branches:
master
Children:
9aff7e56
Parents:
2ee12f02
git-author:
Kinsey Moore <kinsey.moore@…> (02/15/21 16:51:37)
git-committer:
Joel Sherrill <joel@…> (03/05/21 14:43:15)
Message:

cpukit: Explicitly enforce alignment requirements

According to commentary on GCC bug
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99143, the alignment
behavior of linker sections on which RTEMS has relied was never
guaranteed to be consistent across platforms and any alignment
requirements for linker sections needs to be enforced explicitly.
This adds those explicit alignment requirements.

Closes #4255.

(No files)

Note: See TracChangeset for help on using the changeset viewer.