Check incompatible existing default symbol definition
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / vle-multiseg-1.ld
CommitLineData
b9c361e0
JL
1SECTIONS
2{
3 .data 0x00000400 :
4 { *(.data) *(.ctors) *(.dtors) *(.eh_frame) *(.jcr) }
5 .text_vle 0x00001000 :
6 {
7 . = ALIGN(16);
8 INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.text_vle)
9 INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.text)
10 INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.init)
11 INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.init_vle)
12 INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.fini)
13 INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.fini_vle)
14 }
15 .text_iv . : { . = ALIGN(16); *(.text_iv) }
16 .iv_handlers 0x0001F000 : { *(.iv_handlers) }
17}
This page took 0.138378 seconds and 4 git commands to generate.