From: Jim Kingdon Date: Fri, 24 Mar 1995 23:06:46 +0000 (+0000) Subject: * gdb.base/a1-selftest.exp (test_with_self): Remove comment which X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ef0c066d9137e86018ddf1528e0210b176fd09a;p=binutils-gdb.git * gdb.base/a1-selftest.exp (test_with_self): Remove comment which apparently went with a (very) old xfail. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7df57d41701..e1849e88c8b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.base/a1-selftest.exp (test_with_self): Remove comment which + apparently went with a (very) old xfail. + Fri Mar 24 13:41:09 1995 Kung Hsu * gdb.base/callfuncs.exp: call runto_main instead of runto main. diff --git a/gdb/testsuite/gdb.base/a1-selftest.exp b/gdb/testsuite/gdb.base/a1-selftest.exp index b2e0f33a78c..b7c32ff4bec 100644 --- a/gdb/testsuite/gdb.base/a1-selftest.exp +++ b/gdb/testsuite/gdb.base/a1-selftest.exp @@ -374,8 +374,6 @@ proc test_with_self {} { } # and another step for good luck - # This one fails on Solaris (for some versions of gdb) because you - # can't step into library functions if $next_ok { set description "step into xmalloc call" send "step\n"