MIPS: default r6 if vendor is img
authorYunQiang Su <yunqiang.su@cipunited.com>
Wed, 10 May 2023 10:07:23 +0000 (18:07 +0800)
committerYunQiang Su <yunqiang.su@cipunited.com>
Mon, 5 Jun 2023 03:00:14 +0000 (11:00 +0800)
commitbe0d391f22fe6009c3be907753975a984cbbcc23
treea3a67bd621ffb72f41a4501b89b1e91cf7a22201
parent094025a30bb2da19df3990e0c0ff8167af823aa1
MIPS: default r6 if vendor is img

This behavior is used by downstream toolchain since 2014.
We also set the default ABI for mips*-img-elf to O32.
The previous value is NO_ABI, which is not good default ABI.

We don't support mips64*-img* due to GCC doesn't support it,
and We believe that the multilib should be used for this case.
bfd/config.bfd
gas/configure
gas/configure.ac