From: Daniel Jacobowitz Date: Tue, 12 Oct 2004 15:55:06 +0000 (+0000) Subject: * gdb.dwarf2/dw2-basic.exp: Run on Hurd also. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec8ba2c9a1059989b9b1f48e7f10191544575c49;p=binutils-gdb.git * gdb.dwarf2/dw2-basic.exp: Run on Hurd also. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 01fc5d6bc2a..be36b0b1e48 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-10-12 Daniel Jacobowitz + + * gdb.dwarf2/dw2-basic.exp: Run on Hurd also. + 2004-10-12 Daniel Jacobowitz * configure.in: Add gdb.dwarf2. diff --git a/gdb/testsuite/gdb.dwarf2/dw2-basic.exp b/gdb/testsuite/gdb.dwarf2/dw2-basic.exp index ff4b37ee050..7e0611e755a 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-basic.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-basic.exp @@ -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*]} {