Fix spurious check-ld failures on aarch64-elf
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / weak-undefined.s
1 .text
2 .weak foo
3 .global main
4 main:
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.030759 seconds and 4 git commands to generate.