Add new ld option: --print-memory-usage
[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.03207 seconds and 5 git commands to generate.