* elf-bfd.h (eh_cie_fde): Add new fields: add_augmentation_size and
[deliverable/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
17 /DISCARD/ : { *(*) }
18 }
This page took 0.030628 seconds and 4 git commands to generate.