Changeset 09553a0 in mainline for uspace/lib/c/arch/ia32/_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/ia32/_link.ld.in
rd62d2c6 r09553a0 114 114 } :data 115 115 116 __dso_handle = .; 117 118 .init_array : { 119 PROVIDE_HIDDEN (__init_array_start = .); 120 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*))) 121 KEEP (*(.init_array .ctors)) 122 PROVIDE_HIDDEN (__init_array_end = .); 123 } 124 125 .fini_array : { 126 PROVIDE_HIDDEN (__fini_array_start = .); 127 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))) 128 KEEP (*(.fini_array .dtors)) 129 PROVIDE_HIDDEN (__fini_array_end = .); 130 } 131 116 132 _end = .; 117 133
Note:
See TracChangeset
for help on using the changeset viewer.