* gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
authorMark Kettenis <kettenis@gnu.org>
Fri, 11 Feb 2005 04:01:01 +0000 (04:01 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 11 Feb 2005 04:01:01 +0000 (04:01 +0000)
on *-*-openbsd*.  Correctly match whitespace in regukar
expressions.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-basic.exp
gdb/testsuite/gdb.dwarf2/dw2-intercu.exp

index 2b6b897b2882c308a6b2059bf9f8f76ab3a5c8f0..d0de64d3964e9b27644e6119e78c2a2d3ba14816 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-10  Mark Kettenis  <kettenis@chello.nl>
+
+       * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
+       on *-*-openbsd*.  Correctly match whitespace in regukar
+       expressions.
+
 2005-02-10  Daniel Jacobowitz  <dan@debian.org>
 
        From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
index 7e0611e755ade7e41cc394a9e62b2a3ce858076e..4a9d067483857d004f05ef69dc0abdeb9c9fd389 100644 (file)
@@ -1,5 +1,4 @@
-#   Copyright 2004
-#   Free Software Foundation, Inc.
+# Copyright 2004, 2005 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -22,6 +21,7 @@
 if {![istarget *-*-linux*]
     && ![istarget *-*-gnu*]
     && ![istarget *-*-elf*]
+    && ![istarget *-*-openbsd*]
     && ![istarget arm-*-eabi*]
     && ![istarget powerpc-*-eabi*]} {
     return 0  
@@ -49,5 +49,5 @@ gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
 
 gdb_test "set listsize 1" ""
-gdb_test "list func_cu1" "4\tFile 1 Line 4"
+gdb_test "list func_cu1" "4\[ \t\]+File 1 Line 4"
 gdb_test "ptype func_cu1" "type = int \\(\\)"
index d9a0cfd8006ec3f87ff6b886b31d7db4ce91d03c..eec9a7959a62dea0eebac1aa28776a86c3f67551 100644 (file)
@@ -1,5 +1,4 @@
-#   Copyright 2004
-#   Free Software Foundation, Inc.
+# Copyright 2004, 2005 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -22,6 +21,7 @@
 if {![istarget *-*-linux*]
     && ![istarget *-*-gnu*]
     && ![istarget *-*-elf*]
+    && ![istarget *-*-openbsd*]
     && ![istarget arm-*-eabi*]
     && ![istarget powerpc-*-eabi*]} {
     return 0  
@@ -49,5 +49,5 @@ gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
 
 gdb_test "set listsize 1" ""
-gdb_test "list func_cu1" "4\tFile 1 Line 4"
+gdb_test "list func_cu1" "4\[ \t\]+File 1 Line 4"
 gdb_test "ptype func_cu1" "type = int \\(\\)"
This page took 0.032015 seconds and 4 git commands to generate.