diff options
author | Michael Chastain <mec@google.com> | 2003-02-15 18:32:45 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2003-02-15 18:32:45 +0000 |
commit | 74641dfb93e295cf013dc3413e2702ccd1751fb3 (patch) | |
tree | d16c609803b5512327560617d1f6708586e3aafa /gdb/testsuite/gdb.base/list.exp | |
parent | caad77061276b84208afd1ae40a8c3256215d035 (diff) | |
download | ppe42-binutils-74641dfb93e295cf013dc3413e2702ccd1751fb3.tar.gz ppe42-binutils-74641dfb93e295cf013dc3413e2702ccd1751fb3.zip |
2003-02-13 Michael Chastain <mec@shout.net>
* gdb.base/exprs.exp: Remove i960 remnants.
* gdb.base/funcargs.exp: Likewise.
* gdb.base/list.exp: Likewise.
* gdb.base/ptype.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.base/list.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/list.exp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.base/list.exp b/gdb/testsuite/gdb.base/list.exp index 881e0e6bff..dee91520e9 100644 --- a/gdb/testsuite/gdb.base/list.exp +++ b/gdb/testsuite/gdb.base/list.exp @@ -1,4 +1,4 @@ -# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2002 +# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -405,8 +405,6 @@ proc test_list_filename_and_function {} { timeout { fail "list list0.c:main (timeout)" } } - # The i960 is a second case - # Not sure what the point of having this function be unused is. # AIX is legitimately removing it. setup_xfail "rs6000-*-aix*" @@ -465,8 +463,6 @@ proc test_list_filename_and_function {} { timeout { fail "list list1.c:bar (timeout)" } } - # The i960 is a second case - # Not sure what the point of having this function be unused is. # AIX is legitimately removing it. setup_xfail "rs6000-*-aix*" |