diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-01-16 20:31:57 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-01-16 20:31:57 +0000 |
commit | e1ec603fec5191034dd56f4e417c89054b5f61b9 (patch) | |
tree | 5473747ed87ec7df6d85782cdc8096154d0dec5b /include/elf/i386.h | |
parent | ab04a2af2bacfc1062c907630bee6e345dbd2ea9 (diff) | |
download | gdb-e1ec603fec5191034dd56f4e417c89054b5f61b9.zip gdb-e1ec603fec5191034dd56f4e417c89054b5f61b9.tar.gz gdb-e1ec603fec5191034dd56f4e417c89054b5f61b9.tar.bz2 |
Define R_386_SIZE32/R_X86_64_SIZE32/R_X86_64_SIZE64
* i386.h (R_386_SIZE32): Fill it.
* x86-64.h (R_X86_64_SIZE32): Likewise.
(R_X86_64_SIZE64): Likewise.
Diffstat (limited to 'include/elf/i386.h')
-rw-r--r-- | include/elf/i386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/i386.h b/include/elf/i386.h index a12225f..c475092 100644 --- a/include/elf/i386.h +++ b/include/elf/i386.h @@ -62,7 +62,7 @@ START_RELOC_NUMBERS (elf_i386_reloc_type) RELOC_NUMBER (R_386_TLS_DTPMOD32, 35) RELOC_NUMBER (R_386_TLS_DTPOFF32, 36) RELOC_NUMBER (R_386_TLS_TPOFF32, 37) -/* 38 */ + RELOC_NUMBER (R_386_SIZE32, 38) /* 32-bit symbol size */ RELOC_NUMBER (R_386_TLS_GOTDESC, 39) RELOC_NUMBER (R_386_TLS_DESC_CALL,40) RELOC_NUMBER (R_386_TLS_DESC, 41) |