Add 2 i386 tests to call IFUNC functions via GOT
[deliverable/binutils-gdb.git] / ld / testsuite / ld-visium / ld1.ld
CommitLineData
c18392d8
EB
1SECTIONS
2{
3 .text 0x10000 : {
4 *(.text)
5 }
6 .data 0x30000 : {
7 *(.data)
8 }
9}
This page took 0.088892 seconds and 4 git commands to generate.