source: trunk/binutils/ld/testsuite/ld-scripts/map-address.d

Last change on this file was 607, 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: 210 bytes
Line 
1#...
2Linker script and memory map
3#...
4 *0x0*010001 *\. = 0x10001
5 *0x0*010001 *foo = \.
6 *0x0*010201 *\. = \(\. \+ 0x200\)
7 *0x0*010201 *bar = \.
8 *0x0*010204 *\. = ALIGN \(0x4\)
9 *0x0*010204 *frob = \.
10#pass
Note: See TracBrowser for help on using the repository browser.