From c962098e3a5832ddc6188be5c0392f76d8cb709c Mon Sep 17 00:00:00 2001 From: nickc Date: Wed, 1 Sep 1999 15:32:46 +0000 Subject: [PATCH] slight code improvement over previous delta --- gas/config/tc-arm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 92b3856454..c6347a2a5f 100644 --- a/gas/config/tc-arm.c +++ b/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 -- 2.11.0