Changeset 09553a0 in mainline for uspace/lib/c/arch/riscv64/_link.ld.in
- Timestamp:
- 2018-07-05T21:41:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c12d567
- Parents:
- d62d2c6
- git-author:
- Dzejrou <dzejrou@…> (2018-06-25 21:52:29)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
- 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
rd62d2c6 r09553a0 51 51 } :data 52 52 53 __dso_handle = .; 54 55 .init_array : { 56 PROVIDE_HIDDEN (__init_array_start = .); 57 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*))) 58 KEEP (*(.init_array .ctors)) 59 PROVIDE_HIDDEN (__init_array_end = .); 60 } 61 62 .fini_array : { 63 PROVIDE_HIDDEN (__fini_array_start = .); 64 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))) 65 KEEP (*(.fini_array .dtors)) 66 PROVIDE_HIDDEN (__fini_array_end = .); 67 } 68 53 69 _end = .; 54 70
Note:
See TracChangeset
for help on using the changeset viewer.
