Edit ELFv2 global entry prologue to non-PIC
[deliverable/binutils-gdb.git] / ld / testsuite / ld-alpha / align.s
... / ...
CommitLineData
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.022196 seconds and 4 git commands to generate.