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

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: 93 bytes
Line 
1SECTIONS
2{
3 . = 0x10001;
4 foo = .;
5 . += 0x200;
6 bar = .;
7 . = ALIGN (4);
8 frob = .;
9}
Note: See TracBrowser for help on using the repository browser.