This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix typo


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c8ec4434b0657d908609f996544c8c0ac65b28d7

commit c8ec4434b0657d908609f996544c8c0ac65b28d7
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Jun 29 09:06:55 2016 +0100

    Fix typo

Diff:
---
 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 73d0531..6cba107 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]