Changeset 4f205248 in mainline for uspace/lib/c/arch/ia32/src/rtld/reloc.c
- Timestamp:
- 2018-04-23T18:50:40Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a2eb85d
- Parents:
- 8d58fca
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-04-23 17:47:09)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-04-23 18:50:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/src/rtld/reloc.c
r8d58fca r4f205248 181 181 case R_386_TLS_TPOFF: 182 182 DPRINTF("fixup R_386_TLS_TPOFF\n"); 183 *r_ptr = (dest->ioffs + sym_def->st_value) - dest->rtld->tls_size;183 *r_ptr = sym_def->st_value + dest->tpoff; 184 184 break; 185 185
Note:
See TracChangeset
for help on using the changeset viewer.