aarch64: override default elf .set handling in gas
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s390 / zarch-machine.s
1 .text
2 foo:
3 ag %r9,4095(%r5,%r10)
4 .machine push
5 .machine z10
6 asi 5555(%r6),-42
7 .machine pop
8 agf %r9,4095(%r5,%r10)
This page took 0.031371 seconds and 4 git commands to generate.