[MIPS] Add Loongson 2K1000 proccessor support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / compact-eh.ld
CommitLineData
2f0c68f2
CM
1ENTRY (__start)
2SECTIONS
3{
4 .text :
5 {
6 *(.text .text.*)
7 *(.gnu_extab .gnu_extab.*)
8 }
9 .eh_frame_hdr :
10 {
11 KEEP (*(.eh_frame_hdr))
12 *(.eh_frame_entry .eh_frame_entry.*)
13 }
14 .data : {*(.data) }
15}
This page took 0.166032 seconds and 4 git commands to generate.