summaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2015-10-05 17:36:32 +0200
committerMark Wielaard <mjw@redhat.com>2015-10-05 23:58:35 +0200
commitee00afbb2b068d1fef7f37e32ddd346b78230d5a (patch)
tree1c1e7a49570199005d9512a870d4d47f2cfe2980 /backends
parent2e084502768cc845bacc2457c22d097f49808751 (diff)
downloadelfutils-ee00afbb2b068d1fef7f37e32ddd346b78230d5a.tar.gz
sparc: add some missing relocation types.
This adds three missing relocation types in sparc targets: WDISP10, JMP_IREL and IRELATIVE. Signed-off-by: Jose E. Marchesi <jose.marchesi@oracle.com>
Diffstat (limited to 'backends')
-rw-r--r--backends/ChangeLog5
-rw-r--r--backends/sparc_reloc.def3
2 files changed, 8 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index 9d98f35f..719fb231 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,3 +1,8 @@
+2015-10-02 Jose E. Marchesi <jose.marchesi@oracle.com>
+
+ * sparc_reloc.def: Added relocation types WDISP10, JMP_IREL and
+ IRELATIVE.
+
2015-09-22 Mark Wielaard <mjw@redhat.com>
* arm_attrs.c: Remove old-style function definitions.
diff --git a/backends/sparc_reloc.def b/backends/sparc_reloc.def
index 2aeb1298..ce0b5556 100644
--- a/backends/sparc_reloc.def
+++ b/backends/sparc_reloc.def
@@ -116,6 +116,9 @@ RELOC_TYPE (GOTDATA_OP, DYN)
RELOC_TYPE (H34, REL)
RELOC_TYPE (SIZE32, REL)
RELOC_TYPE (SIZE64, REL)
+RELOC_TYPE (WDISP10, REL)
+RELOC_TYPE (JMP_IREL, REL)
+RELOC_TYPE (IRELATIVE, REL)
RELOC_TYPE (GNU_VTINHERIT, REL)
RELOC_TYPE (GNU_VTENTRY, REL)
RELOC_TYPE (REV32, REL)