]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/expr1.t
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-scripts / expr1.t
1 ENTRY(RAM)
2
3 MEMORY
4 {
5   ram (rwx) : ORIGIN = 0, LENGTH = 0x1000000
6 }
7
8 SECTIONS
9 {
10 .text : { } >ram
11 }
12 RAM = ADDR(ram);
This page took 0.039346 seconds and 4 git commands to generate.