Add support for LoongArch (#470)
[pyelftools.git] / elftools / elf / descriptions.py
index ff1edbf1403857573d52437bf35a56cad05342bb..915521041050bea5e9b9ed47776dd61df390dbf1 100644 (file)
@@ -404,6 +404,7 @@ _DESCR_E_MACHINE = dict(
     EM_PPC='PowerPC',
     EM_PPC64='PowerPC64',
     EM_RISCV='RISC-V',
+    EM_LOONGARCH='LoongArch',
     RESERVED='RESERVED',
 )