Use macros for TUI window names
[deliverable/binutils-gdb.git] / gas / config / tc-wasm32.c
index c57611c5a7d79cbe4a5a3bcb2512cbed947acb52..fc60c5ac650e599d35bfa128fd7acb3ae3bcd6b8 100644 (file)
@@ -1,6 +1,6 @@
 /* tc-wasm32.c -- Assembler code for the wasm32 target.
 
-   Copyright (C) 2017-2019 Free Software Foundation, Inc.
+   Copyright (C) 2017-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -177,7 +177,7 @@ md_begin (void)
 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.023224 seconds and 4 git commands to generate.