* config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / loongson-2f-2.s
1 # Test the work around of the NOP issue of loongson2F
2 .text
3 .set noreorder
4
5 .align 5 # Test _implicit_ nops
6 loongson2f_nop_insn:
7 nop # Test _explicit_ nops
8
9 # align section end to 16-byte boundary for easier testing on multiple targets
10 .p2align 4
This page took 0.031906 seconds and 5 git commands to generate.