Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2019 16:16:05 +0000 (UTC)
From:      Leandro Lupori <luporl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r352140 - head/sys/sys
Message-ID:  <201909101616.x8AGG542000692@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: luporl
Date: Tue Sep 10 16:16:05 2019
New Revision: 352140
URL: https://svnweb.freebsd.org/changeset/base/352140

Log:
  Add R_PPC_IRELATIVE relocation
  
  Pre-requisite for most ifunc related changes.
  
  Reviewed by:	jhibbits
  Differential Revision:	https://reviews.freebsd.org/D21587

Modified:
  head/sys/sys/elf_common.h

Modified: head/sys/sys/elf_common.h
==============================================================================
--- head/sys/sys/elf_common.h	Tue Sep 10 15:42:34 2019	(r352139)
+++ head/sys/sys/elf_common.h	Tue Sep 10 16:16:05 2019	(r352140)
@@ -1199,6 +1199,7 @@ typedef struct {
 #define	R_PPC_SECTOFF_LO	34
 #define	R_PPC_SECTOFF_HI	35
 #define	R_PPC_SECTOFF_HA	36
+#define	R_PPC_IRELATIVE		248
 
 /*
  * 64-bit relocations



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909101616.x8AGG542000692>