Add support for intel SERIALIZE instruction
[deliverable/binutils-gdb.git] / gas / config / tc-mt.c
index bd518547e31ed681d3646aa96ea81ccab596daa2..303004bcc3b339ac83a7fd0a7c131fb14d86180b 100644 (file)
@@ -1,5 +1,5 @@
 /* tc-mt.c -- Assembler for the Morpho Technologies mt .
-   Copyright (C) 2005-2019 Free Software Foundation, Inc.
+   Copyright (C) 2005-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -333,7 +333,7 @@ md_assemble (char * str)
 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.024168 seconds and 4 git commands to generate.