public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] MIPS: Add new section type SHT_MIPS_ABIFLAGS
@ 2023-09-27 16:57 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2023-09-27 16:57 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f34dc13ad6f6039d908ab876ff2d198a4bed5396

commit f34dc13ad6f6039d908ab876ff2d198a4bed5396
Author: Ying Huang <ying.huang@oss.cipunited.com>
Date:   Wed Aug 30 23:22:47 2023 -0400

    MIPS: Add new section type SHT_MIPS_ABIFLAGS
    
    Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

Diff:
---
 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.  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-27 16:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-27 16:57 [glibc] MIPS: Add new section type SHT_MIPS_ABIFLAGS Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).