mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
slight code improvement over previous delta
This commit is contained in:
@ -5182,9 +5182,10 @@ md_section_align (segment, size)
|
|||||||
{
|
{
|
||||||
#ifdef OBJ_ELF
|
#ifdef OBJ_ELF
|
||||||
return size;
|
return size;
|
||||||
#endif
|
#else
|
||||||
/* Round all sects to multiple of 4 */
|
/* Round all sects to multiple of 4 */
|
||||||
return (size + 3) & ~3;
|
return (size + 3) & ~3;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Under ELF we need to default _GLOBAL_OFFSET_TABLE. Otherwise
|
/* Under ELF we need to default _GLOBAL_OFFSET_TABLE. Otherwise
|
||||||
|
Reference in New Issue
Block a user