Changeset e8975278 in mainline for uspace/lib/c/arch
- Timestamp:
- 2018-05-10T15:14:02Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1420cae9
- Parents:
- ae7d03c
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-10 07:53:56)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-10 15:14:02)
- Location:
- uspace/lib/c/arch/ia32/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/src/rtld/reloc.c
rae7d03c re8975278 93 93 sym = &sym_table[sym_idx]; 94 94 95 /* DPRINTF("name '%s', value 0x%x, size 0x%x\n", 96 str_tab + sym->st_name, 97 sym->st_value, 98 sym->st_size); 99 */ 95 #if 0 96 DPRINTF("name '%s', value 0x%x, size 0x%x\n", 97 str_tab + sym->st_name, sym->st_value, sym->st_size); 98 #endif 100 99 rel_type = ELF32_R_TYPE(r_info); 101 100 r_ptr = (uint32_t *)(r_offset + m->bias); -
uspace/lib/c/arch/ia32/src/tls.c
rae7d03c re8975278 33 33 */ 34 34 /** @file 35 35 * @ingroup libcia32 36 36 */ 37 37
Note:
See TracChangeset
for help on using the changeset viewer.