RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / print-memory-usage-3.t
1 MEMORY
2 {
3 ROM (RX) : ORIGIN = 0x100000, LENGTH = 1M
4 RAM (W) : ORIGIN = 0x1000000, LENGTH = 2048M
5 }
This page took 0.029642 seconds and 4 git commands to generate.