[AArch64] Remove padding before stub sections.
[deliverable/binutils-gdb.git] / ld / emultempl / aarch64elf.em
index dcd4ec1e3ec69844e2d3e988a8cd035be423ff26..75f04a7ec82983dcaec223b553bbcd7bc784744b 100644 (file)
@@ -170,7 +170,7 @@ elf${ELFSIZE}_aarch64_add_stub_section (const char *stub_sec_name,
   if (stub_sec == NULL)
     goto err_ret;
 
-  bfd_set_section_alignment (stub_file->the_bfd, stub_sec, 3);
+  bfd_set_section_alignment (stub_file->the_bfd, stub_sec, 2);
 
   output_section = input_section->output_section;
   os = lang_output_section_get (output_section);
This page took 0.024061 seconds and 4 git commands to generate.