binutils/
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / nm-1.s
1 .globl text_symbol1
2 .globl text_symbol2
3 .globl text_symbol3
4 .text
5 text_symbol1:
6 .long 0
7 .long 0
8 .long 0
9 text_symbol2:
10 .long 0
11 .long 0
12 text_symbol3:
13 .long 0
This page took 0.060525 seconds and 5 git commands to generate.