symver11.s: Add ".balign 8"
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-f.s
1 .set noreorder
2 .text
3 nop
4 l1: nop
5
6 # align section end to 16-byte boundary for easier testing on multiple targets
7 .p2align 4
8
9 .section "foo"
10 .word l1+3
11
12 # align section end to 16-byte boundary for easier testing on multiple targets
13 .p2align 4
This page took 0.030559 seconds and 4 git commands to generate.