aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Huang <ying.huang@oss.cipunited.com>2023-08-30 23:22:47 -0400
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-09-27 13:57:08 -0300
commitf34dc13ad6f6039d908ab876ff2d198a4bed5396 (patch)
tree1606bdf66ac4c95e552bbd12bd0a637b46c68141
parentc07ae7cca4fcfa37508e048f9b437d3b3d0c4130 (diff)
downloadglibc-f34dc13ad6f6039d908ab876ff2d198a4bed5396.zip
glibc-f34dc13ad6f6039d908ab876ff2d198a4bed5396.tar.gz
glibc-f34dc13ad6f6039d908ab876ff2d198a4bed5396.tar.bz2
MIPS: Add new section type SHT_MIPS_ABIFLAGS
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
-rw-r--r--elf/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 43657f6..1417cfd 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. */