mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
Define R_X86_64_standard with R_X86_64_RELATIVE64
* elf64-x86-64.c (R_X86_64_standard): Replace R_X86_64_IRELATIVE with R_X86_64_RELATIVE64.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elf64-x86-64.c (R_X86_64_standard): Replace R_X86_64_IRELATIVE
|
||||||
|
with R_X86_64_RELATIVE64.
|
||||||
|
|
||||||
2013-01-15 Nick Clifton <nickc@redhat.com>
|
2013-01-15 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* elf32-msp430.c: Fix spelling typo.
|
* elf32-msp430.c: Fix spelling typo.
|
||||||
|
@ -173,7 +173,7 @@ static reloc_howto_type x86_64_elf_howto_table[] =
|
|||||||
R_X86_64_standard counts the number up to this point, and
|
R_X86_64_standard counts the number up to this point, and
|
||||||
R_X86_64_vt_offset is the value to subtract from a reloc type of
|
R_X86_64_vt_offset is the value to subtract from a reloc type of
|
||||||
R_X86_64_GNU_VT* to form an index into this table. */
|
R_X86_64_GNU_VT* to form an index into this table. */
|
||||||
#define R_X86_64_standard (R_X86_64_IRELATIVE + 1)
|
#define R_X86_64_standard (R_X86_64_RELATIVE64 + 1)
|
||||||
#define R_X86_64_vt_offset (R_X86_64_GNU_VTINHERIT - R_X86_64_standard)
|
#define R_X86_64_vt_offset (R_X86_64_GNU_VTINHERIT - R_X86_64_standard)
|
||||||
|
|
||||||
/* GNU extension to record C++ vtable hierarchy. */
|
/* GNU extension to record C++ vtable hierarchy. */
|
||||||
|
Reference in New Issue
Block a user