From: Nick Clifton Date: Wed, 29 Jun 2016 08:09:03 +0000 (+0100) Subject: Correct fix for typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6844c0ccea23157d9f965524d02f656a9f89f48e;p=binutils-gdb.git Correct fix for typo --- diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 6cba107b3f8..73d0531639a 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 + 3) & ~ 3; + return size; } /* This is called from HANDLE_ALIGN in write.c. Fill in the contents