source:
trunk/binutils/ld/testsuite/ld-scripts/script.s
Last change on this file was 10, checked in by , 22 years ago | |
---|---|
|
|
File size: 100 bytes |
Line | |
---|---|
1 | .text |
2 | .globl text_symbol |
3 | text_symbol: |
4 | .long 1 |
5 | .data |
6 | .globl data_symbol |
7 | data_symbol: |
8 | .long 2 |
Note:
See TracBrowser
for help on using the repository browser.