summaryrefslogtreecommitdiff
path: root/elfcpp/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2010-08-04 09:53:37 +0000
committerIan Lance Taylor <ian@airs.com>2010-08-04 09:53:37 +0000
commit4fc8c7b71105bac1b109694665fdb98c0cbff6a9 (patch)
tree34cc9936545cfbec94dc7865647f0f87e0c8ee20 /elfcpp/ChangeLog
parent84cbeb8e5fef3899f9a295821eb9754ac9b8cec4 (diff)
downloadbinutils-redhat-4fc8c7b71105bac1b109694665fdb98c0cbff6a9.tar.gz
elfcpp:/
* i386.h (R_386_IRELATIVE): Define. * powerpc.h (R_POWERPC_IRELATIVE): Define. (R_PPC_RELAX32, R_PPC_RELAX32PC): Don't define. (R_PPC_RELAX32_PLT, R_PPC_RELAX32PC_PLT): Don't define. * sparc.h (R_SPARC_IRELATIVE): Define. * x86_64.h (R_X86_64_IRELATIVE): Define. (R_X86_64_GNU_VTINHERIT): Rename from R_386_GNU_VTINHERIT. (R_X86_64_GNU_VTENTRY): Rename from R_386_GNU_VTENTRY. gold:/ * x86_64.cc (Target_x86_64::Scan::local): Use R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY. (Target_x86_64::Scan::global): Likewise. (Target_x86_64::Relocate::relocate): Likewise. (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
Diffstat (limited to 'elfcpp/ChangeLog')
-rw-r--r--elfcpp/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog
index 3240c720b0..782b3cf40b 100644
--- a/elfcpp/ChangeLog
+++ b/elfcpp/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-04 Ian Lance Taylor <iant@google.com>
+
+ * i386.h (R_386_IRELATIVE): Define.
+ * powerpc.h (R_POWERPC_IRELATIVE): Define.
+ (R_PPC_RELAX32, R_PPC_RELAX32PC): Don't define.
+ (R_PPC_RELAX32_PLT, R_PPC_RELAX32PC_PLT): Don't define.
+ * sparc.h (R_SPARC_IRELATIVE): Define.
+ * x86_64.h (R_X86_64_IRELATIVE): Define.
+ (R_X86_64_GNU_VTINHERIT): Rename from R_386_GNU_VTINHERIT.
+ (R_X86_64_GNU_VTENTRY): Rename from R_386_GNU_VTENTRY.
+
2010-05-12 Doug Kwan <dougkwan@google.com>
* arm.h (Tag_FP_arch, Tag_ABI_align_needed, Tag_ABI_align_preserved,
@@ -7,7 +18,7 @@
Tag_undefined43): New tags.
(Targ_VFP_arch, Tag_ABI_align8_needed, TAG_ABI_align8_preserved,
Tag_VFP_HP_extension): Define aliases for backward compatiblity.
-
+
2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* elfcpp.h (VER_FLG_INFO): Define.