The gdb contrib script dwarf-to-dwarf-assembler.py uses elftools, and I recently committed a workaround to work around the fact that elftools.dwarf.enums.ENUM_DW_LANG does not contain the MIPS vendor extension DW_LANG_Mips_Assembler == 0x8001 == DW_LANG_lo_user + 1.
FWIW, I saw that the v6 languages haven't been added yet either.
The gdb contrib script
dwarf-to-dwarf-assembler.pyuses elftools, and I recently committed a workaround to work around the fact thatelftools.dwarf.enums.ENUM_DW_LANGdoes not contain the MIPS vendor extensionDW_LANG_Mips_Assembler== 0x8001 ==DW_LANG_lo_user+ 1.FWIW, I saw that the v6 languages haven't been added yet either.