From 6844c0ccea23157d9f965524d02f656a9f89f48e Mon Sep 17 00:00:00 2001
From: Nick Clifton <nickc@redhat.com>
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 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
-- 
GitLab