]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
MIPS: default output r6 obj if the triple is r6
authorYunQiang Su <yunqiang.su@cipunited.com>
Tue, 18 Apr 2023 13:49:22 +0000 (21:49 +0800)
committerYunQiang Su <yunqiang.su@cipunited.com>
Sun, 23 Apr 2023 06:32:43 +0000 (14:32 +0800)
commit9171de358f230b64646bbb525a74e5f8e3dbe0dc
tree790cfab7508b4b92c546dedc572745bf3b6fb2e7
parent32f1c80375ebe8ad25d9805ee5889f0006c51e59
MIPS: default output r6 obj if the triple is r6

If the triple is mipsisa32r6* or mipsisa64r6*, ld/as should output
r6 objects by default.
The triples with vendor `img` should do same.

The examples include:
as xx.s -o xx.o
ld -r -b binary xx.dat -o xx.o
bfd/config.bfd
bfd/elfxx-mips.c
bfd/elfxx-mips.h
gas/configure
gas/configure.ac