Rewrite testsuite.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / bintest.s
1 .text
2 text_symbol:
3 .long 1
4 .long external_symbol
5 .data
6 data_symbol:
7 .long 2
8 .comm common_symbol,4
This page took 0.032253 seconds and 5 git commands to generate.