MIPS/GAS/testsuite: Remove last remnants of ECOFF support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-e.s
CommitLineData
bb2d6cd7
GK
1 .set noreorder
2 .text
3 nop
4l1: nop
51: nop
6 nop
b6426432
NC
7
8# align section end to 16-byte boundary for easier testing on multiple targets
9 .p2align 4
10
bb2d6cd7
GK
11 .section "foo"
12 .word l1
13 .word l1+8
14 .word 1b
15 .word 1b+3
16 .word g1
17 .word g1+8
b6426432
NC
18
19# align section end to 16-byte boundary for easier testing on multiple targets
20 .p2align 4
This page took 0.796401 seconds and 4 git commands to generate.