x86-64: fix handling of PUSH/POP of segment register
[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.036075 seconds and 4 git commands to generate.