slight code improvement over previous delta
[deliverable/binutils-gdb.git] / gas / config / tc-arm.c
index 92b38564548e8eec92c494821dd3cf1df2ddad6c..c6347a2a5f72301d464bc79f8e1734466292e998 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 
This page took 0.022996 seconds and 4 git commands to generate.