diff options
Diffstat (limited to 'elfcpp/i386.h')
-rw-r--r-- | elfcpp/i386.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elfcpp/i386.h b/elfcpp/i386.h index 16fdef8..9d57a0f 100644 --- a/elfcpp/i386.h +++ b/elfcpp/i386.h @@ -86,6 +86,7 @@ enum R_386_TLS_DESC = 41, // TLS descriptor containing pointer to code and // to argument, returning TLS offset for symbol R_386_IRELATIVE = 42, // Adjust indirectly by program base + R_386_GOT32X = 43, // 32 bit GOT entry, relaxable // Used by Intel. R_386_USED_BY_INTEL_200 = 200, // GNU vtable garbage collection extensions. |