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