Don't use vec_disp8 encoding with the .d32 suffix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / call_noat.s
1 # Source file used to test the call and callr instructions
2 .text
3 .set norelax
4 .set noat
5 foo:
6 call func1
7 callr r10
8 # use external symbol
9 .global external
10 call external
11 func1:
12
13
14
This page took 0.029706 seconds and 4 git commands to generate.