svn commit: r288081 - head/sys/sys

Ed Maste emaste at FreeBSD.org
Tue Sep 22 00:56:44 UTC 2015


Author: emaste
Date: Tue Sep 22 00:56:43 2015
New Revision: 288081
URL: https://svnweb.freebsd.org/changeset/base/288081

Log:
  Add MIPS ELF section type SHT_MIPS_ABIFLAGS definition
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/sys/elf_common.h

Modified: head/sys/sys/elf_common.h
==============================================================================
--- head/sys/sys/elf_common.h	Tue Sep 22 00:45:16 2015	(r288080)
+++ head/sys/sys/elf_common.h	Tue Sep 22 00:56:43 2015	(r288081)
@@ -452,6 +452,7 @@ typedef struct {
 #define	SHT_MIPS_EH_REGION	0x70000027
 #define	SHT_MIPS_XLATE_OLD	0x70000028
 #define	SHT_MIPS_PDR_EXCEPTION	0x70000029
+#define	SHT_MIPS_ABIFLAGS	0x7000002a
 
 #define	SHT_SPARC_GOTDATA	0x70000000
 


More information about the svn-src-all mailing list