[AArch64] Cortex-A53 erratum 835769 linker workaround
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / gc-plt2.s
CommitLineData
edb2fa9a
MS
1 .text
2 .align 2
3 .global bar
4 .type bar, %function
5bar:
6 b foo
7
8 .align 2
9 .type foo, %function
10foo:
11 bl hidfn
This page took 0.079418 seconds and 4 git commands to generate.