MIPS/GAS/testsuite: Remove last remnants of ECOFF support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips4-branch-likely.s
1 # Source file used to test -mips4 branch-likely instructions.
2
3 .text
4 text_label:
5 bc1fl $fcc1,text_label
6 bc1tl $fcc2,text_label
7
8 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
9 .space 8
This page took 0.033359 seconds and 4 git commands to generate.