Changeset 95c675b in mainline for uspace/lib/c/arch/ia32/src/rtld/reloc.c
- Timestamp:
- 2017-10-17T13:11:35Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60af4cdb
- Parents:
- dbf32b1 (diff), a416d070 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/src/rtld/reloc.c
rdbf32b1 r95c675b 37 37 #include <stdio.h> 38 38 #include <stdlib.h> 39 #include <inttypes.h> 39 40 40 41 #include <libarch/rtld/elf_dyn.h> … … 79 80 str_tab = m->dyn.str_tab; 80 81 81 DPRINTF("address: 0x% x, entries: %d\n", (uintptr_t)rt, rt_entries);82 DPRINTF("address: 0x%" PRIxPTR ", entries: %zd\n", (uintptr_t)rt, rt_entries); 82 83 83 84 for (i = 0; i < rt_entries; ++i) {
Note:
See TracChangeset
for help on using the changeset viewer.