public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] backends: sparc GOTDATA_OP[_HIX22|LOX10] can be used in ET_REL files.
@ 2017-07-27 21:20 Mark Wielaard
  2017-08-02 12:19 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Wielaard @ 2017-07-27 21:20 UTC (permalink / raw)
  To: elfutils-devel; +Cc: Jose E. Marchesi, Mark Wielaard

Tested on new GNU Compile Farm server gcc202.

Signed-off-by: Mark Wielaard <mark@klomp.org>
---
 backends/ChangeLog       | 5 +++++
 backends/sparc_reloc.def | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/backends/ChangeLog b/backends/ChangeLog
index 83710c1..a66e923 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,3 +1,8 @@
+2017-07-27  Mark Wielaard  <mark@klomp.org>
+
+	* sparc_reloc.def: GOTDATA_OP_HIX22, GOTDATA_OP_LOX10 and
+	GOTDATA_OP can be used in ET_REL files.
+
 2017-07-19  Gustavo Romero <gromero@linux.vnet.ibm.com>
 
 	* ppc_corenote.c: Add offsets for ppc64 HTM SPRs: thfar, tfiar,
diff --git a/backends/sparc_reloc.def b/backends/sparc_reloc.def
index ce0b555..7cd5ce9 100644
--- a/backends/sparc_reloc.def
+++ b/backends/sparc_reloc.def
@@ -110,9 +110,9 @@ RELOC_TYPE (TLS_TPOFF32,        DYN)
 RELOC_TYPE (TLS_TPOFF64,        DYN)
 RELOC_TYPE (GOTDATA_HIX22,	REL)
 RELOC_TYPE (GOTDATA_LOX10,	REL)
-RELOC_TYPE (GOTDATA_OP_HIX22,	DYN)
-RELOC_TYPE (GOTDATA_OP_LOX10,	DYN)
-RELOC_TYPE (GOTDATA_OP,		DYN)
+RELOC_TYPE (GOTDATA_OP_HIX22,	REL|DYN)
+RELOC_TYPE (GOTDATA_OP_LOX10,	REL|DYN)
+RELOC_TYPE (GOTDATA_OP,		REL|DYN)
 RELOC_TYPE (H34,		REL)
 RELOC_TYPE (SIZE32,		REL)
 RELOC_TYPE (SIZE64,		REL)
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] backends: sparc GOTDATA_OP[_HIX22|LOX10] can be used in ET_REL files.
  2017-07-27 21:20 [PATCH] backends: sparc GOTDATA_OP[_HIX22|LOX10] can be used in ET_REL files Mark Wielaard
@ 2017-08-02 12:19 ` Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2017-08-02 12:19 UTC (permalink / raw)
  To: elfutils-devel; +Cc: Jose E. Marchesi

On Thu, 2017-07-27 at 23:19 +0200, Mark Wielaard wrote:
> Tested on new GNU Compile Farm server gcc202.
>
> +2017-07-27  Mark Wielaard  <mark@klomp.org>
> +
> +	* sparc_reloc.def: GOTDATA_OP_HIX22, GOTDATA_OP_LOX10 and
> +	GOTDATA_OP can be used in ET_REL files.

Pushed to master.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-02 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-27 21:20 [PATCH] backends: sparc GOTDATA_OP[_HIX22|LOX10] can be used in ET_REL files Mark Wielaard
2017-08-02 12:19 ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).