Changeset 40abf56 in mainline for uspace/lib/c/generic/elf/elf_load.c
- Timestamp:
- 2018-07-18T19:42:28Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9bde0d5
- Parents:
- 0b05082
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-18 19:05:08)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-18 19:42:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/elf/elf_load.c
r0b05082 r40abf56 68 68 } 69 69 70 if (info->finfo. interp== NULL) {70 if (info->finfo.dynamic == NULL) { 71 71 /* Statically linked program */ 72 72 DPRINTF("Binary is statically linked.\n");
Note:
See TracChangeset
for help on using the changeset viewer.