source:
trunk/binutils/ld/testsuite/ld-scripts/weak2.s
Last change on this file was 10, checked in by , 22 years ago | |
---|---|
|
|
File size: 124 bytes |
Line | |
---|---|
1 | .data |
2 | .global foo2 |
3 | .weak sym1 |
4 | .global sym2 |
5 | foo2: |
6 | .long sym1 |
7 | .long sym2 |
8 | sym1: |
9 | .long 0x56565656 |
10 | sym2: |
11 | .long 0x78787878 |
Note:
See TracBrowser
for help on using the repository browser.