]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-powerpc/vle-multiseg-4.ld
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-powerpc / vle-multiseg-4.ld
CommitLineData
b9c361e0
JL
1SECTIONS
2{
3 .text_vle 0x00001000 :
4 {
b9c361e0
JL
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 }
2edab91c 12 .text_iv ALIGN(16) : { *(.text_iv) }
b9c361e0
JL
13 .iv_handlers 0x0001F000 : { *(.iv_handlers) }
14 .data 0x00020400 :
15 { *(.data) *(.ctors) *(.dtors) *(.eh_frame) *(.jcr) }
16}