From 6844c0ccea23157d9f965524d02f656a9f89f48e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 29 Jun 2016 09:09:03 +0100 Subject: [PATCH] Correct fix for typo --- gas/config/tc-arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 6cba107b3f..73d0531639 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 -- 2.34.1