* ld-undefined/undefined.exp: Mark as xfail for m6811 and m6812
authorStephane Carrez <stcarrez@nerim.fr>
Mon, 27 Oct 2003 11:42:30 +0000 (11:42 +0000)
committerStephane Carrez <stcarrez@nerim.fr>
Mon, 27 Oct 2003 11:42:30 +0000 (11:42 +0000)
due to elf/Dwarf2 binutils limitation.

ld/testsuite/ChangeLog
ld/testsuite/ld-undefined/undefined.exp

index a33402c2489afe748abda8b264fb02f2e9efdba4..81f757550018b657c8bd4fc193e0bbcc333959c1 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-27  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * ld-undefined/undefined.exp: Mark as xfail for m6811 and m6812
+       due to elf/Dwarf2 binutils limitation.
+
 2003-10-23  H.J. Lu  <hongjiu.lu@intel.com>
 
        * ld-elfvers/vers.exp (test_ldfail): Add "-Wl," to pass the
index ac7c98600c7c2bb1780b21f086604a76c2555192..d4bb65053cc86107444f63e64aa4697a02eb3e89 100644 (file)
@@ -78,6 +78,8 @@ setup_xfail "alpha*-*-linux*"
 setup_xfail "hppa*64*-*-*"
 setup_xfail "mn10300-*-elf"
 setup_xfail "sh-*-*"
+setup_xfail "m6811-*-*"
+setup_xfail "m6812-*-*"
 
 set mf "tmpdir/undefined.o* In function `function':"
 checkund $mf $testfn
@@ -132,6 +134,8 @@ set ml "undefined.c:9: undefined reference to `*this_function_is_not_defined'"
 setup_xfail mcore-*-elf
 setup_xfail mips-sgi-irix6*
 setup_xfail "sh64-*-*"
+setup_xfail "m6811-*-*"
+setup_xfail "m6812-*-*"
 
 # The undefined test fails on 31 bit s/390 because the address of the 
 # function `this_function_is_not_defined' is stored in the literal pool of
This page took 0.026416 seconds and 4 git commands to generate.