diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-01-15 17:30:49 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-01-15 17:30:49 +0000 |
commit | 1e5364517958c0d6000a11df1a6255937f4364eb (patch) | |
tree | 562cc7ca6ec7cf5ce97879f9749b7019001e829e /bfd/ChangeLog | |
parent | 22fc223eb85a55597e35a0e8acd831ff661d2723 (diff) | |
download | gdb-1e5364517958c0d6000a11df1a6255937f4364eb.zip gdb-1e5364517958c0d6000a11df1a6255937f4364eb.tar.gz gdb-1e5364517958c0d6000a11df1a6255937f4364eb.tar.bz2 |
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9698fca..ccb03bc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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> * elf32-msp430.c: Fix spelling typo. |