From: Fred Fish Date: Mon, 21 Apr 1997 21:56:32 +0000 (+0000) Subject: * gdb.base/run.c: Use FAKEARGV to build test executable that X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b0c4d379ffcbf36a9392e381263723342c7e4a3a;p=binutils-gdb.git * gdb.base/run.c: Use FAKEARGV to build test executable that does not require a command line arg, since most simulators don't currently support passing such an arg into the simulated program. * gdb.base/commands.exp: Change tests to insert the proper value as the arg to the first recursive factorial call. Change compilation line to define FAKEARGV at compile time. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fb0c01bef5f..b3ccd71b045 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,19 @@ +Mon Apr 21 13:38:58 1997 Fred Fish + + * gdb.base/run.c: Use FAKEARGV to build test executable that + does not require a command line arg, since most simulators + don't currently support passing such an arg into the simulated + program. + * gdb.base/commands.exp: Change tests to insert the proper + value as the arg to the first recursive factorial call. Change + compilation line to define FAKEARGV at compile time. + +Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com) + + * gdb.base/recurse.exp: Enable these tests for the mn10300. + * gdb.base/watchpoint.exp: Don't expect a failure for an "calling + function with watchpoint enabled" test. + Tue Apr 8 19:33:20 1997 Bob Manson * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):