slight code improvement over previous delta

This commit is contained in:
Nick Clifton 1999-09-01 15:32:46 +00:00
parent c35dfbebaf
commit 231b5e2936
1 changed files with 2 additions and 1 deletions

View 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