Changeset 40c623a8 in rtems
- Timestamp:
- 09/21/17 20:20:29 (6 years ago)
- Branches:
- 5, master
- Children:
- 5618997d
- Parents:
- c232b37
- git-author:
- Joel Sherrill <joel@…> (09/21/17 20:20:29)
- git-committer:
- Joel Sherrill <joel@…> (02/19/18 19:12:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/shared/startup/linkcmds.base
rc232b37 r40c623a8 101 101 } > REGION_RODATA AT > REGION_RODATA_LOAD 102 102 .eh_frame : ALIGN_WITH_INPUT { 103 KEEP (*( .eh_frame))103 KEEP (*(*.eh_frame)) 104 104 } > REGION_RODATA AT > REGION_RODATA_LOAD 105 105 .gcc_except_table : ALIGN_WITH_INPUT { 106 *(.gcc_except_table .gcc_except_table.*)106 *(.gcc_except_table *.gcc_except_table.*) 107 107 } > REGION_RODATA AT > REGION_RODATA_LOAD 108 108 .tdata : ALIGN_WITH_INPUT { … … 259 259 *(set_pseudo_*); 260 260 261 KEEP (*(SORT( .rtemsroset.*)))261 KEEP (*(SORT(*.rtemsroset.*))) 262 262 bsp_section_rodata_end = .; 263 263 } > REGION_RODATA AT > REGION_RODATA_LOAD
Note: See TracChangeset
for help on using the changeset viewer.