aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2008-02-04 23:41:54 +0000
committerBob Wilson <bob.wilson@acm.org>2008-02-04 23:41:54 +0000
commit2d312b6be3acaf6cac82abf81dd10124efd2705e (patch)
treef1a169199c63af2e6984360e7b9974c2384c3cad /ld
parentd9ab3f2902162ea159967fb412a4038bf6b8e958 (diff)
downloadgdb-2d312b6be3acaf6cac82abf81dd10124efd2705e.zip
gdb-2d312b6be3acaf6cac82abf81dd10124efd2705e.tar.gz
gdb-2d312b6be3acaf6cac82abf81dd10124efd2705e.tar.bz2
binutils/testsuite/
* binutils-all/objdump.exp (cpus_expected): Add xtensa. ld/testsuite/ * ld-undefined/undefined.exp: XFAIL for xtensa*-*-linux*.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-undefined/undefined.exp9
2 files changed, 13 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index a2596f5..749a3a1 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-04 Bob Wilson <bob.wilson@acm.org>
+
+ * ld-undefined/undefined.exp: XFAIL for xtensa*-*-linux*.
+
2008-01-31 Marc Gauthier <marc@tensilica.com>
* ld-elf/merge.d: Recognize Xtensa processor variants.
diff --git a/ld/testsuite/ld-undefined/undefined.exp b/ld/testsuite/ld-undefined/undefined.exp
index d546fd8..dc9c47c 100644
--- a/ld/testsuite/ld-undefined/undefined.exp
+++ b/ld/testsuite/ld-undefined/undefined.exp
@@ -71,6 +71,12 @@ checkund $mu $testund
#setup_xfail "arm*-*-pe*"
#setup_xfail "thumb*-*-pe*"
+# For Xtensa on GNU Linux systems (or any other system where PIC code is
+# always used), the address of the undefined function is in a literal pool
+# outside the function, so that both the "undefined function" and "undefined
+# line" tests fail.
+setup_xfail xtensa*-*-linux*
+
set mf "tmpdir/undefined.o* In function `function':"
checkund $mf $testfn
@@ -132,4 +138,7 @@ setup_xfail "sh64-*-*"
# doesn't need a literal pool entry.
setup_xfail s390-*-*
+# See comments above for Xtensa.
+setup_xfail xtensa*-*-linux*
+
checkund $ml $testline