Copy st_other for linker script symbol assignments
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / vle-multiseg-6.ld
index c8d88dd8319e7a786d060f8a18086864fc360c7a..2db76cc7c31647c9770ebbc3629451b06a93cebd 100644 (file)
@@ -16,7 +16,6 @@ SECTIONS
   }
   .text_vle    0x00001000 :
   {
-       . = ALIGN(16);
        INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.text*)
        INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.init*)
        INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.fini*)
@@ -24,14 +23,12 @@ SECTIONS
 
   .text_iv     0x100000 :
   {
-       . = ALIGN(16);
        INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.text_iv)
        INPUT_SECTION_FLAGS (SHF_PPC_VLE) *(.iv_handlers)
   } >vle_seg2
 
   .text        0x101000 :
   {
-       . = ALIGN(16);
        INPUT_SECTION_FLAGS (!SHF_PPC_VLE) *(.text*)
   }
 }
This page took 0.023703 seconds and 4 git commands to generate.