source: trunk/binutils/ld/testsuite/ld-scripts/weak1.s

Last change on this file was 10, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 124 bytes
Line 
1.data
2 .global foo1
3 .global sym1
4 .weak sym2
5foo1:
6 .long sym1
7 .long sym2
8sym1:
9 .long 0x12121212
10sym2:
11 .long 0x34343434
Note: See TracBrowser for help on using the repository browser.