Remove unnecessary TUI declarations
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / bintest.s
CommitLineData
252b5132
RH
1 .globl text_symbol
2 .text
3text_symbol:
4static_text_symbol:
5 .long 1
6 .long external_symbol
7 .globl data_symbol
8 .data
9data_symbol:
10static_data_symbol:
11 .long 2
12 .comm common_symbol,4
d3def5d7
MY
13 .text
14 .global text_symbol2
15text_symbol2:
16 .long 2
17 .global text_symbol3
18text_symbol3:
19 .long 3
20
This page took 0.859384 seconds and 4 git commands to generate.