svn commit: r352140 - head/sys/sys

Leandro Lupori luporl at FreeBSD.org
Tue Sep 10 16:16:06 UTC 2019


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


More information about the svn-src-all mailing list