Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2015 00:56:44 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r288081 - head/sys/sys
Message-ID:  <201509220056.t8M0ui9L039128@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509220056.t8M0ui9L039128>