X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-xstormy16.c;h=1c708b63625f75be673aaa36a072f0db9cf3d55f;hb=0cfa3eb3525d46ff6cfc94559a796c6a67bdcb27;hp=ca6793e7e1bebc70ceaded5aa6b1154fbcc9d94f;hpb=1a0670f37442b7ae904932b347353046126b990c;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-xstormy16.c b/gas/config/tc-xstormy16.c index ca6793e7e1..1c708b6362 100644 --- a/gas/config/tc-xstormy16.c +++ b/gas/config/tc-xstormy16.c @@ -1,5 +1,5 @@ /* tc-xstormy16.c -- Assembler for the Sanyo XSTORMY16. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -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)); }