diff options
author | Andreas Jaeger <aj@suse.de> | 2001-04-23 08:00:14 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-04-23 08:00:14 +0000 |
commit | 4ba81bbab20d1d68a89b8d983dfa5ae0129f22d7 (patch) | |
tree | e9a63c00930cfaeefe67c87b75415fcf9b6b3ef6 /include/elf/x86-64.h | |
parent | 3c76c0760f042a9bf640542fda3234d6dda76277 (diff) | |
download | cygnal-4ba81bbab20d1d68a89b8d983dfa5ae0129f22d7.tar.gz cygnal-4ba81bbab20d1d68a89b8d983dfa5ae0129f22d7.tar.bz2 cygnal-4ba81bbab20d1d68a89b8d983dfa5ae0129f22d7.zip |
2001-04-23 Bo Thorsen <bo@suse.de>
* x86-64.h: Add vtable support.
2001-04-23 Bo Thorsen <bo@suse.de>
* elf64-x86-64.c: Add c++ vtable hack.
Small whitespace and comment changes.
Diffstat (limited to 'include/elf/x86-64.h')
-rw-r--r-- | include/elf/x86-64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf/x86-64.h b/include/elf/x86-64.h index a4da0a375..74febc2d5 100644 --- a/include/elf/x86-64.h +++ b/include/elf/x86-64.h @@ -41,6 +41,8 @@ START_RELOC_NUMBERS (elf_x86_64_reloc_type) RELOC_NUMBER (R_X86_64_PC16, 13) /* 16 bit sign extended pc relative*/ RELOC_NUMBER (R_X86_64_8, 14) /* Direct 8 bit sign extended */ RELOC_NUMBER (R_X86_64_PC8, 15) /* 8 bit sign extended pc relative*/ + RELOC_NUMBER (R_X86_64_GNU_VTINHERIT, 250) /* GNU C++ hack */ + RELOC_NUMBER (R_X86_64_GNU_VTENTRY, 251) /* GNU C++ hack */ END_RELOC_NUMBERS (R_X86_64_max) #endif |