Remove sh-symbianelf support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / sh64 / localcom-1.s
1 ! The implicit equation from a datalabel to the main symbol was incorrect
2 ! at one time. This is reasonably close to the original testcase.
3
4 .mode SHcompact
5 start:
6 nop
7 nop
8 nop
9 nop
10 nop
11 nop
12 nop
13 nop
14 .set dd,d
15 .long b
16 .long datalabel b
17 .long datalabel dd
18 .word 0x1234
19 .local a
20 .comm a,4,4
21 .local b
22 .comm b,4,4
23 .local c
24 .comm c,4,4
25 .local d
26 .comm d,4,4
This page took 0.046155 seconds and 4 git commands to generate.