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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to