From 173d12f8c23810ef42a0881c1601e6a53b33a3b1 Mon Sep 17 00:00:00 2001 From: emaste Date: Tue, 22 Sep 2015 00:56:43 +0000 Subject: [PATCH] Add MIPS ELF section type SHT_MIPS_ABIFLAGS definition Sponsored by: The FreeBSD Foundation --- sys/sys/elf_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index 2e784d67a769..67f37d8610aa 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -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