diff options
Diffstat (limited to 'include/elf/x86-64.h')
-rw-r--r-- | include/elf/x86-64.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/x86-64.h b/include/elf/x86-64.h index 7e9100d..2252bd0 100644 --- a/include/elf/x86-64.h +++ b/include/elf/x86-64.h @@ -53,4 +53,8 @@ START_RELOC_NUMBERS (elf_x86_64_reloc_type) RELOC_NUMBER (R_X86_64_GNU_VTENTRY, 251) /* GNU C++ hack */ END_RELOC_NUMBERS (R_X86_64_max) +/* Processor specific section types. */ + +#define SHT_X86_64_UNWIND 0x70000001 /* unwind information */ + #endif |