Changeset 7bf072b in rtems
- Timestamp:
- Feb 21, 2018, 11:40:40 AM (3 years ago)
- Branches:
- 5, master
- Children:
- b1b5afba
- Parents:
- 70502b48
- git-author:
- Sebastian Huber <sebastian.huber@…> (02/21/18 11:40:40)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (05/18/18 08:44:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/shared/start/linkcmds.base
r70502b48 r7bf072b 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 { … … 261 261 *(set_pseudo_*); 262 262 263 KEEP (*(SORT( *.rtemsroset.*)))263 KEEP (*(SORT(.rtemsroset.*))) 264 264 bsp_section_rodata_end = .; 265 265 } > REGION_RODATA AT > REGION_RODATA_LOAD
Note: See TracChangeset
for help on using the changeset viewer.