Regenerate configure
[deliverable/binutils-gdb.git] / gas / write.c
index 24cd6ca40377410830a3be05ca09213fccfcb4e7..15330cfc3345a5b14cbb1d87def476f52c4e946b 100644 (file)
@@ -360,9 +360,6 @@ record_alignment (/* Segment to which alignment pertains.  */
   if (seg == absolute_section)
     return;
 
-  if (align <= OCTETS_PER_BYTE_POWER)
-    return;
-
   if (align > bfd_get_section_alignment (stdoutput, seg))
     bfd_set_section_alignment (stdoutput, seg, align);
 }
This page took 0.023208 seconds and 4 git commands to generate.