MIPS/GAS/testsuite: Remove last remnants of ECOFF support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / sync.s
1 .text
2 foo:
3 .ent foo
4 sync
5 sync.p
6 sync.l
7 .end foo
8
9 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
10 .space 8
This page took 0.042685 seconds and 4 git commands to generate.