Automatic date update in version.in
[deliverable/binutils-gdb.git] / gas / config / tc-mn10200.c
index dfe3465bd5396729830c2ebb63fd4b657e8aac3e..ebc011b1a6da917edde3b6fb6bdf3da659ee5377 100644 (file)
@@ -1,5 +1,5 @@
 /* tc-mn10200.c -- Assembler code for the Matsushita 10200
-   Copyright (C) 1996-2018 Free Software Foundation, Inc.
+   Copyright (C) 1996-2019 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -675,7 +675,7 @@ md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED,
 valueT
 md_section_align (asection *seg, valueT addr)
 {
-  int align = bfd_get_section_alignment (stdoutput, seg);
+  int align = bfd_section_alignment (seg);
   return ((addr + (1 << align) - 1) & -(1 << align));
 }
 
This page took 0.041575 seconds and 4 git commands to generate.