or1k: Add the l.adrp insn and supporting relocations
[deliverable/binutils-gdb.git] / ld / testsuite / ld-or1k / pltlib.s
1 .section .data
2 .globl x, y
3 x: .long 33
4 y: .long 44
5
6 .section .text
7 .align 4
8 .global func
9 .type func, @function
10 func:
11 l.jr r9
12 l.nop
This page took 0.04872 seconds and 4 git commands to generate.