aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/pic-reloc-absolute-lo.ld
blob: 592926e9a0bc34eafb2ffc3a18158f15cda3391d (plain)
1
2
3
4
5
6
SECTIONS
{
  bar = 0x2345678;
  .text : { *(.text) }
  /DISCARD/ : { *(*) }
}