Fix formatting in gdb.ada/lazy-string.exp
[binutils-gdb.git] / ld / testsuite / ld-mips-elf / stub-dynsym-1.ld
blobdec5ca1ddcd947f931c9061168af50c2154c9581
1 SECTIONS
3   . = 0x80000;
4   .interp : { *(.interp) }
5   .hash : { *(.hash) }
6   .dynsym : { *(.dynsym) }
7   .dynstr : { *(.dynstr) }
8   .rel.dyn : { *(.rel.dyn) }
9   .MIPS.stubs : { *(.MIPS.stubs) }
10   .text : { *(.text) }
12   . = ALIGN (0x10000);
13   HIDDEN (_gp = . + 0x7ff0);
14   .got : { *(.got) }
16   /DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) }