summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-mips-elf/reloc-merge-lo16.ld
blob: 4d487dd5fd8b01d4cf454b8583efa6c37b997c26 (plain)
1
2
3
4
5
6
7
8
9
ENTRY(__start)
SECTIONS
{
  . = 0x0400000;
  .text : { *(.text) }
  . = 0x0800000;
  .rodata : { *(.rodata.*) }
  /DISCARD/ : { *(*) }
}