Changeset 0a981e3 in mainline
- Timestamp:
- 2016-05-23T18:31:31Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a7ba5e, f570cdf
- Parents:
- 118a872
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/_link.ld.in
r118a872 r0a981e3 117 117 118 118 #ifndef DLEXE 119 _tls_alignment = ALIGNOF(.tdata);119 _tls_alignment = MAX(ALIGNOF(.tdata), ALIGNOF(.tbss)); 120 120 #endif 121 121
Note:
See TracChangeset
for help on using the changeset viewer.