summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/print-memory-usage-2.t
blob: 11ce1ba243d4e8cadcad57bf0572fd842a4b3049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTIONS
{
  .text 0x1000 :
  {
    *(.text)
    *(.pr)
  }

  .data :
  {
    *(.data)
    *(.rw)
  }
}