Remove restriction on skipping some linker tests because their default image base...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / reloc-merge-lo16.ld
CommitLineData
17a6716a
RS
1ENTRY(__start)
2SECTIONS
3{
4 . = 0x0400000;
5 .text : { *(.text) }
6 . = 0x0800000;
7 .rodata : { *(.rodata.*) }
8 /DISCARD/ : { *(*) }
9}
This page took 0.965972 seconds and 4 git commands to generate.