ld/
[deliverable/binutils-gdb.git] / ld / emultempl / ppc64elf.em
index 9df85c4dfc7346d3bc4a843c0862dad2bc573793..0a49c5ba4cf8dc0c9d3899840379d5ab3559f8c0 100644 (file)
@@ -378,7 +378,8 @@ ppc_add_stub_section (const char *stub_sec_name, asection *input_section)
           | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_KEEP);
   stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
                                                 stub_sec_name, flags);
-  if (stub_sec == NULL)
+  if (stub_sec == NULL
+      || !bfd_set_section_alignment (stub_file->the_bfd, stub_sec, 5))
     goto err_ret;
 
   output_section = input_section->output_section;
This page took 0.022537 seconds and 4 git commands to generate.