poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[COMMITTED][POKE-ELF] elf-mach-mips: add Elf32_MIPS_Conflict and


From: Jose E. Marchesi
Subject: [COMMITTED][POKE-ELF] elf-mach-mips: add Elf32_MIPS_Conflict and
Date: Sun, 29 Jan 2023 23:53:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

---
 elf-mach-mips.pk | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/elf-mach-mips.pk b/elf-mach-mips.pk
index 33cf393..622aade 100644
--- a/elf-mach-mips.pk
+++ b/elf-mach-mips.pk
@@ -554,3 +554,9 @@ type Elf32_MIPS_Lib =
       printf "#<%s>", elf_config.format_mask ("mips-l-flags", ELF_EM_MIPS, 
l_flags);
     }
   };
+
+/* Sections of type SHT_MIPS_CONFLICT contain arrays of indices into the 
.dynsym
+   section.  Each element of the array has the following type.  */
+
+type Elf32_MIPS_Conflict = uint<4> Elf32_MIPS_Conflict;
+type Elf64_MIPS_Conflict = uint<8> Elf64_MIPS_Conflict;
-- 
2.30.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]