Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / nm-1.s
1 .globl text_symbol1
2 .globl text_symbol2
3 .globl text_symbol3
4 .globl end_symbol
5 .text
6 text_symbol1:
7 .byte 0,0,0,0
8 .byte 0,0,0,0
9 .byte 0,0,0,0
10 text_symbol2:
11 .byte 0,0,0,0
12 .byte 0,0,0,0
13 text_symbol3:
14 .byte 0,0,0,0
15 end_symbol:
This page took 0.03657 seconds and 4 git commands to generate.