include/opcode/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / textalign-xcoff-001.s
1 .globl __start
2 .globl .__start
3
4 __start:
5 .csect .data[DS]
6 .long .__start
7
8 .csect .text[pr]
9 .__start:
10 nop
11
This page took 0.029477 seconds and 4 git commands to generate.