Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / gc-plt1.s
1 plt_relocs:
2 adrp x0, :pg_hi21:var
3 ldr x0, [x0, :lo12:var]
4
5 adrp x1, :pg_hi21_nc:var
6 ldr x1, [x1, :lo12:var]
7
8 b bar
9 bl foo
This page took 0.035948 seconds and 4 git commands to generate.