MIPS/GAS: Add -march=loongson2f to loongson-2f-3 test

On MIPSr6, the encoding of JR instruction has been chaned.
This patch can fix these failures for r6 default triples:
	ST Microelectronics Loongson-2F workarounds of Jump Instruction issue
This commit is contained in:
YunQiang Su 2023-11-24 14:35:12 +08:00 committed by Nick Clifton
parent 070961b377
commit 946df73fa0

View File

@ -1,4 +1,4 @@
#as: -mfix-loongson2f-jump
#as: -march=loongson2f -mfix-loongson2f-jump
#objdump: -M reg-names=numeric -dr
#name: ST Microelectronics Loongson-2F workarounds of Jump Instruction issue