Don't PROVIDE over top of common symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-alpha / align.s
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.029651 seconds and 4 git commands to generate.