Changeset d1bab98 in rtems
- Timestamp:
- Feb 26, 2021, 11:54:37 PM (8 weeks ago)
- Branches:
- 5
- Children:
- f4d00aa
- Parents:
- 3824960
- git-author:
- Chris Johns <chrisj@…> (02/26/21 23:54:37)
- git-committer:
- Chris Johns <chrisj@…> (02/26/21 23:59:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/motorola_powerpc/bootloader/ppcboot.lds
r3824960 rd1bab98 41 41 *(.text*) 42 42 *(.sdata2) 43 *(.sdata2*) 43 44 *(.rodata) 44 45 *(.rodata*) … … 73 74 *(.data*) 74 75 *(.sdata) 76 *(.sdata*) 75 77 . = ALIGN(4); 76 78 _data_end = .; … … 79 81 { 80 82 *(.sbss) 83 *(.sbss*) 81 84 *(.bss) 85 *(.bss*) 86 *(COMMON) 82 87 . = ALIGN(4); 83 88 _bss_end = .; … … 97 102 /DISCARD/ : 98 103 { 99 *(.comment) 104 *(.comment*) 105 *(.debug*) 100 106 } 101 107 }
Note: See TracChangeset
for help on using the changeset viewer.