[AArch64] Cortex-A53 erratum 835769 linker workaround
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / provide-2.s
1 .data
2 .globl foo
3 foo: .long 0
4
5 .globl baz
6 .long baz
7
8 .p2align 4
This page took 0.031018 seconds and 4 git commands to generate.