Changeset 1890f2a2 in mainline for uspace/lib/c/arch/ia32
- Timestamp:
- 2018-04-09T15:06:16Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3f932a7e
- Parents:
- 0a4667a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/_link.ld.in
r0a4667a7 r1890f2a2 62 62 63 63 .hash : { 64 *(.hash );64 *(.hash .gnu.hash); 65 65 } :text 66 66 #endif … … 92 92 *(.got); 93 93 } :data 94 #endif 94 95 95 96 .got.plt : { 96 97 *(.got.plt); 97 98 } :data 98 #endif99 99 100 100 .tdata : {
Note:
See TracChangeset
for help on using the changeset viewer.