diff options
Diffstat (limited to 'ld/testsuite/ld-mips-elf/pic-and-nonpic-1.ld')
-rw-r--r-- | ld/testsuite/ld-mips-elf/pic-and-nonpic-1.ld | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.ld b/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.ld new file mode 100644 index 0000000..3aa140e --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.ld @@ -0,0 +1,9 @@ +SECTIONS +{ + . = 0x40000; + .reginfo : { *(.reginfo) } + .pdr : { *(.pdr) } + . = 0x41000; + .text : { *(.text) } + _gp = 0x68000; +} |