[AArch64] Workaround for Cortex A53 erratum 843419
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / fdpic-gotfuncdesc-static.s
CommitLineData
8e45593f
NC
1 .text
2 .globl _start
3 .type _start,@function
4_start:
5 mov.l .L1, r0
6 mov.l @(r0,r12), r1
7 .align 2
8.L1:
9 .long foo@GOTFUNCDESC
10 .type foo,@function
11foo:
12 nop
This page took 0.210648 seconds and 4 git commands to generate.