]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/script.s
19990502 sourceware import
[binutils.git] / ld / testsuite / ld-scripts / script.s
1         .text
2         .globl text_symbol
3 text_symbol:    
4         .long   1
5         .data
6         .globl data_symbol
7 data_symbol:    
8         .long   2
This page took 0.021518 seconds and 4 git commands to generate.