Changeset 40d3604 in mainline for uspace/lib/c/generic/rtld/rtld.c


Ignore:
Timestamp:
2018-04-30T20:12:50Z (7 years ago)
Author:
GitHub <noreply@…>
Parents:
4c5f04f (diff), 64d38cd (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.
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-04-30 20:12:50)
git-committer:
GitHub <noreply@…> (2018-04-30 20:12:50)
Message:

Merge 64d38cd33ec6817c3a5fdd1a7da6d705b0d9d3a2 into 4c5f04f66aa0d34ff3bbed6e9abebf85f59723fb

File:
1 edited

Legend:

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

    r4c5f04f r40d3604  
    5353        list_initialize(&runtime_env->modules);
    5454        list_initialize(&runtime_env->imodules);
    55         runtime_env->next_bias = 0x2000000;
    5655        runtime_env->program = NULL;
    5756        runtime_env->next_id = 1;
     
    121120        env->program = prog;
    122121
    123         /* Work around non-existent memory space allocation. */
    124         env->next_bias = 0x1000000;
    125 
    126122        /*
    127123         * Now we can continue with loading all other modules.
Note: See TracChangeset for help on using the changeset viewer.