Remove tic80 support
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / symbols.s
1 .section ".data", "aw"
2 .global foo
3 .global foo1
4 .global foo2
5 .global foa
6 .global fob
7 .global bar
8 foo:
9 foo1:
10 foo2:
11 foa:
12 fob:
13 bar:
14 .word 0x0
This page took 0.03239 seconds and 4 git commands to generate.