From fad84867f960096fa21608976bc93c7239e28bf2 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 18 Nov 2009 16:37:56 +0000 Subject: * ld-elf/extract-symbol-1sec.d: Expect to fail for the RX target. * ld-scripts/overlay-size.d: Likewise. * ld-scripts/rgn-at1.d: Likewise. * ld-scripts/rgn-at2.d: Likewise. * ld-scripts/rgn-at3.d: Likewise. * ld-scripts/rgn-at4.d: Likewise. * ld-scripts/rgn-over8-ok.d: Likewise. --- ld/testsuite/ChangeLog | 10 ++++++++++ ld/testsuite/ld-elf/extract-symbol-1sec.d | 3 ++- ld/testsuite/ld-scripts/overlay-size.d | 3 +++ ld/testsuite/ld-scripts/rgn-at1.d | 3 +++ ld/testsuite/ld-scripts/rgn-at2.d | 3 +++ ld/testsuite/ld-scripts/rgn-at3.d | 3 +++ ld/testsuite/ld-scripts/rgn-at4.d | 3 +++ ld/testsuite/ld-scripts/rgn-over8-ok.d | 3 +++ 8 files changed, 30 insertions(+), 1 deletion(-) (limited to 'ld') diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 9b7b668..726cc95 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2009-11-18 Nick Clifton + + * ld-elf/extract-symbol-1sec.d: Expect to fail for the RX target. + * ld-scripts/overlay-size.d: Likewise. + * ld-scripts/rgn-at1.d: Likewise. + * ld-scripts/rgn-at2.d: Likewise. + * ld-scripts/rgn-at3.d: Likewise. + * ld-scripts/rgn-at4.d: Likewise. + * ld-scripts/rgn-over8-ok.d: Likewise. + 2009-11-15 Kai Tietz * ld-pe/direct2_client.c: New file. diff --git a/ld/testsuite/ld-elf/extract-symbol-1sec.d b/ld/testsuite/ld-elf/extract-symbol-1sec.d index cbe0144..8dac15b 100644 --- a/ld/testsuite/ld-elf/extract-symbol-1sec.d +++ b/ld/testsuite/ld-elf/extract-symbol-1sec.d @@ -3,7 +3,8 @@ #ld: -Textract-symbol-1.ld #objcopy_linked_file: --extract-symbol #objdump: --headers -#xfail: "hppa*-*-*" +#xfail: "hppa*-*-*" "rx-*-*" +# FAILS on the RX because the linker has to set LMA == VMA for the Renesas loader. #... Sections: *Idx +Name +Size +VMA +LMA .* diff --git a/ld/testsuite/ld-scripts/overlay-size.d b/ld/testsuite/ld-scripts/overlay-size.d index 9021aa4..78a9c92 100644 --- a/ld/testsuite/ld-scripts/overlay-size.d +++ b/ld/testsuite/ld-scripts/overlay-size.d @@ -1,6 +1,9 @@ # ld: -T overlay-size.t -Map tmpdir/overlay-size.map # name: overlay size # objdump: --headers +# xfail: rx-*-* +# FAILS on the RX because the linker has to set LMA == VMA for the +# Renesas loader. # # The .bss[123] LMAs are deliberately blanked out. We can't # reliably map overlaid sections to segments. diff --git a/ld/testsuite/ld-scripts/rgn-at1.d b/ld/testsuite/ld-scripts/rgn-at1.d index bae0343..f301bbb 100644 --- a/ld/testsuite/ld-scripts/rgn-at1.d +++ b/ld/testsuite/ld-scripts/rgn-at1.d @@ -2,6 +2,9 @@ # source: rgn-at.s # ld: -T rgn-at1.t # objdump: -w -h +# xfail: rx-*-* +# FAILS on the RX because the linker has to set LMA == VMA for the +# Renesas loader. .*: file format .* diff --git a/ld/testsuite/ld-scripts/rgn-at2.d b/ld/testsuite/ld-scripts/rgn-at2.d index 4656d65..8fd5f1a 100644 --- a/ld/testsuite/ld-scripts/rgn-at2.d +++ b/ld/testsuite/ld-scripts/rgn-at2.d @@ -2,6 +2,9 @@ # source: rgn-at.s # ld: -T rgn-at2.t # objdump: -w -h +# xfail: rx-*-* +# FAILS on the RX because the linker has to set LMA == VMA for the +# Renesas loader. .*: file format .* diff --git a/ld/testsuite/ld-scripts/rgn-at3.d b/ld/testsuite/ld-scripts/rgn-at3.d index 351c3c7..1d21956 100644 --- a/ld/testsuite/ld-scripts/rgn-at3.d +++ b/ld/testsuite/ld-scripts/rgn-at3.d @@ -2,6 +2,9 @@ # source: rgn-at.s # ld: -T rgn-at3.t # objdump: -w -h +# xfail: rx-*-* +# FAILS on the RX because the linker has to set LMA == VMA for the +# Renesas loader. .*: file format .* diff --git a/ld/testsuite/ld-scripts/rgn-at4.d b/ld/testsuite/ld-scripts/rgn-at4.d index 7db7697..9837343 100644 --- a/ld/testsuite/ld-scripts/rgn-at4.d +++ b/ld/testsuite/ld-scripts/rgn-at4.d @@ -2,6 +2,9 @@ # source: rgn-at.s # ld: -T rgn-at4.t # objdump: -w -h +# xfail: rx-*-* +# FAILS on the RX because the linker has to set LMA == VMA for the +# Renesas loader. .*: file format .* diff --git a/ld/testsuite/ld-scripts/rgn-over8-ok.d b/ld/testsuite/ld-scripts/rgn-over8-ok.d index 657b15c..300e947 100644 --- a/ld/testsuite/ld-scripts/rgn-over8-ok.d +++ b/ld/testsuite/ld-scripts/rgn-over8-ok.d @@ -2,6 +2,9 @@ # source: rgn-over8.s # ld: -T rgn-over8.t # objdump: -w -h +# xfail: rx-*-* +# FAILS on the RX because the linker has to set LMA == VMA for the +# Renesas loader. .*: file format .* -- cgit v1.1