* ld-undefined/undefined.exp (hppa*64*-*-*, mn10300-*-elf,
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 30 Aug 2000 22:01:47 +0000 (22:01 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 30 Aug 2000 22:01:47 +0000 (22:01 +0000)
sh-*-*): With dwarf-2, `undefined function' can't pass.

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

index 6ec7b213cb6ba694aa429f9497f0ca4845095040..7a11b519fb6ecf4a27ff0da4804b50ee1413e41f 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
+
+       * ld-undefined/undefined.exp (hppa*64*-*-*, mn10300-*-elf,
+       sh-*-*): With dwarf-2, `undefined function' can't pass.
+
 2000-08-03  H.J. Lu  (hjl@gnu.org)
 
        * ld-bootstrap/bootstrap.exp: Add strip.
index 5f551924a3b18f4edf3d06d4c0889b701f3189eb..e49b90cc91bfc0c8f67f2f0e1dba77b687390b38 100644 (file)
@@ -1,7 +1,7 @@
 # Test that the linker reports undefined symbol errors correctly.
 # By Ian Lance Taylor, Cygnus Support
 #
-#   Copyright (C) 1995, 1996, 1997 Free Software Foundation
+#   Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -69,6 +69,12 @@ checkund $mu $testund
 # Just doesn't work for PA ELF.  No clue why.
 setup_xfail "hppa*-*-*elf*"
 
+# With dwarf-2, we can't get the function in which the reference
+# occurs; see below.
+setup_xfail "hppa*64*-*-*"
+setup_xfail "mn10300-*-elf"
+setup_xfail "sh-*-*"
+
 set mf "tmpdir/undefined.o: In function `function':"
 checkund $mf $testfn
 
This page took 0.026008 seconds and 4 git commands to generate.