x86-64: fix handling of PUSH/POP of segment register
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / xcoff-toc-1.s
CommitLineData
ac21e7da
TG
1 .csect _rw_[RW],4
2 .toc
3
4 .csect .text[PR]
5 .align 2
6 .lglobl .foo
7 .csect foo[DS]
8foo:
9 .long .foo, TOC[tc0], 0
10 .csect .text[PR]
11.foo:
12 lwz 1,LC..72(2)
13 blr
14 .align 2
15 .toc
16LC..72:
17 .tc data[TC],data
18 .csect _rw_[RW],4
19 .align 2
20data:
21 .space 0x10000
This page took 0.434644 seconds and 4 git commands to generate.