MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-f.s
... / ...
CommitLineData
1 .set noreorder
2 .text
3 nop
4l1: 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.022656 seconds and 4 git commands to generate.