slight code improvement over previous delta
authorNick Clifton <nickc@redhat.com>
Wed, 1 Sep 1999 15:32:46 +0000 (15:32 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 1 Sep 1999 15:32:46 +0000 (15:32 +0000)
gas/config/tc-arm.c

index 92b3856..c6347a2 100644 (file)
@@ -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