Changeset 5035ba05 in mainline for uspace/lib/c/generic/rtld/rtld.c


Ignore:
Timestamp:
2016-05-02T19:49:51Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32573ff, 9a08e6b
Parents:
634e020
Message:

Default symbol search vs. dlsym's BFS search.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/rtld/rtld.c

    r634e020 r5035ba05  
    8080        prog_mod.dyn.soname = "[program]";
    8181        prog_mod.rtld = env;
     82        prog_mod.exec = true;
     83        prog_mod.local = false;
    8284
    8385        /* Initialize list of loaded modules */
     
    9698
    9799        DPRINTF("Load all program dependencies\n");
    98         module_load_deps(&prog_mod);
     100        module_load_deps(&prog_mod, 0);
    99101
    100102        /*
Note: See TracChangeset for help on using the changeset viewer.