diff mbox series

[v11,2/3] MIPS: Add new section type SHT_MIPS_ABIFLAGS

Message ID 20230831032302.3736352-3-ying.huang@oss.cipunited.com
State New
Headers show
Series [v11,1/3] MIPS: Add ELF file header flags | expand

Commit Message

Ying Huang Aug. 31, 2023, 3:22 a.m. UTC
From: Ying Huang <ying.huang@oss.cipunited.com>

---
 elf/elf.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Adhemerval Zanella Sept. 21, 2023, 6:49 a.m. UTC | #1
Ok, it syncs with binutils commit 351cdf24d223290b15fa991e5052ec9e9bd1e284.

On 31/08/23 00:22, Ying Huang wrote:
> From: Ying Huang <ying.huang@oss.cipunited.com>
> 
> ---
>  elf/elf.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/elf/elf.h b/elf/elf.h
> index 43657f6b46..1417cfd83f 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.  */
diff mbox series

Patch

diff --git a/elf/elf.h b/elf/elf.h
index 43657f6b46..1417cfd83f 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.  */