PowerPC add initial -mfuture instruction support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / prefix-align.s
1 .text
2 _start:
3 b 1f;
4 b 2f;
5 b 3f;
6 trap
7 trap
8 trap
9 trap
10 trap
11 trap
12 trap
13 trap
14 trap
15 trap
16 trap
17 trap
18 1:
19 2: pnop
20 3:
21 blr
This page took 0.038552 seconds and 4 git commands to generate.