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

Ed Maste emaste at FreeBSD.org
Wed Jan 20 19:20:30 UTC 2016


Author: emaste
Date: Wed Jan 20 19:20:28 2016
New Revision: 294454
URL: https://svnweb.freebsd.org/changeset/base/294454

Log:
  MFC r288081: Add MIPS ELF section type SHT_MIPS_ABIFLAGS definition

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

Modified: stable/10/sys/sys/elf_common.h
==============================================================================
--- stable/10/sys/sys/elf_common.h	Wed Jan 20 19:08:49 2016	(r294453)
+++ stable/10/sys/sys/elf_common.h	Wed Jan 20 19:20:28 2016	(r294454)
@@ -315,6 +315,7 @@ typedef struct {
 #define	SHT_MIPS_REGINFO	0x70000006
 #define	SHT_MIPS_OPTIONS	0x7000000d
 #define	SHT_MIPS_DWARF		0x7000001e	/* MIPS gcc uses MIPS_DWARF */
+#define	SHT_MIPS_ABIFLAGS	0x7000002a
 #define	SHT_HIPROC		0x7fffffff	/* specific section header types */
 #define	SHT_LOUSER		0x80000000	/* reserved range for application */
 #define	SHT_HIUSER		0xffffffff	/* specific indexes */


More information about the svn-src-all mailing list