]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-mips-elf/eh-frame1.ld
daily update
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-mips-elf / eh-frame1.ld
1 SECTIONS
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) }
16 .gcc_compiled_long32 : { *(.gcc_compiled_long32) }
17
18 /DISCARD/ : { *(*) }
19 }