source:
trunk/binutils/ld/testsuite/ld-scripts/map-address.t
Last change on this file was 607, checked in by , 22 years ago | |
---|---|
|
|
File size: 93 bytes |
Line | |
---|---|
1 | SECTIONS |
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.