gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-e.s
1 .set noreorder
2 .text
3 nop
4 l1: nop
5 1: nop
6 nop
7
8 # align section end to 16-byte boundary for easier testing on multiple targets
9 .p2align 4
10
11 .section "foo"
12 .word l1
13 .word l1+8
14 .word 1b
15 .word 1b+3
16 .word g1
17 .word g1+8
18
19 # align section end to 16-byte boundary for easier testing on multiple targets
20 .p2align 4
This page took 0.030385 seconds and 4 git commands to generate.