[AArch64] Cortex-A53 erratum 835769 linker workaround
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / weak-undefined.s
CommitLineData
a06ea964
NC
1.text
2 .weak foo
3 .global main
4main:
5 b.ne foo
6 b.eq foo
7 b.cs foo
8 b.cc foo
9 b.gt foo
10 b.ge foo
11 b.lt foo
12 b.le foo
13 b foo
14 bl foo
15 ldr x0, foo
16 adr x0, foo
17 adrp x0, foo
18 add x0, x0, :lo12:foo
This page took 0.113522 seconds and 4 git commands to generate.