From: Nick Clifton Date: Wed, 29 Jun 2016 08:06:55 +0000 (+0100) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c8ec4434b0657d908609f996544c8c0ac65b28d7;p=binutils-gdb.git Fix typo --- diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 73d0531639a..6cba107b3f8 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -21549,7 +21549,7 @@ md_section_align (segT segment ATTRIBUTE_UNUSED, } #endif - return size; + return (size + 3) & ~ 3; } /* This is called from HANDLE_ALIGN in write.c. Fill in the contents