* gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
authorDaniel Jacobowitz <drow@false.org>
Tue, 12 Oct 2004 15:55:06 +0000 (15:55 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 12 Oct 2004 15:55:06 +0000 (15:55 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-basic.exp

index 01fc5d6bc2a7cd811587329a4fd3c14d3863aa07..be36b0b1e489664942f34d1c3e80d92c03c985da 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-12  Daniel Jacobowitz  <dan@debian.org>
+
+       * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
+
 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
 
        * configure.in: Add gdb.dwarf2.
index ff4b37ee050cbc339f0ea915cbc9719eda3b8991..7e0611e755ade7e41cc394a9e62b2a3ce858076e 100644 (file)
@@ -20,6 +20,7 @@
 # This test can only be run on targets which support DWARF-2 and use gas.
 # For now pick a sampling of likely targets.
 if {![istarget *-*-linux*]
+    && ![istarget *-*-gnu*]
     && ![istarget *-*-elf*]
     && ![istarget arm-*-eabi*]
     && ![istarget powerpc-*-eabi*]} {