~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/macros/dot.s

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 .altmacro
 
2
 
 
3
 .macro x.y.z val
 
4
  .align 4
 
5
  .byte val,val
 
6
 .endm
 
7
 
 
8
 .macro .xyz val
 
9
  .align 8
 
10
  .byte val,val
 
11
 .endm
 
12
 
 
13
 .macro .macro
 
14
 .endm
 
15
 
 
16
label1:label2 : label3 :label4: m: .macro arg.1, arg.2
 
17
 .data
 
18
labelA:labelB : labelC :labelD: x.y.z arg.1+arg.2
 
19
 .skip arg.2
 
20
labelZ:labelY : labelX :labelW: .xyz arg.1-arg.2
 
21
 .skip arg.1*arg.2
 
22
label9:label8 : label7 :label6: .endm
 
23
 
 
24
 m 4, 2
 
25
 
 
26
 .purgem .xyz, x.y.z
 
27
 .xyz 0
 
28
 x.y.z 0