Add MIPS r3 and r5 support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / r5.s
1 .text
2 .set noat
3 .set noreorder
4 .set nomacro
5 test_r5:
6 eretnc
7
8 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
9 .align 2
10 .space 8
This page took 0.033214 seconds and 4 git commands to generate.