From 72df7117d74fe0c6bc1ed8605219e6062de40365 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 30 Jul 1996 22:56:46 +0000 Subject: * ldlang.c (lang_size_sections): Add the section VMA to the result value when computing the address of a section. --- ld/ldlang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/ldlang.c') diff --git a/ld/ldlang.c b/ld/ldlang.c index 94f58f9..ae844be 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -2074,7 +2074,7 @@ lang_size_sections (s, output_section_statement, prev, fill, dot, relax) einfo ("%F%S: non constant address expression for section %s\n", os->name); } - dot = r.value; + dot = r.value + r.section->bfd_section->vma; } /* The section starts here */ /* First, align to what the section needs */ -- cgit v1.1