svn commit: r278158 - stable/10/sys/sys

Ed Maste emaste at FreeBSD.org
Tue Feb 3 15:35:59 UTC 2015


Author: emaste
Date: Tue Feb  3 15:35:58 2015
New Revision: 278158
URL: https://svnweb.freebsd.org/changeset/base/278158

Log:
  Define SHT_GNU_LIBLIST and R_MIPS_64
  
  MFC of r260793

Modified:
  stable/10/sys/sys/elf_common.h

Modified: stable/10/sys/sys/elf_common.h
==============================================================================
--- stable/10/sys/sys/elf_common.h	Tue Feb  3 15:31:06 2015	(r278157)
+++ stable/10/sys/sys/elf_common.h	Tue Feb  3 15:35:58 2015	(r278158)
@@ -281,6 +281,7 @@ typedef struct {
 #define	SHT_SUNW_cap		0x6ffffff5
 #define	SHT_SUNW_SIGNATURE	0x6ffffff6
 #define	SHT_GNU_HASH		0x6ffffff6
+#define	SHT_GNU_LIBLIST		0x6ffffff7
 #define	SHT_SUNW_ANNOTATE	0x6ffffff7
 #define	SHT_SUNW_DEBUGSTR	0x6ffffff8
 #define	SHT_SUNW_DEBUG		0x6ffffff9
@@ -772,6 +773,7 @@ typedef struct {
 #define	R_MIPS_PC16	10	/* PC relative 16 bit */
 #define	R_MIPS_CALL16	11	/* 16 bit GOT entry for function */
 #define	R_MIPS_GPREL32	12	/* GP relative 32 bit */
+#define	R_MIPS_64	18	/* Direct 64 bit */
 #define	R_MIPS_GOTHI16	21	/* GOT HI 16 bit */
 #define	R_MIPS_GOTLO16	22	/* GOT LO 16 bit */
 #define	R_MIPS_CALLHI16 30	/* upper 16 bit GOT entry for function */


More information about the svn-src-stable mailing list