Changeset 6adb775f in mainline for abi/include/abi/elf.h


Ignore:
Timestamp:
2016-04-25T16:46:31Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32573ff
Parents:
dc0d8b52
Message:

TLS for dynamically linked executables and initially loaded DSOs (but must not call dlopen or there will be trouble).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/abi/elf.h

    rdc0d8b52 r6adb775f  
    170170#define PT_SHLIB    5
    171171#define PT_PHDR     6
     172#define PT_TLS      7
    172173#define PT_LOPROC   0x70000000
    173174#define PT_HIPROC   0x7fffffff
Note: See TracChangeset for help on using the changeset viewer.