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.
This commit is contained in:
parent
3c76c0760f
commit
4ba81bbab2
|
@ -1,3 +1,7 @@
|
|||
2001-04-23 Bo Thorsen <bo@suse.de>
|
||||
|
||||
* x86-64.h: Add vtable support.
|
||||
|
||||
2001-03-23 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* mips.h: Remove extraneous whitespace.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue