Changeset 715d616 in rtems for bsps/mips/rbtx4938


Ignore:
Timestamp:
06/19/18 13:10:36 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
511dc4b
Parents:
c8df844
git-author:
Sebastian Huber <sebastian.huber@…> (06/19/18 13:10:36)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/27/18 06:58:16)
Message:

bsps: Support .rtemsstack.* linker input sections

Use a dedicated memory region or place it between the BSS and workspace.

Update #3459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/mips/rbtx4938/start/linkcmds

    rc8df844 r715d616  
    173173     end = .;
    174174    _end = .;
     175  }
     176
     177  .rtemsstack (NOLOAD) : {
     178    *(SORT(.rtemsstack.*))
    175179    WorkAreaBase = .;
    176180  }
    177 
    178181
    179182  /* Debug sections.  These should never be loadable, but they must have
Note: See TracChangeset for help on using the changeset viewer.