X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-mips-elf%2Fpic-and-nonpic-4b.ld;fp=ld%2Ftestsuite%2Fld-mips-elf%2Fpic-and-nonpic-4b.ld;h=bcf9e3af1ec0cad494c52fbcd1c67c75f02565b1;hp=0000000000000000000000000000000000000000;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/ld/testsuite/ld-mips-elf/pic-and-nonpic-4b.ld b/ld/testsuite/ld-mips-elf/pic-and-nonpic-4b.ld new file mode 100644 index 0000000..bcf9e3a --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pic-and-nonpic-4b.ld @@ -0,0 +1,33 @@ +SECTIONS +{ + . = 0x40000 + SIZEOF_HEADERS; + .interp : { *(.interp) } + + . = 0x41000; + .reginfo : { *(.reginfo) } + .hash : { *(.hash) } + .dynsym : { *(.dynsym) } + .dynstr : { *(.dynstr) } + + . = 0x42000; + .dynamic : { *(.dynamic) } + + . = 0x43000; + .rel.dyn : { *(.rel.dyn) } + + . = 0x44000; + .text : { *(.text) } + + . = 0x80000; + .rld_map : { *(.rld_map) } + + . = 0xa0000; + _gp = . + 0x7ff0; + .got : { *(.got) } + + . = 0xa1000; + .data : { *(.data) } + + . = 0xa2000; + .bss : { *(.dynbss) } +}