Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-scripts/expr1.t

13 lines
116 B
Perl
Raw Normal View History

2023-03-06 14:48:14 +01:00
ENTRY(RAM)
MEMORY
{
ram (rwx) : ORIGIN = 0, LENGTH = 0x1000000
}
SECTIONS
{
.text : { } >ram
}
RAM = ADDR(ram);