Browse Source

slight code improvement over previous delta

gdb-premipsmulti-2000-06-06-branch
Nick Clifton 27 years ago
parent
commit
231b5e2936
  1. 3
      gas/config/tc-arm.c

3
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

Loading…
Cancel
Save