diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-02-25 18:50:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-02-25 18:50:45 +0000 |
commit | 01cec5c8e7efaa10983a6edcacdcf029acaa4e43 (patch) | |
tree | 13546f47f017799e2fba65bfd268797f4e7482b6 /gdb/testsuite/ChangeLog | |
parent | 539a840f7b25da6a3dd149b798a933b7ebe5a37c (diff) | |
download | gdb-01cec5c8e7efaa10983a6edcacdcf029acaa4e43.zip gdb-01cec5c8e7efaa10983a6edcacdcf029acaa4e43.tar.gz gdb-01cec5c8e7efaa10983a6edcacdcf029acaa4e43.tar.bz2 |
* Redid configuration scheme. Removed gdb.t*/configure.in.
Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
distclean targets. Built executables via .o files. Adjusted
tests to account for source files in $(srcdir) rather than
$(objdir).
* lib/gdb.exp (runto): Don't expect () after the function name,
because it may have arguments.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 2b96a53..6c5bfbb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com) + + * Redid configuration scheme. Removed gdb.t*/configure.in. + Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX + instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and + distclean targets. Built executables via .o files. Adjusted + tests to account for source files in $(srcdir) rather than + $(objdir). + * lib/gdb.exp (runto): Don't expect () after the function name, + because it may have arguments. + Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com) * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp, |