svn commit: r362728 - stable/12/sys/sys

Mitchell Horne mhorne at FreeBSD.org
Sun Jun 28 17:43:49 UTC 2020


Author: mhorne
Date: Sun Jun 28 17:43:48 2020
New Revision: 362728
URL: https://svnweb.freebsd.org/changeset/base/362728

Log:
  MFC r360826:
  
  Sync relocation definitions

Modified:
  stable/12/sys/sys/elf_common.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/sys/elf_common.h
==============================================================================
--- stable/12/sys/sys/elf_common.h	Sun Jun 28 17:28:11 2020	(r362727)
+++ stable/12/sys/sys/elf_common.h	Sun Jun 28 17:43:48 2020	(r362728)
@@ -1303,6 +1303,8 @@ typedef struct {
 #define	R_RISCV_SET8		54
 #define	R_RISCV_SET16		55
 #define	R_RISCV_SET32		56
+#define	R_RISCV_32_PCREL	57
+#define	R_RISCV_IRELATIVE	58
 
 #define	R_SPARC_NONE		0
 #define	R_SPARC_8		1


More information about the svn-src-stable mailing list