qsort: tc-xtensa.c tidy
[deliverable/binutils-gdb.git] / gas / config / tc-xstormy16.c
index fb874c58f9d85cf9e13e386792b4d5a6fba458f8..1c708b63625f75be673aaa36a072f0db9cf3d55f 100644 (file)
@@ -277,7 +277,7 @@ xstormy16_cgen_record_fixup_exp (fragS *              frag,
 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.022489 seconds and 4 git commands to generate.