2003-02-27 Michael Snyder <msnyder@redhat.com>

* gdb.base/restore.c (main): Return zero, so exit code
        will be consistant.
This commit is contained in:
Michael Snyder 2003-02-27 18:36:31 +00:00
parent 4e845cd39a
commit e8d359df3a
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-02-27 Michael Snyder <msnyder@redhat.com>
* gdb.base/restore.c (main): Return zero, so exit code
will be consistant.
2003-02-26 David Carlton <carlton@math.stanford.edu>
* gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
@ -153,6 +158,8 @@
2003-01-29 Michael Snyder <msnyder@redhat.com>
* gdb.base/maint.exp: Allow for leading underscore in symbol.
* gdb.base/display.exp: Allow for leading underscore in symbol.
* gdb.base/args.exp: Skip if target does not support args passing.
2003-01-22 Daniel Jacobowitz <drow@mvista.com>

View File

@ -257,4 +257,5 @@ int main ()
#endif
driver ();
printf("exiting\n");
return 0;
}