Hi, I was reading ELF headers from different arches when I found that for Loongson binaries em_machine==EM_MIPS. However, elf(5) and elf_abi.h->sys/exec_elf.h describe EM_MIPS as "/* MIPS R3000 Big-Endian only */", whereas I think Loongson processors are little endian(objdump says elf64-littlemips).
So, do these descriptions need to be changed or is it something else?

