]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-03-25 Fred Fish <fnf@redhat.com>
authorFred Fish <fnf@specifix.com>
Tue, 26 Mar 2002 00:36:07 +0000 (00:36 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 26 Mar 2002 00:36:07 +0000 (00:36 +0000)
* gdb.base/list.exp: This test works on remote targets so remove
the short circuit for remote targets.  Update copyright.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/list.exp

index 67cc3235d1ba70e01afdd53c6d2375e9b3b8c676..08956e3fadc2203a26be04e034f5e069c56e750f 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-25  Fred Fish  <fnf@redhat.com>
+
+       * gdb.base/list.exp: This test works on remote targets so remove
+       the short circuit for remote targets.  Update copyright.
+
 2002-03-25  Fred Fish  <fnf@redhat.com>
 
        * gdb.base/attach.exp: Fix logic error that was suppressing this
index ddd1e36bcd32795f7fbd21156fc4ea772b63abaf..315bf0a998fdb046311d65b6e80b3d536295aa9f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999
+# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2002
 # Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -95,12 +95,7 @@ proc test_listsize {} {
     # Show the default lines
     # The second case is for optimized code, it is still correct.
     
-    if [is_remote target] {
-       runto_main;
-       unsupported "list default lines around main";
-    } else {
-       gdb_test "list" "(1\[ \t\]+#include \"list0.h\".*10\[ \t\]+x = 0;|2.*11\[ \t\]+foo .x\[+)\]+;)" "list default lines around main"
-    }
+    gdb_test "list" "(1\[ \t\]+#include \"list0.h\".*10\[ \t\]+x = 0;|2.*11\[ \t\]+foo .x\[+)\]+;)" "list default lines around main"
 
     # Ensure we can limit printouts to one line