~angelsl/ubuntu/wily/binutils/mips-cross

« back to all changes in this revision

Viewing changes to gas/testsuite/gas/mach-o/zerofill-1.s

  • Committer: angelsl
  • Date: 2015-11-03 15:54:40 UTC
  • Revision ID: angelsl-20151103155440-gbh6qo1olzlvaiqs
Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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