aboutsummaryrefslogtreecommitdiff
path: root/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf.h')
-rw-r--r--elf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/elf.h b/elf.h
index 82fd7ed..8ecadd1 100644
--- a/elf.h
+++ b/elf.h
@@ -949,6 +949,10 @@ typedef struct
/* Keep this the last entry. */
#define R_386_NUM 11
+/* TCC-specific 16-bit relocs. */
+#define R_386_16 12 /* Direct 16 bit */
+#define R_386_PC16 13 /* PC relative 16 bit */
+
/* SUN SPARC specific definitions. */
/* Values for Elf64_Ehdr.e_flags. */