[AArch64] Cortex-A53 erratum 835769 linker workaround
[deliverable/binutils-gdb.git] / ld / testsuite / ld-alpha / align.s
CommitLineData
8b0c8155
RH
1 /* Force .data aligned to 4K, so that .got very likely gets
2 placed at 0x1200131d0. */
3 .data
4 .balign 4096
5
6 /* Force .text aligned to 4K, so it very likely gets placed at
7 0x120001000. */
8 .text
9 .balign 4096
This page took 0.470891 seconds and 4 git commands to generate.