From cde9e0be8b661444a3a362e4d8bffaf8b742f2e1 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 16 Aug 2006 08:31:45 +0000 Subject: ld/ PR 3052 * ldlang.h (lang_output_section_statement_type): Replace "processed" field with "processed_vma" and "processed_lma". * ldlang.c (lang_do_assignments_1): Move lma setting code.. (lang_size_sections_1): ..to here. (lang_reset_memory_regions): Adjust for lang_output_section_statement_type change. * ldexp.c (fold_name): Likewise. And this is something I forgot the check in from the previous patch. ld/testsuite/ * ld-scripts/overlay-size-map.d: Adjust. --- ld/testsuite/ld-scripts/overlay-size-map.d | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ld/testsuite/ld-scripts/overlay-size-map.d') diff --git a/ld/testsuite/ld-scripts/overlay-size-map.d b/ld/testsuite/ld-scripts/overlay-size-map.d index 852ed81..cd35db0 100644 --- a/ld/testsuite/ld-scripts/overlay-size-map.d +++ b/ld/testsuite/ld-scripts/overlay-size-map.d @@ -5,19 +5,19 @@ #... \.bss3 *0x0*20000 *0x20 #... -\.mtext *0x0*10000 *0x20 load address 0x0*30000 +\.mtext *0x0*10000 *0x20 #... \.mbss *0x0*20030 *0x230 load address 0x0*20060 #... -\.text1 *0x0*10020 *0x80 load address 0x0*30020 +\.text1 *0x0*10020 *0x80 #... -\.text2 *0x0*10020 *0x40 load address 0x0*300a0 +\.text2 *0x0*10020 *0x40 #... -\.text3 *0x0*10020 *0x20 load address 0x0*300e0 +\.text3 *0x0*10020 *0x20 #... -\.data1 *0x0*20260 *0x30 load address 0x0*30100 +\.data1 *0x0*20260 *0x30 #... -\.data2 *0x0*20260 *0x40 load address 0x0*30130 +\.data2 *0x0*20260 *0x40 #... -\.data3 *0x0*20260 *0x50 load address 0x0*30170 +\.data3 *0x0*20260 *0x50 #pass -- cgit v1.1