Changeset 5d4763b in mainline
- Timestamp:
- 2011-05-01T10:32:43Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 54146a0
- Parents:
- 928cd9e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/rtld/module.c
r928cd9e r5d4763b 155 155 156 156 DPRINTF("filename:'%s'\n", name_buf); 157 printf("load '%s' at 0x%x\n", name_buf, m->bias);157 DPRINTF("load '%s' at 0x%x\n", name_buf, m->bias); 158 158 159 159 rc = elf_load_file(name_buf, m->bias, ELDF_RW, &info);
Note:
See TracChangeset
for help on using the changeset viewer.