summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/pic-reloc-absolute-hi.ld
blob: c8848c4e80f2e0fa0319068f598230ae0df08104 (plain)
1
2
3
4
5
6
SECTIONS
{
  bar = 0x12345678;
  .text : { *(.text) }
  /DISCARD/ : { *(*) }
}