summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-tic6x/common.ld
blob: 5597c3f8c959782e3441f7826aad50e6f79a43ac (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTIONS
{
  . = 0x80;
  .far : { *(.far) *(COMMON) }
  . = 0x100;
  .bss : { *(.scommon) }

  . = 0x10000000;
  .text : { *(.text*) }
  /DISCARD/ : { *(*) }
}