Gold/MIPS: Use EM_MIPS instead of EM_MIPS_RS3_LE for little endian
authorYunQiang Su <yunqiang.su@cipunited.com>
Mon, 28 Aug 2023 01:46:21 +0000 (21:46 -0400)
committerYunQiang Su <yunqiang.su@cipunited.com>
Mon, 28 Aug 2023 03:43:29 +0000 (23:43 -0400)
commit39834263784567c306fbccb8230ddd1badca53fe
treec26d8e9ff59a343e83b50030986d32cc25e303d9
parentcf8565fb2ea42579c50722cbaeafdf71c3d58c66
Gold/MIPS: Use EM_MIPS instead of EM_MIPS_RS3_LE for little endian

EM_MIPS_RS3_LE has been deprecated quite long ago, and in fact
most of current LE ELF files are using EM_MIPS.

This problem didn't make some trouble for us, is due to that
gold is a linker, and all of the inputs to it has right EM values.
gold/configure.tgt