]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
sparc: add some missing relocation types.
authorJose E. Marchesi <jose.marchesi@oracle.com>
Mon, 5 Oct 2015 15:36:32 +0000 (17:36 +0200)
committerMark Wielaard <mjw@redhat.com>
Mon, 5 Oct 2015 21:58:35 +0000 (23:58 +0200)
This adds three missing relocation types in sparc targets: WDISP10,
JMP_IREL and IRELATIVE.

Signed-off-by: Jose E. Marchesi <jose.marchesi@oracle.com>
backends/ChangeLog
backends/sparc_reloc.def

index 9d98f35fdbe4d4a723b2104213234d9c04e4c4e2..719fb231e7e5b5c943dff6ec7bc72c004ede073f 100644 (file)
@@ -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.
index 2aeb1298656ef89967d348f4591b3f1dfc768153..ce0b555681af4c83a30d6138471a338da1de8bd5 100644 (file)
@@ -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)