Changeset 153c7a29 in mainline for uspace/srv/loader/main.c


Ignore:
Timestamp:
2016-05-22T17:46:10Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0dc2fec
Parents:
2112a79
Message:

Since dlopen() sets up runtime_env, we would no longer use the static TLS. Thus set up runtime_env right away and convert static TLS to dynamic TLS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/main.c

    r2112a79 r153c7a29  
    269269       
    270270        pcb.filc = filc;
    271         printf("dynamic=%p rtld_env=%p\n", pcb.dynamic, pcb.rtld_runtime);
    272271       
    273272        async_answer_0(rid, rc);
Note: See TracChangeset for help on using the changeset viewer.