x86-64: fix handling of PUSH/POP of segment register
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / machine.s
1 .machine "403"
2 .text
3 mtpid 0
4 .machine push
5 .machine "booke"
6 mtpid 0
7 .machine Any
8 rfci
9 attn
10 sc
11 rfsvc
12 tlbiel 0
13 blr
14 .machine pop
15 mtpid 0
This page took 0.035877 seconds and 4 git commands to generate.