Changes in boot/arch/ppc32/_link.ld.in [d8bb821:4646710] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/_link.ld.in
rd8bb821 r4646710 18 18 *(.bss); /* uninitialized static variables */ 19 19 *(COMMON); /* global variables */ 20 [[COMPONENTS]] 20 *(.components); 21 21 } 22 22
Note:
See TracChangeset
for help on using the changeset viewer.