MIPS: Add new section type SHT_MIPS_ABIFLAGS
authorYing Huang <ying.huang@oss.cipunited.com>
Thu, 31 Aug 2023 03:22:47 +0000 (23:22 -0400)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 27 Sep 2023 16:57:08 +0000 (13:57 -0300)
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
elf/elf.h

index 43657f6..1417cfd 100644 (file)
--- 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.  */