bfd/
[binutils.git] / ld / testsuite / ld-mips-elf / reloc-estimate-1.ld
blob776e503fec7013405211f1cfb2c0ebac3fdf22ab
1 SECTIONS
3   . = 0;
4   .reginfo : { *(.reginfo) }
6   . = ALIGN (0x400);
7   .dynamic : { *(.dynamic) }
8   .dynsym : { *(.dynsym) }
9   .dynstr : { *(.dynstr) }
11   . = ALIGN (0x400);
12   .rel.dyn : { *(.rel.dyn) }
13   .foo : { *(.foo) }
14   .text : { *(.text) }
16   . = ALIGN (0x400);
17   .MIPS.stubs : { *(.MIPS.stubs) }
19   . = ALIGN (0x10000);
20   .data : { *(.data) }
22   . = ALIGN (0x400);
23   _gp = . + 0x7ff0;
24   .got : { *(.got) }
27 VERSION {
28   V2 { global: foo; local: *; };