Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-powerpc / vle-multiseg-2.ld
blobda9a79d6c4afb68ba309f2a2edfa64d9c16988b3
1 SECTIONS
3   .text_vle     0x00001000 :
4   {
5         INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.text_vle)
6         INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.text)
7         INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.init)
8         INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.init_vle) 
9         INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.fini)
10         INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.fini_vle)          
11   }
12   .data         0x00001400 :
13   { *(.data) *(.ctors) *(.dtors) *(.eh_frame) *(.jcr) }
14   .text_iv      ALIGN(16)  : { *(.text_iv) }
15   .iv_handlers  0x0001F000 : { *(.iv_handlers) }