mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
MIPS: Add new section type SHT_MIPS_ABIFLAGS
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
c07ae7cca4
commit
f34dc13ad6
1 changed files with 1 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue