Changeset 1890f2a2 in mainline for uspace/lib/c/arch/riscv64
- Timestamp:
- 2018-04-09T15:06:16Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3f932a7e
- Parents:
- 0a4667a7
- File:
-
- 1 edited
-
uspace/lib/c/arch/riscv64/_link.ld.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/riscv64/_link.ld.in
r0a4667a7 r1890f2a2 55 55 } :data :tls 56 56 57 . sbss : {57 .bss : { 58 58 *(.scommon); 59 59 *(.sbss); 60 }61 62 .bss : {63 60 *(COMMON); 64 61 *(.bss);
Note:
See TracChangeset
for help on using the changeset viewer.
