summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-11-18 16:37:55 +0000
committerNick Clifton <nickc@redhat.com>2009-11-18 16:37:55 +0000
commitab37fb6c2745f6e908f207d8d0c7cd9560ef5127 (patch)
tree76f051737fc3c31a48c84cf80c36103854796adc
parentf47ba40433798ac92d3bdac8c8376df1101480e2 (diff)
downloadbinutils-redhat-ab37fb6c2745f6e908f207d8d0c7cd9560ef5127.tar.gz
* 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.
-rw-r--r--ld/testsuite/ChangeLog10
-rw-r--r--ld/testsuite/ld-elf/extract-symbol-1sec.d3
-rw-r--r--ld/testsuite/ld-scripts/overlay-size.d3
-rw-r--r--ld/testsuite/ld-scripts/rgn-at1.d3
-rw-r--r--ld/testsuite/ld-scripts/rgn-at2.d3
-rw-r--r--ld/testsuite/ld-scripts/rgn-at3.d3
-rw-r--r--ld/testsuite/ld-scripts/rgn-at4.d3
-rw-r--r--ld/testsuite/ld-scripts/rgn-over8-ok.d3
8 files changed, 30 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 9b7b668479..726cc95887 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 cbe0144dee..8dac15bbe9 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 9021aa4382..78a9c92666 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 bae0343f78..f301bbb624 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 4656d65147..8fd5f1a90b 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 351c3c7d6d..1d21956b7b 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 7db76978be..98373433f0 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 657b15cb98..300e94788a 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 .*