Add support for PowerPC VLE.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / vle-multiseg-3.ld
1 SECTIONS
2 {
3 .text_vle 0x00001000 :
4 {
5 . = ALIGN(16);
6 INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.text_vle)
7 INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.text)
8 INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.init)
9 INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.init_vle)
10 INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.fini)
11 INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.fini_vle)
12 }
13 .text_iv . : { . = ALIGN(16); *(.text_iv) }
14 .data 0x00001400 :
15 { *(.data) *(.ctors) *(.dtors) *(.eh_frame) *(.jcr) }
16 .iv_handlers 0x0001F000 : { *(.iv_handlers) }
17 }
This page took 0.031987 seconds and 5 git commands to generate.