[AArch64] Make register indices be full 64-bit values
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / call26_noat.s
CommitLineData
78058a5e
SL
1# Test for Nios II 32-bit relocations
2
3.global globalfunc
4.text
5.set norelax
6.set noat
7start:
8 call localfunc
9 call globalfunc
10
11.align 8
12localfunc:
13 nop
This page took 0.129082 seconds and 4 git commands to generate.