[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / call26.s
1 # Test for Nios II 32-bit relocations
2
3 .global globalfunc
4 .text
5 .set norelax
6 start:
7 call localfunc
8 call globalfunc
9
10 .align 8
11 localfunc:
12 nop
This page took 0.031974 seconds and 4 git commands to generate.