ld/testsuite/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / eh-frame1.ld
CommitLineData
353057a5
RS
1SECTIONS
2{
3 . = 0x10000;
4 .dynamic : { *(.dynamic) }
5 .hash : { *(.hash) }
6 .dynsym : { *(.dynsym) }
7 .dynstr : { *(.dynstr) }
8 .rel.dyn : { *(.rel.dyn) }
9
10 . = 0x20000;
11 .text : { *(.text) }
12
13 . = 0x30000;
14 .eh_frame : { *(.eh_frame) }
15 .got : { *(.got) }
41ec656e 16 .gcc_compiled_long32 : { KEEP (*(.gcc_compiled_long32)) }
353057a5
RS
17
18 /DISCARD/ : { *(*) }
19}
This page took 0.292796 seconds and 4 git commands to generate.