Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / call_noat.s
CommitLineData
78058a5e
SL
1# Source file used to test the call and callr instructions
2.text
3.set norelax
4.set noat
5foo:
6 call func1
7 callr r10
8# use external symbol
9 .global external
10 call external
11func1:
12
13
14
This page took 0.131541 seconds and 4 git commands to generate.