aboutsummaryrefslogtreecommitdiff
path: root/include/elf/alpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf/alpha.h')
-rw-r--r--include/elf/alpha.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/elf/alpha.h b/include/elf/alpha.h
index 70168d6..0313b5b 100644
--- a/include/elf/alpha.h
+++ b/include/elf/alpha.h
@@ -116,4 +116,11 @@ START_RELOC_NUMBERS (elf_alpha_reloc_type)
END_RELOC_NUMBERS (R_ALPHA_max)
+#define LITUSE_ALPHA_ADDR 0
+#define LITUSE_ALPHA_BASE 1
+#define LITUSE_ALPHA_BYTOFF 2
+#define LITUSE_ALPHA_JSR 3
+#define LITUSE_ALPHA_TLSGD 4
+#define LITUSE_ALPHA_TLSLDM 5
+
#endif /* _ELF_ALPHA_H */