]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-alpha/align.s
opcodes: bfin: simplify field width processing and fix build warnings
[thirdparty/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