Retro68/binutils/ld/testsuite/ld-scripts/expr1.t

13 lines
116 B
Perl
Raw Normal View History

2012-03-26 19:18:29 +00:00
ENTRY(RAM)
MEMORY
{
ram (rwx) : ORIGIN = 0, LENGTH = 0x1000000
}
SECTIONS
{
.text : { } >ram
}
RAM = ADDR(ram);