Don't use vec_disp8 encoding with the .d32 suffix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / call26_noat.s
1 # Test for Nios II 32-bit relocations
2
3 .global globalfunc
4 .text
5 .set norelax
6 .set noat
7 start:
8 call localfunc
9 call globalfunc
10
11 .align 8
12 localfunc:
13 nop
This page took 0.035528 seconds and 4 git commands to generate.