summaryrefslogtreecommitdiff
path: root/elfcpp/x86_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'elfcpp/x86_64.h')
-rw-r--r--elfcpp/x86_64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/elfcpp/x86_64.h b/elfcpp/x86_64.h
index a8883dd20ca..653ecd92ff1 100644
--- a/elfcpp/x86_64.h
+++ b/elfcpp/x86_64.h
@@ -98,6 +98,8 @@ enum
// without REX prefix, relaxable.
R_X86_64_REX_GOTPCRELX = 42, // 32 bit signed PC relative offset to GOT
// with REX prefix, relaxable.
+ R_X86_64_THUNK_GOTPCRELX = 43, // 32 bit signed PC relative offset to GOT
+ // with REX prefix, relaxable.
// GNU vtable garbage collection extensions.
R_X86_64_GNU_VTINHERIT = 250,
R_X86_64_GNU_VTENTRY = 251