diff options
author | Nick Clifton <nickc@redhat.com> | 2016-06-29 09:06:55 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-06-29 09:06:55 +0100 |
commit | c8ec4434b0657d908609f996544c8c0ac65b28d7 (patch) | |
tree | 61b2ca351f98c54b70f764cb7eb2cc612cf5adfa /gas | |
parent | 6d44f09a7645d7a2cb2f712c4d2f1f3512e848f5 (diff) | |
download | gdb-c8ec4434b0657d908609f996544c8c0ac65b28d7.zip gdb-c8ec4434b0657d908609f996544c8c0ac65b28d7.tar.gz gdb-c8ec4434b0657d908609f996544c8c0ac65b28d7.tar.bz2 |
Fix typo
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/tc-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |