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