aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/reloc-3.ld
blob: a918bf9b3c6e8d561a2dea6abee932a9384b7b75 (plain)
1
2
3
4
5
6
7
8
SECTIONS
{
  . = 0x208000;
  .text : { *(.text) }
  . = 0x310000;
  .text2 : { *(.text2) }
  /DISCARD/ : { *(*) }
}