From: Jose E. Marchesi Date: Mon, 5 Oct 2015 15:36:32 +0000 (+0200) Subject: sparc: add some missing relocation types. X-Git-Tag: elfutils-0.164~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee00afbb2b068d1fef7f37e32ddd346b78230d5a;p=thirdparty%2Felfutils.git 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 --- diff --git a/backends/ChangeLog b/backends/ChangeLog index 9d98f35fd..719fb231e 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,8 @@ +2015-10-02 Jose E. Marchesi + + * sparc_reloc.def: Added relocation types WDISP10, JMP_IREL and + IRELATIVE. + 2015-09-22 Mark Wielaard * arm_attrs.c: Remove old-style function definitions. diff --git a/backends/sparc_reloc.def b/backends/sparc_reloc.def index 2aeb12986..ce0b55568 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)