aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-cris
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2005-09-01 01:47:25 +0000
committerHans-Peter Nilsson <hp@axis.com>2005-09-01 01:47:25 +0000
commit9d21c87bbe47deb9f3e23a3fc7b6587a62e626a3 (patch)
tree6e85c1b1dd00efae83032b99e7a95df8e1d9d5b2 /ld/testsuite/ld-cris
parent9e1373d5034d8a77f20000e889c967ca8b7c6563 (diff)
downloadgdb-9d21c87bbe47deb9f3e23a3fc7b6587a62e626a3.zip
gdb-9d21c87bbe47deb9f3e23a3fc7b6587a62e626a3.tar.gz
gdb-9d21c87bbe47deb9f3e23a3fc7b6587a62e626a3.tar.bz2
* ld-cris: Skip tests unsuitable for testing target
cris-axis-linux-gnu.
Diffstat (limited to 'ld/testsuite/ld-cris')
-rw-r--r--ld/testsuite/ld-cris/v10-v32.d3
-rw-r--r--ld/testsuite/ld-cris/v10-va.d2
-rw-r--r--ld/testsuite/ld-cris/v32-ba-1.d2
-rw-r--r--ld/testsuite/ld-cris/v32-bin-1.d2
-rw-r--r--ld/testsuite/ld-cris/v32-v10.d2
-rw-r--r--ld/testsuite/ld-cris/v32-va.d2
-rw-r--r--ld/testsuite/ld-cris/va-v10.d2
-rw-r--r--ld/testsuite/ld-cris/va-v32.d2
8 files changed, 16 insertions, 1 deletions
diff --git a/ld/testsuite/ld-cris/v10-v32.d b/ld/testsuite/ld-cris/v10-v32.d
index b66ee06..d692926 100644
--- a/ld/testsuite/ld-cris/v10-v32.d
+++ b/ld/testsuite/ld-cris/v10-v32.d
@@ -1,3 +1,4 @@
+# notarget: cris*-*-linux-gnu
# source: start1.s --march=v32
# source: move-1.s --march=v0_v10
# as: --em=criself
@@ -5,5 +6,5 @@
# error: contains non-CRIS-v32 code
# Test that linking a (classic) v10 object to a v32 object does
-# not work.
+# not work. Source code and "-m criself" doesn't work with *-linux-gnu.
diff --git a/ld/testsuite/ld-cris/v10-va.d b/ld/testsuite/ld-cris/v10-va.d
index 8bff7cb..c6db037 100644
--- a/ld/testsuite/ld-cris/v10-va.d
+++ b/ld/testsuite/ld-cris/v10-va.d
@@ -1,3 +1,4 @@
+# notarget: cris*-*-linux-gnu
# source: start1.s --march=common_v10_v32
# source: move-1.s --march=v0_v10
# as: --em=criself
@@ -6,6 +7,7 @@
# Test that linking a v10 compatible object to a v10+v32 object
# does work and results in the output marked as a v10 object.
+# Source code and "-m criself" doesn't work with *-linux-gnu.
#...
private flags = 1: \[symbols have a _ prefix\]
diff --git a/ld/testsuite/ld-cris/v32-ba-1.d b/ld/testsuite/ld-cris/v32-ba-1.d
index 2df6fc6..24d0751 100644
--- a/ld/testsuite/ld-cris/v32-ba-1.d
+++ b/ld/testsuite/ld-cris/v32-ba-1.d
@@ -1,8 +1,10 @@
+# notarget: cris*-*-linux-gnu
# as: --march=v32 --em=criself
# ld: -m criself
# objdump: -d
# Check that 32-bit branches (PCREL:s) are relocated right.
+# Source code and "-m criself" doesn't work with *-linux-gnu.
.*: file format elf32-us-cris
diff --git a/ld/testsuite/ld-cris/v32-bin-1.d b/ld/testsuite/ld-cris/v32-bin-1.d
index 02ce118..3a8714b 100644
--- a/ld/testsuite/ld-cris/v32-bin-1.d
+++ b/ld/testsuite/ld-cris/v32-bin-1.d
@@ -1,8 +1,10 @@
+#notarget: cris*-*-linux-gnu
#as: --em=criself --march=v32
#ld: -m criself --oformat binary --defsym ext1=0x4000 --defsym ext2=0x6000
#objdump: -s -b binary
# Test that pcrel relocs work with --oformat binary.
+# Source code and "-m criself" doesn't work with *-linux-gnu.
.*: file format binary
diff --git a/ld/testsuite/ld-cris/v32-v10.d b/ld/testsuite/ld-cris/v32-v10.d
index e1dbe7d..a96120f 100644
--- a/ld/testsuite/ld-cris/v32-v10.d
+++ b/ld/testsuite/ld-cris/v32-v10.d
@@ -1,3 +1,4 @@
+# notarget: cris*-*-linux-gnu
# source: start1.s --march=v0_v10
# source: move-1.s --march=v32
# as: --em=criself
@@ -6,3 +7,4 @@
# Test that linking a v32 object to a (classic) v10 object does
# not work.
+# Source code and "-m criself" doesn't work with *-linux-gnu.
diff --git a/ld/testsuite/ld-cris/v32-va.d b/ld/testsuite/ld-cris/v32-va.d
index 49126d5..526d3c3 100644
--- a/ld/testsuite/ld-cris/v32-va.d
+++ b/ld/testsuite/ld-cris/v32-va.d
@@ -1,3 +1,4 @@
+# notarget: cris*-*-linux-gnu
# source: start1.s --march=common_v10_v32
# source: move-1.s --march=v32
# as: --em=criself
@@ -6,6 +7,7 @@
# Test that linking a v32 object to a v10+v32 object
# does work and results in the output marked as a v32 object.
+# Source code and "-m criself" doesn't work with *-linux-gnu.
#...
private flags = 3: \[symbols have a _ prefix\] \[v32\]
diff --git a/ld/testsuite/ld-cris/va-v10.d b/ld/testsuite/ld-cris/va-v10.d
index ec09d6c..d6bda58 100644
--- a/ld/testsuite/ld-cris/va-v10.d
+++ b/ld/testsuite/ld-cris/va-v10.d
@@ -1,3 +1,4 @@
+# notarget: cris*-*-linux-gnu
# source: start1.s --march=v0_v10
# source: move-1.s --march=common_v10_v32
# as: --em=criself
@@ -6,6 +7,7 @@
# Test that linking a v10+v32 compatible object to a v10 object
# does work and results in the output marked as a v10 object.
+# Source code and "-m criself" doesn't work with *-linux-gnu.
#...
private flags = 1: \[symbols have a _ prefix\]
diff --git a/ld/testsuite/ld-cris/va-v32.d b/ld/testsuite/ld-cris/va-v32.d
index c94f9f9..b598ff5 100644
--- a/ld/testsuite/ld-cris/va-v32.d
+++ b/ld/testsuite/ld-cris/va-v32.d
@@ -1,3 +1,4 @@
+# notarget: cris*-*-linux-gnu
# source: start1.s --march=v32
# source: move-1.s --march=common_v10_v32
# as: --em=criself
@@ -6,6 +7,7 @@
# Test that linking a v10+v32 compatible object to a v32 object
# does work and results in the output marked as a v32 object.
+# Source code and "-m criself" doesn't work with *-linux-gnu.
#...
private flags = 3: \[symbols have a _ prefix\] \[v32\]