Changeset 09553a0 in mainline for uspace/lib/c/arch/mips32/_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
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/_link.ld.in
rd62d2c6 r09553a0 60 60 } :data 61 61 62 __dso_handle = .; 63 64 .init_array : { 65 PROVIDE_HIDDEN (__init_array_start = .); 66 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*))) 67 KEEP (*(.init_array .ctors)) 68 PROVIDE_HIDDEN (__init_array_end = .); 69 } 70 71 .fini_array : { 72 PROVIDE_HIDDEN (__fini_array_start = .); 73 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))) 74 KEEP (*(.fini_array .dtors)) 75 PROVIDE_HIDDEN (__fini_array_end = .); 76 } 77 62 78 _end = .; 63 79
Note:
See TracChangeset
for help on using the changeset viewer.