summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/shared/start/linkcmds.base (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Sort .noinit* sectionsSebastian Huber2022-07-151-1/+1
| | | | | | | | Sort the .noinit* input sections by name first, then by alignment if two sections have the same name. This allows the placement of begin/end symbols to initialize some areas with a special value. Update #4678.
* bsps: Support RTEMS_NOINIT in linkcmdsSebastian Huber2021-05-021-0/+3
| | | | Update #3866.
* bsps: Support .rtemsstack.* linker input sectionsSebastian Huber2018-06-271-0/+3
| | | | | | Use a dedicated memory region or place it between the BSS and workspace. Update #3459.
* bsps: Move startup files to bspsSebastian Huber2018-04-201-0/+207
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.