Arm64: correct "sha3" arch-extension directive handling
[deliverable/binutils-gdb.git] / gas / config / tc-rl78.c
index 878c03f97e853bd0841372094e4800928b4406ba..9160cc027fb077118e666d344f57d3e8fa150928 100644 (file)
@@ -1520,6 +1520,6 @@ md_apply_fix (struct fix * f ATTRIBUTE_UNUSED,
 valueT
 md_section_align (segT segment, valueT size)
 {
-  int align = bfd_get_section_alignment (stdoutput, segment);
+  int align = bfd_section_alignment (segment);
   return ((size + (1 << align) - 1) & -(1 << align));
 }
This page took 0.035292 seconds and 4 git commands to generate.