Changeset 4646710 in mainline for boot/arch/arm32/_link.ld.in
- Timestamp:
- 2017-06-07T15:39:23Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 239e32b8
- Parents:
- 22299ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/_link.ld.in
r22299ed r4646710 23 23 *(.bss); /* uninitialized static variables */ 24 24 *(COMMON); /* global variables */ 25 [[COMPONENTS]] 25 *(.components); 26 26 } 27 27 bdata_end = .;
Note:
See TracChangeset
for help on using the changeset viewer.