gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / aarch64_pr23870_main.S
CommitLineData
7ae39e2d
EB
1
2 .text
3 .globl main
4 .type main,#function
5main:
6 stp x29, x30, [sp,#-16]!
7 mov x29, sp
8 movz x0, #:abs_g3:bar
9 movk x0, #:abs_g2_nc:bar
10 movk x0, #:abs_g1_nc:bar
11 movk x0, #:abs_g0_nc:bar
12 add x0, x0, #0x0
13 bl foo
14 ldp x29, x30, [sp],#16
15 ret
This page took 0.109502 seconds and 4 git commands to generate.