Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / nop-r2.s
1 .section .text
2 .align 2
3 .global foo
4 .type foo, @function
5 foo:
6 nop.n
7 .section .text
8 .size foo, .-foo
This page took 0.029506 seconds and 4 git commands to generate.