Make the assembler generate an error if there is an attempt to define a section with...
[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.033041 seconds and 4 git commands to generate.