aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/overlay.t
blob: bdb33c815cac2084257d925a0afe69933c718457 (plain)
1
2
3
4
5
6
7
8
9
10
SECTIONS
{
  .text : { *(.text) }
  OVERLAY 0x1000 : AT (0x4000)
  {
    .text1 {*(.text1)}
    .text2 {*(.text2)}
  }
  /DISCARD/ : { *(.*) }
}