Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / mmix / sym-1.s
1 # Test beginning and starting with ":"; it should be stripped off, but
2 # only one.  A trailing ":" is stripped off at a label only.
3
4 Main SWYM 0,4,16
5         .global :scg1
6         .global scg2
7         .global ::scg3
8         .global scg2
9 :scg1   SWYM 16,4,0
10 :scg2   SWYM 161,42,30
11 ::scg3  SWYM 163,42,20
12 :scl1   SWYM 1,2,3
13 ::scl2  SWYM 1,2,4
14         .global endcg1
15         .global endcg2:
16 endcg1: SWYM 3,2,1
17 endcg2::        SWYM 3,2,1
18 endcl1: SWYM 4,3,2
19 endcl2::        SWYM 4,3,2