diff options
author | Nick Clifton <nickc@redhat.com> | 2009-11-18 16:37:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-11-18 16:37:56 +0000 |
commit | fad84867f960096fa21608976bc93c7239e28bf2 (patch) | |
tree | 2bb2a18767daf1802f4d09028c1a76c3ff4f942e /ld | |
parent | 72dcaf823ddd60a00635876657ba9233935a2256 (diff) | |
download | gdb-fad84867f960096fa21608976bc93c7239e28bf2.zip gdb-fad84867f960096fa21608976bc93c7239e28bf2.tar.gz gdb-fad84867f960096fa21608976bc93c7239e28bf2.tar.bz2 |
* 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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 10 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/extract-symbol-1sec.d | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/overlay-size.d | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/rgn-at1.d | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/rgn-at2.d | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/rgn-at3.d | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/rgn-at4.d | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/rgn-over8-ok.d | 3 |
8 files changed, 30 insertions, 1 deletions
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 <nickc@redhat.com> + + * 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 <kai.tietz@onevision.com> * 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 .* |