From 32edc927faea39b1f7be4654f6ffa03f3e6b16ce Mon Sep 17 00:00:00 2001 From: Timothy Wall Date: Fri, 4 Feb 2000 19:49:21 +0000 Subject: Fix typo in ALIGN_N usage. --- ld/ldlang.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ld/ldlang.c') diff --git a/ld/ldlang.c b/ld/ldlang.c index 6896b20..10e41c2 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -2824,8 +2824,8 @@ lang_size_sections (s, output_section_statement, prev, fill, dot, relax) /* put the section within the requested block size, or align at the block boundary */ - after = ALIGN_N (os->bfd_section->vma, - os->bfd_section->_raw_size / opb, + after = ALIGN_N (os->bfd_section->vma + + os->bfd_section->_raw_size / opb, /* The coercion here is important, see ld.h. */ (bfd_vma) os->block_value); -- cgit v1.1