Files
netbsd/external/gpl3/binutils/dist/ld/testsuite/ld-scripts/expr1.t
2013-04-06 16:48:33 +02:00

13 lines
116 B
Raku

ENTRY(RAM)
MEMORY
{
ram (rwx) : ORIGIN = 0, LENGTH = 0x1000000
}
SECTIONS
{
.text : { } >ram
}
RAM = ADDR(ram);