Changeset 29405ac in mainline for uspace/lib/c/include/elf/elf_mod.h


Ignore:
Timestamp:
2016-05-16T18:10:00Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bab0f42
Parents:
0dc9a474
Message:

DTPMOD relocations with null symbol name should return the current module index. Implement TPOFF relocations. dltest -n to not run dlfcn tests. Now dltest -n works like a charm. Place TLS images in descending order for variant II just to be safe. Propagate TLS alignment info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/elf/elf_mod.h

    r0dc9a474 r29405ac  
    6666        /** Size of tbss section */
    6767        size_t tbss_size;
     68        /** Alignment of TLS initialization image */
     69        size_t tls_align;
    6870} elf_tls_info_t;
    6971
Note: See TracChangeset for help on using the changeset viewer.