2010-01-06 Quentin Neill <quentin.neill@amd.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / sym-1.s
CommitLineData
3c3bdf30
NC
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
4Main 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:
16endcg1: SWYM 3,2,1
17endcg2:: SWYM 3,2,1
18endcl1: SWYM 4,3,2
19endcl2:: SWYM 4,3,2
This page took 0.34768 seconds and 4 git commands to generate.