From dd51aa368d060005b3d614abd5551c8abdc18821 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sun, 17 Feb 2002 19:34:12 +0000 Subject: [PATCH] * ld-mmix/local12.d (Sections): Match any LMA for .data, .sbss, and .bss. --- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-mmix/local12.d | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index f0b04ca..51ebb52 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-02-17 Hans-Peter Nilsson + + * ld-mmix/local12.d (Sections): Match any LMA for .data, .sbss, + and .bss. + 2002-02-12 John David Anglin * ld-selective/selective.exp: Link against libgcc on diff --git a/ld/testsuite/ld-mmix/local12.d b/ld/testsuite/ld-mmix/local12.d index 102f448..ddc6b41 100644 --- a/ld/testsuite/ld-mmix/local12.d +++ b/ld/testsuite/ld-mmix/local12.d @@ -12,11 +12,11 @@ Sections: Idx Name Size VMA LMA File off Algn 0 \.text 0+8 0+ 0+ 0+b0 2\*\*2 CONTENTS, ALLOC, LOAD, READONLY, CODE - 1 \.data 0+ 2000000000000000 2000000000000000 0+b8 2\*\*0 + 1 \.data 0+ 2000000000000000 [0-9]+ 0+b8 2\*\*0 CONTENTS, ALLOC, LOAD, DATA - 2 \.sbss 0+ 2000000000000000 2000000000000000 0+b8 2\*\*0 + 2 \.sbss 0+ 2000000000000000 [0-9]+ 0+b8 2\*\*0 CONTENTS - 3 \.bss 0+ 2000000000000000 2000000000000000 0+b8 2\*\*0 + 3 \.bss 0+ 2000000000000000 [0-9]+ 0+b8 2\*\*0 ALLOC Contents of section \.text: 0000 fd030201 e3fd0001 .* -- 2.7.4