summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/cross7.t
blob: 8477cfadbc2fd909c9f00ebd8504978b41078dd2 (plain)
1
2
3
4
5
6
7
8
9
NOCROSSREFS_TO(.data .text)

SECTIONS
{
  .text : { *(.text) *(.text.*) *(.opd) }
  .data : { *(.data) *(.data.*) *(.sdata) *(.toc) }
  .bss : { *(.bss) *(COMMON) }
  /DISCARD/ : { *(*) }
}