IFUNC: Update IFUNC resolver check with DT_TEXTREL
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-reloc-absolute-hi.ld
1 SECTIONS
2 {
3 bar = 0x12345678;
4 .text : { *(.text) }
5 /DISCARD/ : { *(*) }
6 }
This page took 0.032656 seconds and 4 git commands to generate.