This commit is contained in:
Nick Clifton
2016-06-29 09:06:55 +01:00
parent 6d44f09a76
commit c8ec4434b0

View File

@ -21549,7 +21549,7 @@ md_section_align (segT segment ATTRIBUTE_UNUSED,
} }
#endif #endif
return size; return (size + 3) & ~ 3;
} }
/* This is called from HANDLE_ALIGN in write.c. Fill in the contents /* This is called from HANDLE_ALIGN in write.c. Fill in the contents