diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-14 07:07:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-14 10:29:09 +0200 |
commit | baad294eaf59e0e1b311a11448a04e3d3c5f3c56 (patch) | |
tree | 858d8924af34509f8742d025c6d8740f20464a97 /include | |
parent | 69ea4c1f65bff99575cd7f0210312dc355929240 (diff) |
or1k: add NPTL/TLS support
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/elf.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h index 5312be97c..c8488bb3d 100644 --- a/include/elf.h +++ b/include/elf.h @@ -3507,6 +3507,19 @@ typedef Elf32_Addr Elf32_Conflict; #define R_OR1K_GLOB_DAT 19 #define R_OR1K_JMP_SLOT 20 #define R_OR1K_RELATIVE 21 +#define R_OR1K_TLS_GD_HI16 22 +#define R_OR1K_TLS_GD_LO16 23 +#define R_OR1K_TLS_LDM_HI16 24 +#define R_OR1K_TLS_LDM_LO16 25 +#define R_OR1K_TLS_LDO_HI16 26 +#define R_OR1K_TLS_LDO_LO16 27 +#define R_OR1K_TLS_IE_HI16 28 +#define R_OR1K_TLS_IE_LO16 29 +#define R_OR1K_TLS_LE_HI16 30 +#define R_OR1K_TLS_LE_LO16 31 +#define R_OR1K_TLS_TPOFF 32 +#define R_OR1K_TLS_DTPOFF 33 +#define R_OR1K_TLS_DTPMOD 34 /* ARCompact specific relocs */ #define R_ARC_NONE 0x0 |