* ld-elf/extract-symbol-1sec.d: Expect to fail for the RX target.
authorNick Clifton <nickc@redhat.com>
Wed, 18 Nov 2009 16:37:56 +0000 (16:37 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 18 Nov 2009 16:37:56 +0000 (16:37 +0000)
        * 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
ld/testsuite/ld-elf/extract-symbol-1sec.d
ld/testsuite/ld-scripts/overlay-size.d
ld/testsuite/ld-scripts/rgn-at1.d
ld/testsuite/ld-scripts/rgn-at2.d
ld/testsuite/ld-scripts/rgn-at3.d
ld/testsuite/ld-scripts/rgn-at4.d
ld/testsuite/ld-scripts/rgn-over8-ok.d

index 9b7b6684796e5d5517a637ae45a871b3069b445a..726cc958875f450f5a6356c59405788b89546940 100644 (file)
@@ -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.
index cbe0144dee880696dcf459e9c6e2da9831f4b1d8..8dac15bbe9c701935a2e1536cd0c03ffc03fc80a 100644 (file)
@@ -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 .*
index 9021aa438274f82010df8ef30871208eda781c44..78a9c92666012cba8ff52ab752f98ce68261f4d8 100644 (file)
@@ -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.
index bae0343f78766b6bc999615d1cf9214cdb40ee81..f301bbb62420a37b96a974b28da56d862ec5e769 100644 (file)
@@ -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 .*
 
index 4656d651471d1f26a7d583ec6700de4ad597d772..8fd5f1a90b23c1c1d28b5f3d27598c7430b881bd 100644 (file)
@@ -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 .*
 
index 351c3c7d6d5c7c9454fab1cd1db53086bf38a0ea..1d21956b7b6524c48bd3a20e3dfd03665d081aa3 100644 (file)
@@ -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 .*
 
index 7db76978be4992560489b0d796c67fc20bddc928..98373433f06e7a514b9201698a3f4ede0775d52d 100644 (file)
@@ -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 .*
 
index 657b15cb982276ad3365d37f4106ca5c98e5f3aa..300e94788ab6794d9c3162b94f65190f0180f0c8 100644 (file)
@@ -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 .*
 
This page took 0.028759 seconds and 4 git commands to generate.