summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-powerpc/vle-multiseg-4.ld
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/ld/testsuite/ld-powerpc/vle-multiseg-4.ld')
-rw-r--r--binutils-2.25/ld/testsuite/ld-powerpc/vle-multiseg-4.ld3
1 files changed, 1 insertions, 2 deletions
diff --git a/binutils-2.25/ld/testsuite/ld-powerpc/vle-multiseg-4.ld b/binutils-2.25/ld/testsuite/ld-powerpc/vle-multiseg-4.ld
index 503fe06e..21304271 100644
--- a/binutils-2.25/ld/testsuite/ld-powerpc/vle-multiseg-4.ld
+++ b/binutils-2.25/ld/testsuite/ld-powerpc/vle-multiseg-4.ld
@@ -2,7 +2,6 @@ SECTIONS
{
.text_vle 0x00001000 :
{
- . = ALIGN(16);
INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.text_vle)
INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.text)
INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.init)
@@ -10,7 +9,7 @@ SECTIONS
INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.fini)
INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.fini_vle)
}
- .text_iv . : { . = ALIGN(16); *(.text_iv) }
+ .text_iv ALIGN(16) : { *(.text_iv) }
.iv_handlers 0x0001F000 : { *(.iv_handlers) }
.data 0x00020400 :
{ *(.data) *(.ctors) *(.dtors) *(.eh_frame) *(.jcr) }