diff options
Diffstat (limited to 'ld/testsuite/ld-scripts/print-memory-usage-1.t')
-rw-r--r-- | ld/testsuite/ld-scripts/print-memory-usage-1.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/print-memory-usage-1.t b/ld/testsuite/ld-scripts/print-memory-usage-1.t new file mode 100644 index 0000000..97065b3 --- /dev/null +++ b/ld/testsuite/ld-scripts/print-memory-usage-1.t @@ -0,0 +1,5 @@ +MEMORY +{ + ROM (RX) : ORIGIN = 0x1000, LENGTH = 1K + RAM (W) : ORIGIN = 0x100000, LENGTH = 256K +} |