diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-10-12 15:55:06 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-10-12 15:55:06 +0000 |
commit | ec8ba2c9a1059989b9b1f48e7f10191544575c49 (patch) | |
tree | 2396a93c83d4eba8b964c673f864d81e6f4e5950 /gdb/testsuite/gdb.dwarf2/dw2-basic.exp | |
parent | 3656d5e3c7a488fefd87924b5446f4d0c4672841 (diff) | |
download | binutils-gdb-ec8ba2c9a1059989b9b1f48e7f10191544575c49.tar.gz |
* gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dw2-basic.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-basic.exp | 1 |
1 files changed, 1 insertions, 0 deletions
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*]} { |