commit | 9171de358f230b64646bbb525a74e5f8e3dbe0dc | [log] [tgz] |
---|---|---|
author | YunQiang Su <yunqiang.su@cipunited.com> | Tue Apr 18 21:49:22 2023 +0800 |
committer | YunQiang Su <yunqiang.su@cipunited.com> | Sun Apr 23 14:32:43 2023 +0800 |
tree | 790cfab7508b4b92c546dedc572745bf3b6fb2e7 | |
parent | 32f1c80375ebe8ad25d9805ee5889f0006c51e59 [diff] |
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