summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-tic6x/generic.ld
blob: 2e9c5e8dae9b934803d2bc812ad7827a64702892 (plain)
1
2
3
4
5
6
7
8
SECTIONS
{
  . = 0x80;
  .data : { *(.data*) }
  . = 0x10000000;
  .text : { *(.text*) }
  /DISCARD/ : { *(*) }
}