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