aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/print-memory-usage-1.t
blob: 56484f451c505a3a7e0cefd7758bc06426fd93cf (plain)
1
2
3
4
5
6
MEMORY
{
  ROM (RX) : ORIGIN = 0x1000, LENGTH = 1K
  RAM (W)  : ORIGIN = 0x100000, LENGTH = 256K
  FOO (RX) : ORIGIN = 0x100, LENGTH = 1K
}