Changeset 8e80876 in rtems

Timestamp:
04/03/20 07:47:21 (4 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
50782bc5
Parents:
1483012
git-author:
Sebastian Huber <sebastian.huber@…> (04/03/20 07:47:21)
git-committer:
Sebastian Huber <sebastian.huber@…> (04/03/20 13:48:58)
Message:

score: Fix _ISR_Stack_area_end

The _ISR_Stack_area_begin and _ISR_Stack_area_end symbols are in
different sections. They must have the same alignment, otherwise the
following linker directive could separate them:

*(SORT_BY_ALIGNMENT (SORT_BY_NAME (.rtemsstack*)))

Update #3799.

(No files)

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