Remove the ldmx mnemonic that never made it into POWER9.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mach-o / zerofill-1.s
1
2 .zerofill __DATA, __zf_1
3
4 .globl a
5 a: .space 1
6
7 .zerofill __DATA, __zf_2, zfs, 2
8
9 .globl b
10 b: .space 1
11
12 .zerofill __DATA, __zf_3, withalign, 2, 3
13
14 .globl c
15 c: .space 1
16
17 .zerofill __DATA, __zf_3, withalign1, 4, 3
18
19 .globl d
20 d: .space 1
This page took 0.03033 seconds and 4 git commands to generate.