From: Ying Huang Date: Thu, 31 Aug 2023 03:22:47 +0000 (-0400) Subject: MIPS: Add new section type SHT_MIPS_ABIFLAGS X-Git-Tag: glibc-2.39~398 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f34dc13ad6f6039d908ab876ff2d198a4bed5396;p=thirdparty%2Fglibc.git MIPS: Add new section type SHT_MIPS_ABIFLAGS Reviewed-by: Adhemerval Zanella --- diff --git a/elf/elf.h b/elf/elf.h index 43657f6b460..1417cfd83fb 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -1809,6 +1809,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_MIPS_XHASH 0x7000002b /* Legal values for sh_flags field of Elf32_Shdr. */