Ignore:
Timestamp:
2018-05-01T19:03:38Z (6 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6e33c2f, 924786bf
Parents:
009c485
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-05-01 19:03:38)
git-committer:
GitHub <noreply@…> (2018-05-01 19:03:38)
Message:

Make some effort to allocate the memory area for shared objects. (#33)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/types/rtld/rtld.h

    r009c485 r742fc98e  
    6161        /** List of initial modules */
    6262        list_t imodules;
    63 
    64         /** Temporary hack to place each module at different address. */
    65         uintptr_t next_bias;
    6663} rtld_t;
    6764
Note: See TracChangeset for help on using the changeset viewer.