aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-09-01 15:32:46 +0000
committerNick Clifton <nickc@redhat.com>1999-09-01 15:32:46 +0000
commit231b5e29367532b1154e608c86761bebd1db80d5 (patch)
treed066e60f8a370fe0c892318d02540f56aa5de73c /gas
parentc35dfbebaf92275f8c44c17c1dff8ed5476cf6a4 (diff)
downloadgdb-231b5e29367532b1154e608c86761bebd1db80d5.zip
gdb-231b5e29367532b1154e608c86761bebd1db80d5.tar.gz
gdb-231b5e29367532b1154e608c86761bebd1db80d5.tar.bz2
slight code improvement over previous delta
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-arm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index 92b3856..c6347a2 100644
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -5182,9 +5182,10 @@ md_section_align (segment, size)
{
#ifdef OBJ_ELF
return size;
-#endif
+#else
/* Round all sects to multiple of 4 */
return (size + 3) & ~3;
+#endif
}
/* Under ELF we need to default _GLOBAL_OFFSET_TABLE. Otherwise