* doc/runtest.1: Replace "TCL" with "Tcl".
[dejagnu.git] / ChangeLog
blob1ff17c211e312c8fe17fdf7161de62a8b67ad8ef
1 2003-07-30  Ben Elliston  <bje@wasabisystems.com>
3         * doc/runtest.1: Replace "TCL" with "Tcl".
4         Make last revision date current.
6 2003-07-29  Ben Elliston  <bje@wasabisystems.com>
8         * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
9         URLs and other stylistic improvements.
10         * doc/ref.sgml: Likewise.
11         * doc/user.sgml: Likewise.
13 2003-07-25  Mike Stump  <mrs@apple.com>
15         * lib/target.exp (prune_warnings): Handle "nfs server .* not
16         responding" and "nfs server .* is alive again".
18 2003-07-20  Ben Elliston  <bje@wasabisystems.com>
20         * config.guess: Update to most recent version.
21         * config.sub: Ditto.
22         * AUTHORS: Add self to list of maintainers.
24 2003-07-25  Jim Dein  <jdein@deinji5.apple.com>
26          * lib/utils.exp: fix double recursion bug in proc find.
28 2002-02-25  Jackie Smith Cashion  <jsmith@redhat.com>
30         * baseboards/am33_2.0-libremote.exp: New file.
32 2000-11-21  Drew Moseley  <dmoseley@redhat.com>
34         * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
35         ASB2303 board.
37 2000-08-10  Drew Moseley  <dmoseley@cygnus.com>
39         * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
40         ASB2303 board.
42 2003-06-13  Phil Edwards <pme@devphil.com>
44         * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
45         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
46         only -T[linker] instead of -Wl,-T[linker].
47         
48 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
50         * lib/target.exp (prune_warnings): Add two more linker
51         warning patterns for warnings generated by modern verions
52         of NetBSD.
54 2003-05-12  H.J. Lu <hongjiu.lu@intel.com>
56         * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
58 2003-05-09  H.J. Lu <hongjiu.lu@intel.com>
60         * runtest: Fix a typo.
62 2003-05-03  Nitin Dhavale <nitinpdhavale@indiatimes.com>
64         * doc/user.sgml: Clarify how to set the verbose option.
66 2003-03-28 Chris Demetriou <cgd@broadcom.com>
68         * lib/framework.exp (check_conditional_xfail): Adjust so that
69         an empty 'includes' list matches all sets of flags.
70         * doc/dejagnu.texi: Document the above.
71         * doc/ref.sgml: Likewise.
73 2003-03-27  David Heine <dlheine@tensilica.com>
75         * baseboards/xtensa-sim.exp: Fix a syntax error.
77 2003-03-16  Rob Savoye  <rob@direwolf.welcomehome.org>
79         * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
80         than stomp on it. This is based on a patch from Brendan Conoboy
81         <blc@redhat.com>.
82         * Most files: Update copyright dates.
84 2003-03-13  Mike Stump  <mrs@apple.com>
86         * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
87         help ensure uniqueness.
89 2003-03-05  Alexandre Oliva  <aoliva@redhat.com>
91         * lib/remote.exp (standard_download, standard_upload): Support
92         nfsdir and nfsroot_server.
94 2001-11-12  Andrew Cagney  <ac131313@redhat.com>
96          * lib/remote.exp (local_exec, standard_close): Use SHELL
97          background instead of tcl background to background the kill
98          processes.  Work around problem found by Nick Duffek in older
99          CYGWINs. (migrated from Redhat's sources kind late, sorry)
101 2003-02-19  DJ Delorie  <dj@redhat.com>
103         * config/sim.exp: Support both sid and rawsid protocols.
105 2003-01-31  Kazu Hirata  <kazu@cs.umass.edu>
107         * dejagnu/baseboards/h8300-sim.exp: Don't set
108         needs_status_wrapper.
110 2002-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
112         * lib/libgloss.exp (newlib_include_flags): Use -isystem, not -I.
113         (libio_include_flags, g++_include_flags, libstdc++_include_flags,
114         winsup_include_flags): Ditto.
115         * doc/user.sgml (Local Config File): Use -isystem, not -I, in
116         example.
118 2002-11-21 Matt Bemis <bemis@iol.unh.edu>
120         * modified xml_output to handle null input and output
121                 
122 2002-10-21  Adam Nemet  <anemet@lnxw.com>
124         * libgloss.exp (get_multilibs): Don't use the first argument
125         passed to this function as the multilib option unless it is in
126         fact a multilib option.
128 2002-11-13 Matt Bemis <bemis@iol.unh.edu>
130         * Fixed input/output to check for empty.
132 2002-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
134         * lib/libgloss.exp (newlib_include_flags): Use -isystem, not -I.
135         (libio_include_flags, g++_include_flags, libstdc++_include_flags,
136         winsup_include_flags): Ditto.
137         * doc/user.sgml (Local Config File): Use -isystem, not -I, in
138         example.
140 2002-10-29  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
142         * Makefile.am: Add support for DESTDIR.
143         * Makefile.in: Regenerated.
145 2002-10-21  Matt Bemis  <bemis@iol.unh.edu>
147        * added input/output to xml_output in lib/framework.exp
148        * removed the log feature replaced by input/output_xml
150 2002-09-24  Richard Earnshaw  <rearnsha@arm.com>
152         * lib/libgloss.exp (build_wrapper): Use a tool-specific filename on
153         the host for the testglue.
155 2002-09-04  Rob Savoye  <rob@welcomehome.org>
157         * Clean.tcl (cleanfiles): Add more patterns to remove.
158         * Makefile.am: Fix tarball target to clean up the source tree
159         better.
161 2002-09-03  Rob Savoye  <rob@welcomehome.org>
163         * Makefile.am: Add support to build Solaris and HPUX packages.
164         * Makefile.in: Regenerated with automake 1.6.
165         * aclocal.m4: Regenerated with aclocal 1.6.
166         * example/hello/Makefile.in:  Regenerated with automake 1.6.
167         * example/calc/Makefile.in:  Regenerated with automake 1.6.
168         * missing: Update with the one from automake 1.6.
169         
170 2002-08-30  Rob Savoye  <rob@welcomehome.org>
172         * configure.in: Add AC_NO_EXECUTABLES, so things configure without
173         building C++ executables. 
174         * example/hello/hello.c: New C version of the example.
175         * example/hello/Makefile.am: Build C based example.
176         * example/hello/configure.in: Add AC_NO_EXECUTABLES, so things
177         configure without building C++ executables.
178         * configure: Regenerated.
180 2002-08-30  Nick Clifton  <nickc@redhat.com>
182         * acinclude.m4: Provide alternative definition of AC_PROG_CXX
183         which does not call AC_PROG_CXX_WORKS.  This allows dejagnu to
184         be configured and built without a working C++ compiler.
186 2002-08-29  Rob Savoye  <rob@welcomehome.org>
188         * debian/changelog: Update version number to 1.4.3.
189         * redhat/dejagnu.spec: Update version number to 1.4.3.
190         * dejagnu.h: Use __STDC_HOSTED__, rather than our own autoconf
191         test to determine libstdc++ 2.x or 3.x.
192         * testsuite/libdejagnu/unit.cc: Use __STDC_HOSTED__, rather than
193         our own autoconf test to determine libstdc++ 2.x or 3.x.
195 2002-06-18  Dave Brolley  <brolley@redhat.com>
197         From Catherine Moore, Michael Meissner, Mark Salter, Jim Blandy:
198         * baseboards/frv-elf.exp: New board description.
199         * baseboards/frv-sim.exp: New board description.
200         * baseboards/frv-tiger.exp: New board description.
201         * baseboards/frv-tomcat.exp: New board description.
203 Wed Jun  5 14:52:15 PDT 2002   Joey Ekstrom <joey@ekstrom.org>
204         * dejagnu.h: modfied C functions to behave like printf.
205         
206 2001-01-15  Ben Elliston  <bje@redhat.com>
208         * lib/framework.exp (record_test): Invoke a user-defined procedure
209         if one is named in local_record_procs($type).
211 2002-08-28  Catherine Moore  <clm@redhat.com>
213         * baseboards/v850-sim.exp (target_install): Add v850e-elf.
215 2002-07-16  Rob Savoye  <rob@direwolf.welcomehome.org>
217         * doc/user.sgml: Add new tutorial by Niklaus Giger as a new
218         chapter.
219         * doc/Makefile.am: Tweak rules for building output files.
220         * doc/Makefile.in: Regenerated.
222 2002-07-14 Daniel Jacobowitz <drow@false.org>
224         * lib/remote.exp: Fix standard_spawn{} to support SSH.
226 Wed Jun  5 14:52:15 PDT 2002   Joey Ekstrom <joey@ekstrom.org>
228         * dejagnu.h: modfied C functions to behave like printf.
229         * dejagnu.h: added wait() to fix problem with host_execute() in
230         dejagnu.exp where if skips failed, untested, etc. messages from the
231         executable.
233 2002-05-01  Matt Bemis <bemis@iol.unh.edu>
235         * added documentation on xml capabilities
237 2002-05-02  Fernando Nasser  <fnasser@localhost.localdomain>
239         * runtest.exp: Add kfail_flag and kfail_prms variable
240         initializations.
241         * lib/framework.exp (setup_kfail): New proc. Like setup_xfail, but  
242         for known tool bugs already registered in a bug database.
243         (kfail): New proc. Record that a test has failed due to a known bug.
244         (kpass): New proc. Record that a test for a known bug has passed
245         unexpectedly.
246         (clear_kfail): Like clear_xfail, but for known bugs.
247         (record_test): Handle KFAIL and KPASS.
248         (pass, fail): Test for known failures.
249         (clone_output): Add KFAIL to list of message types to be cloned.
250         (log_summary): Add summary for KFAIL and KPASS.
251         (unknown): Update comment.
252         * doc/dejagnu.texi: Document the above.
253         * lib/libsup.exp: Add counters for KFAIL and KPASS.
254         * testsuite/runtest.all/stats-sub.exp: Test kfail and kpass.
255         * testsuite/runtest.all/stats.exp: Ditto.
257 2002-04-30  Ben Elliston  <bje@redhat.com>
259         * doc/runtest.1: Fix formatting error for --ignore option.
261 2002-04-25    <Matthew Bemis <bemis@iol.unh.edu>
263         * lib/framework/exp: new procs check_xml{}, insertdtd{}, xml_output{},
264         plus a few hooks to xml_output in the other logging procs to produce
265         XML output.
266         * runtest.exp: Add support for the --x option for XML output.
268 2002-04-25  Nick Clifton  <nickc@cambridge.redhat.com>
270         * example/calc/configure.in (AM_MAINTAINER_MODE): Add invocation.
271         * example/calc/aclocal.m4: Regenerate.
272         * example/calc/configure: Regenerate.
273         * example/calc/Makefile.in: Regenerate.
275 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
277         * baseboards/powerpc-sim.exp: Don't disable inferior
278         function calls.
280 2002-04-19  Nick Clifton  <nickc@cambridge.redhat.com>
282         * Import files from sourceware dejagnu repository:
284         2002-03-15  Chris Demetriou  <cgd@broadcom.com>
285         * baseboards/mips-sim-idt32.exp: New file.
286         2002-01-21  Ben Elliston  <bje@redhat.com>
287         * baseboards/sh-sid.exp: New file.
288         2001-11-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
289         * baseboards/i386-sid.exp: New file.
290         2001-10-10  Frank Ch. Eigler  <fche@redhat.com>
291         * config/sid.exp (set_host_info): New proc.  Call it to set
292         gdb,nointerrupt flag to work around framework problems.
293         2001-08-24  Frank Ch. Eigler  <fche@redhat.com>
294         * baseboards/basic-sid.exp (find_sid_conf): Tolerate not
295         finding path to pregen configuration file.
296         2001-02-22  Ben Elliston  <bje@redhat.com>
297         * config/sid.exp: New file.
298         * baseboards/basic-sid.exp: Likewise.
299         * baseboards/arm-sid.exp: Likewise.
300         * baseboards/m32r-sid.exp: Likewise.
301         * baseboards/m68k-sid.exp: Likewise.
303 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
305         * lib/remote.exp (check_for_board_status): Also strip a \r before
306         a \n before the exit message.
308 2002-03-26  Hans-Peter Nilsson  <hp@bitrange.com>
310         * lib/libgloss.exp (build_wrapper): Wrap _exit too, unless
311         wrap_m68k_aout, uses_underscores or is_vxworks are defined in
312         target_info.
314         * testglue.c [!VXWORKS && !UNDERSCORES && !WRAP_M68K_AOUT]
315         (REAL__EXIT): Define.
316         [!UNDERSCORES && !WRAP_M68K_AOUT] (ORIG__EXIT): Define.
317         [REAL__EXIT] (REAL__EXIT): Prototype.
318         [ORIG__EXIT] (ORIG__EXIT): New function wrapper.
319         (done_exit_message): New static variable.
320         (ORIG_EXIT): Set done_exit_message.
322 2002-03-11  Chris Demetriou  <cgd@broadcom.com>
324         * baseboards/mips-sim-idt32.exp: New file.
326 Wed Nov 21 18:02:49 PST 2001  Brendan Conoboy <blc@redhat.com>
328         * lib/rsh.exp: Obey rsh_prog/rcp_prog, support username
329         * lib/remote.exp: same.
331 2002-02-22  Bob Wilson  <bob.wilson@acm.org>
333         * baseboards/xtensa-sim.exp: New file.
335 2001-11-02  Alexandre Oliva  <aoliva@redhat.com>
337         * lib/libgloss.exp [get_multilibs]: Compute multitop earlier, and
338         use --print-multi-directory if available.
340 2002-02-05  Nick Clifton  <nickc@cambridge.redhat.com>
342         * lib/libgloss.exp (g++_include_flags): Add top level
343         libstdc++-v3 build include path, remove duplicate src path.
344         (libstdc++_include_flags): Add top level libstdc++-v3 build
345         include path.
347 2001-11-10  Hans-Peter Nilsson  <hp@bitrange.com>  
349         * baseboards/mmixware-sim.exp: New file.   
350         * lib/remote.exp (check_for_board_status): Return 2 if the board
351         uses a status wrapper and there was no match for the expected
352         pattern.
354 2001-11-02  Philip A. Wilsey  <philip.wilsey@cliftonlabs.com>
356         * lib/utils.exp: Need to pass -all to getdirs, so it descends
357         through all the subdirectories.
358         
359 2001-10-08  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
361         * runtest.exp: Don't fail at processing Makefile style args in the
362         second command line parsing pass. Actually, skip them in this pass
363         since they are already processed in the first one for possible use
364         by init scripts.
366 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
368         * lib/remote.exp (proc file_on_host): Fix typo in construction
369         of file argument.
371 2001-09-12  Rob Savoye  <rob@peggyo.welcomehome.org>
373         * Makefile.am: Add a clean-local target, and nuke example and
374         testsuite from SUBDIRS, so they don't get built via "make all".
375         * Makefile: All Makefiles regenerated.
376         * debian/changelog: Update version for 1.4.2 release.
377         * redhat/dejagnu.spec: Update version for 1.4.2 release.
379 2001-09-07  Will Cohen  <wcohen@redhat.com>
381         * lib/target.exp: Ignore ld's warning about alternative functions
382         to use.
384 Thu Aug 30 19:31:44 2001  J"orn Rennecke <amylaar@redhat.com>
386         * baseboards/h8300-sim.exp: set_board_info uses_underscores 1
387         set_board_info gcc,text_size 60000
389 2001-07-30  Paul A. Houghton <houghton@wcomnet.com>
391         * dejagnu.h, testsuite/libdejagnu/unit.cc: Make the outstate array
392         be a const to work with Sun's compiler.
393         * runtest.exp: Move the command line variable instantiation to the
394         first block of command line option tests, so command line
395         variables can be used in tool init scripts.
397 2001-07-25  Will Cohen  <wcohen@redhat.com>
399         * runtest.exp: Removed puts statement.
401 2001-07-17  Jason Merrill  <jason_merrill@redhat.com>
403         * lib/utils.exp (runtest_file_p): An argument can match trailing
404         directories as well as the basename.
406 2001-06-08 John Cotton <john.cotton@nrc.ca>
407   
408         * testglue.c: 
409         * lib/remote.exp: 
410         * lib/standard.exp: 
411         * lib/target.exp: 
412         * lib/utils.exp:    
413         * baseboards/mbx821_001.exp:
414         * baseboards/mbx860_002.exp:
415         * baseboards/mbx8xx.exp:
416         * baseboards/mvme167.exp:  
417          Added support for automated testing of RTEMS targets,
418          specifically the mbx821, mbx860 and mvme167.
419   
420 2001-06-08 John Cotton <john.cotton@nrc.ca> 
421   
422          */lib/libgloss.exp: fixed regexp bug.
424 2001-05-30  Jeffrey Oldham  <oldham@codesourcery.com>
426         * doc/dejagnu.texi: Fix typographical errors.
427         * doc/ref.sgml: Likewise.
428         * doc/user.sgml: Likewise.
430 2001-05-30  Rob Savoye  <rob@peggyo.welcomehome.org>
432         * dejagnu.h: Remove the iostream headers, so now we have no
433         conditional compilation problems with libstdc++-v3 or v2.
435 2001-05-28  Rob Savoye  <rob@peggyo.welcomehome.org>
437         * acinclude.m4(DJ_AC_STL): Also use
438         AC_LANG_CPLUSPLUS so we build this test case with G++.
439         * aclocal.m4, configure: Regenerated.
440         * dejagnu.h: Don't use testout(), have each method print the array
441         value directly, which is much simpler.
443 2001-05-27  Jeffrey Oldham  <oldham@codesourcery.com>
445         * acinclude.m4(DJ_AC_STL): s/for for/for/.
446         * dejagnu.h: Add conditional support for sstream.
447         (testout): Likewise. Make return type `const'.
449 2001-05-25  Rob Savoye  <rob@peggyo.welcomehome.org>
451         * acinclude.m4: Add DJ_AC_STL, which figures out if we're running
452         libstdc++ version 2 or 3.
453         * aclocal.m4: Regenerated.
454         * configure.in: Add DJ_AC_STL.
455         * configure: Regenerated.
456         * dejagnu.h: Add the use of the std namespace, so we work with
457         libstdc++ version 2 or 3.
458         * testsuite/libdejagnu/unit.cc: Use setbuf() or pubsetbuff(),
459         depending on the version.
461 2001-05-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
462   
463         * baseboards/m68hc11-sim.exp: New file for 68HC11/68HC12 validation.
464         * config/m68hc11.exp: New file.
466 2001-05-16  Rob Savoye  <rob@peggyo.welcomehome.org>
468         * lib/target.exp: Reverse when add_flags gets set, so it actually
469         links with the libraries being tested. From J. David Anglin
470         <dave@hiauly1.hia.nrc.ca>.
472 2001-05-14  Rob Savoye  <rob@peggyo.welcomehome.org>
474         * runtest.exp: Conditionally set the exit_status so we don't stomp
475         on FAIL. Rearrange --status so it works correctly with --strace.
477 2001-05-13  Rob Savoye  <rob@peggyo.welcomehome.org>
479         * lib/target.exp: Fix the regsub line where it prunes -fPIC
480         warnings so the text variable is on the same line.
482 2001-05-09  Rob Savoye  <rob@peggyo.welcomehome.org>
484         * runtest.exp: Add new command line option, --status (or -sta) to
485         toggle whether Tcl script bugs in test drivers should be
486         propogated as an error to the shell.
488 2001-05-08  Rob Savoye  <rob@peggyo.welcomehome.org>
490         * lib/dejagnu.exp: Trim off test state part of the message, so we
491         don't duplicate it.
492         * runtest.exp: Set the exit status when their are Tcl script bugs,
493         so make notices the errors. (contributed by Martin Muenstermann
494         <muenstermann@trustcenter.de>)
496 2001-05-06  Rob Savoye  <rob@blackpeter.welcomehome.org>
498         * debian/rules: Install all the doc formats.
499         * redhat/dejagnu.spec: Install all the doc formats.
500         * Clean.tcl: Also nuke all Emacs backup files.
501         * Makefile.am: Fix dependencies on tarball target. Add new target
502         to build Debian packages. Add $(includedir) to install-data-local
503         target so dejagnu.h gets installed in the right place.
505 2001-05-03  Rob Savoye  <rob@peggyo.welcomehome.org>
507         * doc/Makefile.am: Make all paths absolute, cause some versions of
508         the db2* tools are braindead.
509         * doc/overview.sgml: Update version numbers and log.
510         * doc/user.sgml: Add mention of dejagnu.h header file.
511         * doc/ref.sgml: Add chapter on dejagnu.h header file for unit
512         testing.
513         * config/default.exp: New file for default config settings for
514         simple native testsuites that don't need anything else.
515         * lib/dejagnu.exp: Add $text\r\n to all strings, to make sure we
516         only get one line at a time.
517         * testsuite/libdejagnu: New directory for dejagnu library test
518         cases.
519         * testsuite/libdejagnu/unit.cc: Test case for dejagnu.h.
520         * testsuite/libdejagnu/tunit.exp: Test driver for dejagnu.h.
521         * testsuite/libdejagnu/Makefile.am: New makefile to build the test
522         case.
523         * testsuite/libdejagnu/Makefile.in: Generated.
524         * testsuite/Makefile.am: Add libdejagnu to SUBDIRS. Replace the
525         site.exp rule, cause we don't want the $tool setting, so we run
526         all the test suites. Don't pass the tool name for "make check".
527         * configure.in: Add testsuite/libdejagnu/Makefile to AC_OUTPUT.
528         
529 2001-05-02  Rob Savoye  <rob@peggyo.welcomehome.org>
531         * Makefile.am: Rename dist2 to tarball target. Fix the version
532         number to have the minor release too.
533         * doc/Makefile.am: Convert all paths from relative to absolute,
534         cause not all verions of the db2* tools can work with a relative
535         path.
536         * redhat/dejagnu.spec: Update version number, and install
537         dejagnu.h.
538         * debian/changelog: Update version number.
539         * debian/rules: and install dejagnu.h
541 2001-05-01  Matt Hiller  <hiller@redhat.com>
542   
543         * lib/libgloss.exp (get_multilibs): Correction to Catherine
544         Moore's patch of 2000-06-09.
546 2001-04-11  Rob Savoye  <rob@slipknot.welcomehome.org>
548         * Clean.tcl: Add -r to rm, so it gets rid of CVS directories.
549         * .clean: Don't install the debian or redhat packaging directories.
550         * Makefle.am: Install dejagnu.h. Fix dist2 target, so we build our
551         own tarballs, instead of letting automake do it for us.
552         * examples/calc/Makefile.am: Use noist_PROGRAMS, so calc doesn't
553         get installed.
554         * doc/Makefile.am: Install the man page for runtest.
555         * configure.in: Make VERSION 1.4.0, not just 1.4, so distributions
556         get built right.
558 2001-04-07  Rob Savoye  <rob@blackpeter.welcomehome.org>
560         * lib/dejagnu.exp: Test driver for embedded DejaGnu API.
561         * dejagnu.h: Embedded DejaGnu API main header file.
562         * config/default.exp: Default tool init file for simple test
563         suites.
565 2001-04-06  Rob Savoye  <rob@slipknot.welcomehome.org>
567         * Makefile.am: Add an empty check-DEJAGNU target, cause we only
568         want to run the testsuite once.
569         * example/Makefile.am: Don't run "calc" as part of check target,
570         cause calc is just an example.
571         * testsuite/Makefile.am: Use the runtest in the source tree, or
572         refuse to run.
574 2001-04-03  David Billinghurst <David.Billinghurst@riotinto.com>
576         * baseboards/unix.exp: Don't link with -lm on cygwin.
577         * lib/target.exp: Remove compiler warnings about -fpic or -fPIC on
578         cygwin.
580 2001-02-21  Rob Savoye  <rob@slipknot.welcomehome.org>
582         * debian/changelog: Add entry for new release.
583         * debian/control: Fix problem with "no binary package" error.
584         * debian/rules: Fix so things actually build a package. This was
585         mostly installing the new html version of the doc, not an info
586         page.
587         * doc/Makefile.am: Build and install the rtf and ps versions
588         of the manual. Remove all the created files and subdirectories.
589         * doc/overview.sgml: Update the copyright message.
590         * doc/ref.sgml: Update the copyright messages. Add section on
591         obtaining DejaGnu releases.
592         * doc/user.sgml: Update the copyright messages. Add blurb about
593         the --mail option.
594         * doc/overview: Regenerated.
596 2001-02-17  Rob Savoye  <rob@slipknot.welcomehome.org>
598         * Most all files: Update copyright notices.
599         * Makefile.am: Add support for making RPMs. Force different
600         values for RUNTEST and RUNTESTFLAGS, so we can test ourselves.
601         * testsuite/Makefile.am: Force a different value for
602         RUNTESTFLAGS.
603         * acinclude.m4, configure.in: Find Tclsh, and Docbook.
604         * configure: Regenerated.
605         * doc/Makefile.am: Use $DOCBOOK to find the filters.
606         * doc/overview: Add the html version of the doc so one doesn't
607         need docbook to read the manual.
609 2001-01-31  Rob Savoye  <rob@slipknot.welcomehome.org>
611         * Merge in latest snapshot from RedHat.
612         * example/calc/Makefile.am: New automake support.
613         * example/calc/Makefile.in: Generated.
614         * example/Makefile.am: Recursion support for make.
615         * example/calc/Makefile.in: Generated by automake.
616         * example/calc/calc.h.in: Move constants to calc.c, so we can use
617         autoheader.
618         * example/calc/calc.c: Add constants from calc.h.in.
619         * redhat/dejagnu.spec: New RPM packaging file.
620         * debian/{changelog,conffiles,control,copyright,postinst,preinst,
621         rules,site.exp}: New Debian packaging support.
622         
624 2001-01-20  Ben Elliston  <bje@redhat.com>
626         * runtest.exp (usage): Replace --mail in usage output.
627         * doc/runtest.1: Re-document --mail option, which was erroneously
628         removed from this man page in 1994.
630 2001-01-19  Andrew Cagney  <cagney@b1.cygnus.com>
632         * lib/target.exp (prune_warnings): Avoid ``.*'' in NetBSD warnings
633         pattern.
635 2001-01-18  Gabriel Dos Reis  <gdr@codesourcery.com>
637        * lib/dg.exp (dg-trim-dirname): New function.
638        (dg-test): Use it to rip directory-name out of file name.
640 2001-01-15  Ben Elliston  <bje@redhat.com>
642         * lib/framework.exp (record_test): Invoke a user-defined procedure
643         if one is named in local_record_procs($type).
645 2001-01-12  Richard Earnshaw  <rearnsha@arm.com>
647         * target.exp (prune_warnings): Prune warnings from NetBSD linker.
649 2000-11-29  Drew Moseley  <dmoseley@redhat.com>
651         * baseboards/xscale-cygmon.exp: New file for xscale board testing.
653 2000-10-19  Michael Snyder  <msnyder@cleaver.cygnus.com>
655         * baseboards/linux-gdbserver.exp: New file.
656         * baseboards/linux-libremote.exp: New file.
658 2000-08-14  Jimmy Guo  <guo@cup.hp.com>
660         * runtest.exp: Eliminate from test_top_dirs entries that
661         are subdirectories of other entries, to avoid redundant
662         testing on *.exp files in these subdirectories.
664 2000-08-14  Jimmy Guo  <guo@cup.hp.com>
666         * runtest.exp: Reapply part of the backed out change to
667         runtest.exp -- handle multiple directories in TCL variables
668         dir_to_run and cmdline_dir_to_run.
670 2000-08-04  Geoff Keating  <geoffk@cygnus.com>
672         Back out this change:
674         * lib/utils.exp: Add support for a -maxdepth <n>
675         option to limit find to <n> directories deep.
676         * runtest.exp: Handle multiple directories in TCL variables
677         dir_to_run and cmdline_dir_to_run; limit *.exp find to
678         one directory level to avoid foo/bar/baz.exp getting tested
679         twice (when ${dir} is 'foo', and when ${dir} is 'foo/bar').
681 2000-08-02  Jimmy Guo  <guo@hpcleara.cup.hp.com>
683         * lib/target.exp (default_target_compile,default_target_assemble,
684         default_link): Remove env() interface for *_FOR_TARGET TCL vars.
686         * lib/framework.exp (setup_xfail): Relax PRMS string pattern
687         to allow a more general bug ID specification (without '-').
689         * lib/utils.exp: Add support for a -maxdepth <n>
690         option to limit find to <n> directories deep.
691         * runtest.exp: Handle multiple directories in TCL variables
692         dir_to_run and cmdline_dir_to_run; limit *.exp find to
693         one directory level to avoid foo/bar/baz.exp getting tested
694         twice (when ${dir} is 'foo', and when ${dir} is 'foo/bar').
695         
696         * runtest.exp: Cleanup reference to $env(MULTIPASS) and
697         $env(PASS).  These were added by HP but unused since.
699         * lib/framework.exp (pass): make compiler_conditional_xfail_data
700         a global, corresponding to a recent change to 'proc fail'.
701         
702 2000-07-21  Frank Ch. Eigler  <fche@redhat.com>
704         * example/Makefile.am (SUBDIRS): Remove to prevent automatic recursion
705         into `calc'.
706         (all-local): Add at least `calc' building back.
707         * example/Makefile.in: Regenerated.
709 ri Jul 21 16:01:43 2000  Andrew Cagney  <cagney@b1.cygnus.com>
711         From 2000-04-25 Felix Lee <flee@cygnus.com>:
712         * baseboards/tx39-sim.exp: Use idt, not dve linker script.  Delete
713         misleading comments and null statements.
715 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
717         * lib/framework.exp: Use compiler_conditional_xfail_data as a global
718         rather than assuming it's set in the level above us.
720 Fri Jun  9 09:10:48 2000  Catherine Moore  <clm@cygnus.com>
722         * lib/libgloss.exp (proc_get_multilibs):  Handle multilib
723         pathnames for ports that have defined MULTILIB_EXTRA_OPTS.
725 Sun Jun  4 12:59:06 2000  Andrew Cagney  <cagney@b1.cygnus.com>
727         * lib/target.exp (reboot_target): Don't reboot target twice.
729 Wed May  3 19:41:07 2000  Andrew Cagney  <cagney@b1.cygnus.com>
731         From Felix Lee <flee@cygnus.com>:
732         * example/calc/Makefile.in (install-info): Add target.
734 Fri Apr 21 13:33:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
736         * example/calc/Makefile.in: Add target info.
738 Tue Apr 18 15:49:00 2000  Andrew Cagney  <cagney@b1.cygnus.com>
740         * Makefile.am (SUBDIRS): Add directory example.
741         * Makefile.in: Re-generate.
743 2000-04-10  Tom Tromey  <tromey@cygnus.com>
745         * lib/target.exp (default_target_compile): Put sources before
746         $add_flags unless building an object file.
748 Thu Dec 16 18:27:47 1999  Anthony Green  <green@cygnus.com>
750         * lib/target.exp: Put the source file after options, for
751         compatibility with libtool.
753 Fri Mar 31 00:15:54 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
755         * runtest (expectbin): After choosing expectbin, try
756         $expectbin-bld.sh and use it instead.
758 Wed Mar 29 16:13:46 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
760         * lib/target.exp (prune_warnings): Discard not-implemented
761         warnings from libgloss/libnosys non-functional functions.
763 Thu Feb 17 20:24:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
765         * baseboards/d10v.exp (gdb_init_command): Force register DMAP2 to
766         0x2000 so that the d10v VM matches the simulator.
768 2000-02-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
770         * lib/target.exp: Strip warnings about dangerous functions.
772 1999-12-14  Geoff Keating  <geoffk@cygnus.com>
774         * baseboards/rom68k-idp.exp: Don't pass -nostdlib to the IDP
775         boards when using ELF, they need crtbegin and crtend.
777 1999-11-09  Jason Molenda  (jsm@bugshack.cygnus.com)
779         * config.guess:  Copy current top-level config.guess down to
780         the dejagnu/ subdir.  The dejagnu automake configuation should
781         probably be changed to grab the top-level config.guess instead
782         of the random one in this dir.
784 1999-11-04  Nick Clifton  <nickc@cygnus.com>
786         * baseboards/arm-sim.exp: Underscore no longer needed for arm-pe
787         ports.
789 Tue Oct 12 11:44:53 1999  Andrew Cagney  <cagney@b1.cygnus.com>
791         * lib/libgloss.exp (process_multilib_options): Add support for
792         generic gdb variable option - ``gdb:VARIABLE=VALUE''.
794 1999-09-28  Angela Marie Thomas <angela@cygnus.com>
796         * lib/rsh.exp (rsh_download, rsh_upload): Use rcp_prog if set.
798 1999-09-15  Stan Shebs  <shebs@andros.cygnus.com>
800         * baseboards/d10v.exp: Request disable of X- and Z-packets
801         from GDB, all D10V boards respond incorrectly to these.
803 1999-08-31  Doug Evans  <devans@casey.cygnus.com>
805         * lib/target.exp (default_link): New local proc only--Ls.
806         Use it to pick out -L arguments in $ldflags.
807         Strip -Wl, from $ldscript.
809 1999-07-12  Felix Lee  <flee@cygnus.com>
811         * config/i960.exp: complain if 'sx' not found.
813 1999-07-12  Drew Moseley  <dmoseley@cygnus.com>
815         * baseboards/strongarm-cygmon.exp: Rename the StrongARM boards as
816         follows:
817                         EBIX-DB           -> SA-IOP
818                         EBSA285           -> EBSA-285
819                         BRUTUS            -> SA1100DP
820                         SA1100-MULTIMEDIA -> SA1100MM
822 1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
824         * lib/framework.exp (record_test): Remove weird recursion and
825         make sure exit_status is properly set to 1.
827 1999-06-08  Felix Lee  <flee@cygnus.com>
829         * lib/telnet.exp (telnet_open): need to match '(Advanced or Simple)'
831 1999-06-06  Felix Lee  <flee@cygnus.com>
833         * lib/utils.exp (getdirs): When -all, return parents of
834         subdirectories too.
836 1999-06-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
838         * lib/remote.exp (standard_send): Add -- to protect strings that
839         start with a '-'; also added a verbose 3 statement with the send
840         command that is being issued.
842 Fri May 21 17:36:56 1999  Andrew Cagney  <cagney@b1.cygnus.com>
844         * lib/target.exp: Don't import CC_FOR_TARGET, CXX_FOR_TARGET or
845         F77_FOR_TARGET from environment.
847 Thu May 20 10:28:23 1999  Andrew Cagney  <cagney@b1.cygnus.com>
849         * lib/target.exp: Do not import CFLAGS_FOR_TARGET,
850         LDFLAGS_FOR_TARGET and ASFLAGS_FOR_TARGET from external
851         environment.  GNUMAKE in conjunction with the top level Makefile
852         will set/export these variables according to the needs of the
853         target libraries.  Such a configuration may not be applicable to
854         testsuites.
856 1999-05-17  Keith Seitz  <keiths@cygnus.com>
858         * baseboards/mcore-elf.exp: New file.
859         * baseboards/mcore-pe.exp: New file.
860         * baseboards/mcore-sim.exp: Don't run gdb's float tests
861         and increase timeout.
863 1999-05-09  Nick Clifton  <nickc@cygnus.com>
865         * baseboards/mcore-moto-sim.exp: New file: Support Motorola's
866         proprietry MCore simulator.
868 1999-05-07  Stan Shebs  <shebs@andros.cygnus.com>
870         From HP's WDB group:
871         * lib/target.exp: Add ability to pick CC_FOR_TARGET,
872         CFLAGS_FOR_TARGET, etc from env vars, add ability to use HP F77
873         compiler.
875 1999-05-05  Stan Shebs  <shebs@andros.cygnus.com>
877         * lib/utils.exp (getdirs): Add option -all to get subdirs too.
879 1999-05-05  Jason Merrill  <jason@yorick.cygnus.com>
881         * baseboards/sparclite-sim.exp: Set needs_status_wrapper.
882         * baseboards/sparclite-sim-le.exp: Likewise.
884 1999-05-05  Angela Marie Thomas <angela@cygnus.com>
886         * baseboards/strongarm-cygmon.exp: Use "boardtype" instead of "name"
887         to avoid variable name clash in lib/target.exp.  Add support for
888         ebsa and ebix boards.
890 1999-05-04  Stan Shebs  <shebs@andros.cygnus.com>
892         Finer control over test runs, from HP's WDB group:
893         * runtest.exp: Look for MULTIPASS in env also, define variable or
894         env var PASS to choose particular pass in multipass, search for
895         subdirs recursively, and if ignoredirs is set, skip over those
896         directories.
897         (--directory): New argument to limit test running to
898         a single directory.
899         (usage): Document, fix tabbing.
901 Mon May  3 11:14:37 1999  Jim Wilson  <wilson@cygnus.com>
903         * config/dos.exp (dos_load): Look for cygwin1.dll in addition to
904         cygwin.dll.  New variable dll_name for use in download command.
905         * lib/libgloss.exp (winsup_include_flags): Change windows to windows.h.
907 1999-04-27  Felix Lee  <flee@cygnus.com>
909         * testsuite/runtest.all/stats.exp: make sure tmpdir is set
911         * baseboards/Makefile.am: deleted.
912         * config/Makefile.am: deleted.
913         * lib/Makefile.am: deleted.
914         * configure.in: delete references to the above.
915         * Makefile.am: install things correctly.
916         
917         * testsuite/Makefile.am: set DEJATOOL.
919         * configure, Makefile.in, */Makefile.in: regenerated.
920         
921         * runtest.exp: fix location of config.guess.
922         
923 1999-04-26  Felix Lee  <flee@cygnus.com>
925         * lib/libgloss.exp (libgloss_link_flags): remove bogus -L flag.
927 1999-04-23  Angela Marie Thomas <angela@cygnus.com>
929         * baseboards/cf.exp: gdb protocol is case-sensitive.
931 1999-04-19  Nick Clifton  <nickc@cygnus.com>
933         * baseboards/Makefile.am (boards): Add mcore-sim.exp
935 1999-04-13  Angela Marie Thomas <angela@cygnus.com>
937         * baseboards/sh-hms-sim.exp:  Pass "-m 18" to standalone sim.
939 1999-04-08  Nick Clifton  <nickc@cygnus.com>
941         * baseboards/mcore-sim.exp: New file: Definitions for MCore
942         simulator support.
944 1999-04-07  Michael Meissner  <meissner@cygnus.com>
946         * baseboards/d30v-sim.exp (cflags): Add -Wa,-C to suppress
947         warnings about symbols being the same as registers.
949 Fri Apr  2 13:13:51 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
951         * lib/target.exp (prune_warnings): Ignore cc1, cc1plus warnings when
952         called with -g and -mabi=32.
954 1999-03-28  Angela Marie Thomas <angela@cygnus.com>
956         * baseboards/x86-cygmon.exp: New file.
958 1999-03-19  Gavin Romig-Koch  <gavin@cygnus.com>
960         * lib/libgloss.exp (get_multilibs): Handle MULTILIB_MATCHES.
962 1999-03-18  James Ingham  <jingham@cygnus.com>
964         * baseboards/strongarm-cygmon.exp: Add a baseboard for the
965         strongARM boards.
967 Fri Mar 12 14:01:31 1999  Jim Wilson  <wilson@cygnus.com>
969         * baseboards/d10v-sim.exp, baseboards/d10v.exp (ldflags): Add
970         libgloss_link_flags.
971         * lib/libgloss.exp (libgloss_link_flags): Map d10v to libnosys.
973 1999-03-12  Nick Clifton  <nickc@cygnus.com>
975         * baseboards/arm-sim.exp: Set timeout to 800.
977 1999-03-01  Jim Wilson  <wilson@cygnus.com>
979         * baseboards/cf.exp: New file for coldfire.
980         * config/cfdbug.exp: Likewise.
981         * config/base68k.exp (base68k_ld): Don't call remote_binary if
982         no_binary_mode set.  Send return and wait for prompt before sending
983         download command.
985 Sun Feb 28 23:26:36 1999  Geoffrey Noer  <noer@cygnus.com>
987         * configure.in: AC_EXEEXT, not AM_EXEEXT.  Require Autoconf 2.13.
988         * aclocal.m4: Regenerate.
989         * configure: Regenerate.
991 1999-02-25  Felix Lee  <flee@cygnus.com>
993         * config/dos.exp (dos_send): rewrite.  add short delay.
995 1999-02-18  Nick Clifton  <nickc@cygnus.com>
997         * baseboards/arm-sim.exp: Disable uses_underscores for COFF
998         targets as the linker now works correctly.
1000 1999-02-11  Nick Clifton  <nickc@cygnus.com>
1002         * lib/remote.exp (proc remote_exec): Display timeout in log
1003         message.
1005         * lib/target.exp (proc default_target_compile): Add support for
1006         timeout option. 
1008         * baseboards/arm-sim.exp: Set gcc,timeout to 500.
1010 1999-02-10  Nick Clifton  <nickc@cygnus.com>
1012         * config/dos.exp: Fix typo: need_status_wrapper ->
1013         needs_status_wrapper. 
1015 1999-02-09  Nick Clifton  <nickc@cygnus.com>
1017         * baseboards/arm-sim.exp: Enable uses_underscores for the COFF
1018         based targets.
1020 1999-02-06  Felix Lee  <flee@cygnus.com>
1022         * runtest.exp: Don't trap SEGV.
1024 Fri Feb  5 15:43:59 1999  Jeffrey A Law  (law@cygnus.com)
1026         * lib/target.exp (prune_warnings): Prune +vcompatwarnings output
1027         from the HP linker.
1029 1999-02-02  Felix Lee  <flee@cygnus.com>
1031         * lib/libgloss.exp (find_nm): new function.
1033 1999-01-31  Felix Lee  <flee@cygnus.com>
1035         * Makefile.am: Add cygnus option.  Add doc to SUBDIRS
1036         * doc/Makefile.am: Add cygnus option.  Add info_TEXINFOS.
1037         * Makefile.in, */Makefile.in: Regenerated.
1039 1999-01-29  Felix Lee  <flee@cygnus.com>
1041         * baseboards/fr30-cygmon.exp: New file.
1043         * config/gdb_stub.exp (gdb_stub_load): Fix another typo.
1045 Fri Jan 29 17:16:25 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
1047         * lib/remote.exp: Added check for value of $outp.
1049         * lib/target.exp: Ignore some hppa specific warning messages. Added 
1050         checks for CC_FOR_TARGET and CXX_FOR_TARGET. Check for redirection 
1051         and optimization flags.
1053 1999-01-26  Frank Ch. Eigler  <fche@cygnus.com>
1055         * configure.in: Define BOARDS/CONFIG for automake.
1056         * baseboards/Makefile.am: Use $(boards) for public files.
1057         * config/Makefile.am: Use $(config) for public files.
1059         * configure: Regenerated.
1060         * Makefile.in: Regenerated.
1061         * doc/Makefile.in: Regenerated.
1062         * baseboards/Makefile.in: Regenerated.
1063         * config/Makefile.in: Regenerated.
1064         * example/Makefile.in: Regenerated.
1065         * lib/Makefile.in: Regenerated. 
1066         
1067         * testsuite/aclocal.m4: Deleted obsolete file.
1068         * testsuite/configure.in: Deleted obsolete file.
1070 Sun Jan 17 17:11:52 1999  Jeffrey A Law  (law@cygnus.com)
1072         * lib/target.exp (prune_warnings): Ignore osf4 NFS messages.
1074 Fri Jan 15 14:19:31 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1076         * lib/libgloss.exp (get_multilibs): Multilib directories can
1077         contain '=', too.
1079 Thu Jan 14 00:10:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1081         * lib/target.exp (prune_warnings): Ignore -g not supported
1082         warnings.  Ignore o32 as warning when called with -O3 (IRIX 6).
1084 1999-01-07  Felix Lee  <flee@cygnus.com>
1086         * runtest.exp (setup_target_hook): add missing globals.
1087         
1088 1998-12-31  Felix Lee  <flee@cygnus.com>
1090         * config/dos.exp (dos_spawn): ignore optional args.
1092         * lib/ftp.exp (ftp_upload): ftp error messages vary.
1093         
1094 1998-12-30  Rob Savoye  <rob@chinadoll.welcomehome.org>
1096         * doc/{overview,user,ref},sgml: New manual in DocBook format. This
1097         includes most of the old manual, but is tottally up to date.
1098         * /doc/Makefile.am, baseboards/Makefile.am, config/Makefile.am,
1099         example/Makefile.am, lib/Makefile.am, Makefile.am,
1100         testsuite/Makefile.am: New Makefiles for automake support.
1101         * /doc/Makefile.in, baseboards/Makefile.in, config/Makefile.in,
1102         example/Makefile.in, lib/Makefile.in, Makefile.in,
1103         testsuite/Makefile.in: New Makefiles for autoconf as generated by
1104         automake.
1105         * runtest.exp: Look for config.guess in a libexec directory.
1106         * config.guess: Add so it gets installed correctly.
1107         * Most Files: Update copyright message, add 1998 and 1999.
1109 1998-10-19  Rob Savoye  <rob@chinadoll.cygnus.com>
1111         * lib/rsh.exp(rsh_exec): Check the board info before blindly
1112         setting RSH to remsh.
1113         * lib/remote.exp(remote_reboot): Don't close the shell connection,
1114         or all the remote procedures stop working.
1116 1998-12-29  Ken Raeburn  <raeburn@cygnus.com>
1118         * lib/framework.exp (istarget): Do string compare on first
1119         argument, not tcl list containing first argument, against actual
1120         target name.
1122 1998-12-29  Felix Lee  <flee@cygnus.com>
1124         * runtest.exp: option --a=b=c wasn't handled right.
1126         * lib/ftp.exp (ftp_download): ftp error messages vary.
1128 Fri Dec 18 21:48:25 1998  Bob Manson  <manson@charmed.cygnus.com>
1130         * config/gdb-comm.exp(quit_gdb): Don't close connection to the
1131         host if it's remote.
1132         (gdb_comm_go_idle): The "No exec file" prompt has mysteriously
1133         changed; detect either.
1135 1998-12-11  Felix Lee  <flee@cygnus.com>
1137         * contrib/test-tool: diagnostic if no test summary,
1138         and add summary headers, in case of multiple test runs.
1140         * contrib/test-tool: don't print location of log file if it's not
1141         really there.
1143 1998-12-10  Felix Lee  <flee@cygnus.com>
1145         * lib/remote.exp (remote_download): in the non-remote case, try to
1146         make the copy writable as well as readable.
1148 1998-12-09  Felix Lee  <flee@cygnus.com>
1150         * contrib/test-tool: spit out test summary first.
1152 1998-12-07  James E Wilson  <wilson@wilson-pc.cygnus.com>
1154         * baseboards/i960-sim.exp: New file.
1156 Thu Dec  3 14:03:27 1998  Dave Brolley  <brolley@cygnus.com>
1158         * baseboards/fr30-elf.exp: New file.
1159         * baseboards/fr30-sim.exp: New file.
1161 1998-11-30  Gavin Romig-Koch  <gavin@cygnus.com>
1163         * lib/libgloss.exp (get_multilibs): Multilib options can contain '='.
1165 1998-11-27  Felix Lee  <flee@cygnus.com>
1167         * config/gdb-comm.exp (gdb_comm_reload): give up after N reboot
1168         failures.
1170 Mon Nov 23 10:19:06 1998  Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1172         * lib/target.exp (prune_warnings): Kill NFS server not responding
1173         warnings too.
1175 1998-11-18  Jim Wilson  <wilson@cygnus.com>
1177         * baseboards/tx39-dve.exp: Add cygmon support.
1179 1998-11-05  Jim Wilson  <wilson@cygnus.com>
1181         * baseboards/vx960.exp (cflags): Set to -mca if cpu is I960CA.
1182         * config/vxworks.exp (vxworks_unld): Don't run unld if os is
1183         vxworks5.0.
1184         (vxworks_load): Sed out carriage returns.
1186 Thu Oct 15 16:33:01 1998  Doug Evans  <devans@canuck.cygnus.com>
1188         * lib/remote.exp (remote_spawn): Properly pass trailing args
1189         to call_remote.
1191 Tue Oct 13 21:04:04 1998  Felix Lee  <flee@cygnus.com>
1193         * config/vxworks.exp: grok preload_obj_flags.  recognize
1194         "Operation Fault" messages from the board.  increase reboot_delay
1195         so we don't interrupt the countdown-to-autoboot
1196         * i960glue.c: add missing file.
1198 Mon Oct 12 20:08:06 1998  Mark Alexander  <marka@cygnus.com>
1200         * baseboards/danlite-elf.exp: New file.
1202 1998-10-11  Michael Meissner  <meissner@cygnus.com>
1204         * baseboards/powerpc{,le}-sim.exp (needs_status_wrapper): Don't
1205         set, normal exit returns the appropriate status.
1207 Thu Oct  8 13:49:04 1998  Doug Evans  <devans@canuck.cygnus.com>
1209         * lib/standard.exp (${tool}_load): Clear up argument order.
1211         * config/sim.exp: Fix typo in inpfile computation.
1213         * lib/remote.exp (remote_spawn): Pass $args to call_remote.
1215 Fri Oct  2 00:02:51 1998  Tom Tromey  <tromey@cygnus.com>
1217         * config/unix.exp (unix_load): Pass `--' to verbose when
1218         displaying program output.
1219         * lib/remote.exp (standard_load): Pass `--' to verbose when
1220         displaying program output.
1222 1998-09-29  Felix Lee  <flee@cygnus.com>
1224         * config/gdb_stub.exp: watch for the exitcodes generated by the
1225         testglue wrapper.  workaround for failing to hit _exit breakpoint.
1227 1998-09-18  Rob Savoye  <rob@chinadoll.cygnus.com>
1229         * testsuite/runtest.all/options.exp: Also pass --srcdir to the
1230         child runtest being tested, so it doesn't try to execute the
1231         config files.
1233 Thu Sep 17 18:03:16 1998  Christopher Faylor <cgf@cygnus.com>
1235         * runtest.exp: Allow // at beginning of path spec since
1236         this is a valid Windows (Posix?) construction.
1238 Tue Sep 15 17:06:17 1998  Nick Clifton  <nickc@cygnus.com>
1240         * config/gdb-comm.exp: Catch RDI_open failure.
1242 Mon Sep 14 20:00:57 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
1244         * baseboards/m68k-emc.exp: New file.
1245         * config/m68k-emc.exp: New file.
1247 1998-09-12  Michael Meissner  <meissner@cygnus.com>
1249         * baseboards/powerpc{,le}-sim.exp: Call process_multilib_options
1250         so multilib tests can be run.
1252 Fri Sep  4 09:26:47 1998  Nick Clifton  <nickc@cygnus.com>
1254         * lib/utils.exp (proc prune): Initialise $tmp to an empty list.
1256 Mon Aug 31 13:43:47 1998  Tom Tromey  <tromey@cygnus.com>
1258         * lib/libgloss.exp (find_gcj): Renamed from find_gjavac; compiler
1259         now named `gcj'.
1261 Tue Aug 25 13:31:18 1998  Anthony Green  <green@cygnus.com>
1263         * lib/libgloss.exp (find_gjavac): New function.
1265 1998-08-25  Rob Savoye  <rob@chinadoll.cygnus.com>
1267         * lib/framework.exp(check_conditional_xfail): Add spaces to the
1268         search pattern, so it doesn't match just part of an option.
1270 1998-08-24  Rob Savoye  <rob@chinadoll.cygnus.com>
1272         * runtest: Update copyright date.
1273         * runtest.exp: Add compiler_flags as a new global variable.
1274         * lib/framework.exp: Add new proc, check_conditional_xfail. This
1275         is like xfail, only it looks in all the compiler options for
1276         options to determine the actual test result state.
1277         (pass,fail): If there is a conditional xfail setup, check the
1278         condition to determine the actual test result state.
1279         * lib/target.exp(default_target_compile): Set the global
1280         compiler_opts to the compiler flags used to invoke the compiler.
1282 Sat Aug  1 08:02:15 1998  Mark Alexander  <marka@cygnus.com>
1284         * config/mn10200-eval.exp: New file.
1285         * baseboards/mn10200-cygmon.exp: New file.
1287 Wed Jul  8 11:41:21 1998  Jeffrey A Law  (law@cygnus.com)
1289         * baseboards/mn10200-sim.exp: Update for recent mn10200 newlib/libgloss
1290         changes.
1292 Fri Jun  5 11:29:26 1998  Felix Lee  <flee@cygnus.com>
1294         * config/gdb_stub.exp (gdb_stub_load): fix typo
1296 Thu Jun  4 14:16:32 1998  Felix Lee  <flee@zog.cygnus.com>
1298         * config/gdb_stub.exp (gdb_stub_wait): watch for "Program exited",
1299         which may happen on segv or similar.
1300         (gdb_stub_start,gdb_stub_wait): need to save exit_brnum and
1301         abort_brnum.
1302         (gdb_stub_ld): delete old breakpoints when loading a new program.
1303         (gdb_stub_spawn): return the right result.
1305         * baseboards/d10v-sim.exp: add process_multilib_options.
1307 Tue Jun  2 01:51:47 1998  Mark Alexander  <marka@cygnus.com>
1309         * baseboards/sparclite-sim-le.exp: New file.
1311 Mon Jun  1 00:15:34 1998  Angela Marie Thomas (angela@cygnus.com)
1313         * config/sim.exp (spawn_sim): Pass sim,options to the standalone
1314         simulator if set.
1315         * baseboards/sparclite-sim.exp: Set sim,options and
1316         gdb,target_sim_options.
1318 Mon Jun  1 01:40:26 1998  Felix Lee  <flee@zog.cygnus.com>
1320         * runtest.exp(iterate_target_variants_two): concat multiple globs
1321         correctly.
1323 Tue May 26 17:56:57 1998  Bob Manson  <manson@charmed.cygnus.com>
1325         * config/dos.exp(dos_send): Handle text without newlines
1326         properly.
1328 Sun May 17 17:08:46 1998  Bob Manson  <manson@charmed.cygnus.com>
1330         * baseboards/sh-hms-sim.exp: Need to pass "18" to the target sim
1331         command in GDB.
1333         * baseboards/sparclite-sim.exp: Need to pass "-sparclite" to the
1334         target sim command in GDB.
1336 Thu May 14 12:03:36 1998  Bob Manson  <manson@charmed.cygnus.com>
1338         * lib/remote.exp(remote_exec): Add optional timeout
1339         parameter. Move local execution code to...
1340         (local_exec): New procedure.
1342 Wed May 13 18:41:23 1998  John Metzler  <jmetzler@cygnus.com>
1344         * runtest.exp (main) : Add printout of schedule of variations
1346 Fri May  8 14:36:49 1998  Doug Evans  <devans@canuck.cygnus.com>
1348         * baseboards/basic-sim.exp (find_sim): Check $SIM first.
1349         (setup_sim): Rename arg `name' to `subdir_name'.  Print message
1350         of simulator found.
1352 Tue Apr 28 14:12:01 1998  Mark Alexander  <marka@cygnus.com>
1354         * lib/libgloss.exp (libgloss_link_flags): Recognize sparc86x target.
1356 Sun Apr 19 09:29:44 1998  Mark Alexander  <marka@cygnus.com>
1358         * baseboards/sparclite-sim.exp: New file.
1360 Tue Apr 14 09:55:37 1998  Bob Manson  <manson@charmed.cygnus.com>
1362         * lib/telnet.exp: Look for "VxWorks Boot"; be a bit more picky about
1363         looking for "account name" prompt.
1365 Mon Apr  6 13:14:52 1998  Bob Manson  <manson@charmed.cygnus.com>
1367         * config/ddb-ether.exp(remote_wait): If we see "Exception Cause"
1368         from the board, reboot it.
1370 Thu Apr  2 18:22:33 1998  Jim Wilson  <wilson@cygnus.com>
1372         * lib/target.exp (prune_warning): Extend regexp for Irix6 warnings
1373         to handle all 3 linker names.
1375 Thu Apr  2 15:39:38 1998  Felix Lee  <flee@zog.cygnus.com>
1377         * config/sim.exp(sim_spawn): code for remote host was wrong.
1379 Tue Mar 31 00:31:53 1998  Bob Manson  <manson@charmed.cygnus.com>
1381         * baseboards/dos.exp: Disable GDB interrupt tests if we're testing
1382         on a DOS host.
1384 Mon Mar 30 23:44:19 1998  Bob Manson  <manson@charmed.cygnus.com>
1386         * config/dos.exp(dos_send): Don't send string if we've already
1387         sent it once.
1389 Thu Mar 26 11:34:18 1998  Bob Manson  <manson@charmed.cygnus.com>
1391         * lib/remote.exp(remote_exec): Need to look at the result from
1392         wait if we used spawn.
1394 Wed Mar 25 22:20:25 1998  Bob Manson  <manson@charmed.cygnus.com>
1396         * lib/remote.exp(remote_exec): More attempts at working around
1397         tcl/expect's inadequacies in dealing with processes.
1398         
1399 1998-03-25  Brendan Kehoe  <brendan@cygnus.com>
1401         * contrib/test-g++: Only do the libg++ tests if the directory exists.
1403 Wed Mar 25 12:24:25 1998  Bob Manson  <manson@charmed.cygnus.com>
1405         * baseboards/basic-sim.exp(find_sim): Search for the sim rather than
1406         assuming tool_root_dir points to the right place.
1408 Tue Mar 24 16:07:51 1998  Stu Grossman  <grossman@bhuna.cygnus.co.uk>
1410         * configure doc/configure example/configure example/calc/configure
1411         testsuite/configure:  Regenerate with autoconf 2.12.1 to fix shell
1412         issues for NT native builds.
1413         
1414 Sun Mar 15 23:25:06 1998  Bob Manson  <manson@charmed.cygnus.com>
1416         * lib/target.exp(default_target_compile): If the compiler produced
1417         no output and the compiler execution failed, return a string
1418         signifying this. (This is the wrong fix, but...)
1420         * lib/remote.exp(remote_exec): Don't append arbitary strings to
1421         the output from the program; callers must check the exit status.
1422         Also, when killing a runaway process, try sending a SIGINT before
1423         sending a SIGTERM (may help to terminate gcc properly).
1425 Mon Mar  9 01:54:39 1998  Bob Manson  <manson@charmed.cygnus.com>
1427         * lib/remote.exp(remote_exec): Use spawn directly, rather than
1428         trying to potentially manage multiple spawn processes on the same
1429         host.
1431 Sun Mar  8 21:40:40 1998  Bob Manson  <manson@charmed.cygnus.com>
1433         * lib/remote.exp(remote_exec): Use remote_spawn and remote_wait
1434         if the machine is local.
1436 Fri Mar  6 23:28:59 1998  Bob Manson  <manson@charmed.cygnus.com>
1438         * baseboards/sparclite-cygmon.exp: New file.
1440 Wed Mar  4 18:05:46 1998  Bob Manson  <manson@charmed.cygnus.com>
1442         * baseboards/basic-sim.exp(find_sim): Don't search tool_root_dir
1443         because it's always the root of the tree.
1444         (setup_sim): Don't pass tool_root_dir to find_sim.
1446 Tue Mar  3 00:08:53 1998  Bob Manson  <manson@charmed.cygnus.com>
1448         * baseboards/unix.exp: Tell the benchmark code to use alarms.
1449         * baseboards/basic-sim.exp(find_sim): Use tool_root_dir.
1450         * baseboards/i960-cyclone.exp: Ditto.
1451         * baseboards/op50n.exp: Ditto.
1452         * baseboards/rom68k-idp.exp: Ditto.
1453         * baseboards/sparclet-aout.exp: Ditto.
1455 Mon Mar  2 21:54:30 1998  Bob Manson  <manson@charmed.cygnus.com>
1457         * lib/utils.exp(runtest_file_p): Be a bit more lenient about
1458         what files we match.
1460         * lib/telnet.exp: Clean up regexps.
1461         
1462         * lib/target.exp(default_target_compile): Use tool_root_dir.
1463         (target_link, default_link): New functions.
1465         * lib/remote.exp: Wrap close statements with catch.
1467         * lib/framework.exp(cleanup): Remove unused global declaration.
1469         * config/unix.exp(unix_load): Unset LD_LIBRARY_PATH and
1470         SHLIB_PATH after loading.
1472         * config/sim.exp(sim_spawn, sim_wait): New functions.
1474         * config/i960.exp(i960_spawn, i960_wait): New functions.
1475         (i960_load): Use spawn and wait.
1477         * config/gdb-comm.exp: Use tool_root_dir instead of objdir.
1478         * config/ddb.exp: Ditto.
1480         * config/gdb_stub.exp: Use tool_root_dir.
1481         (gdb_stub_spawn, gdb_stub_wait): New functions.
1482         (gdb_stub_load): Use spawn and wait.
1483         
1484         * config/dos.exp(dos_send): Send strings one line at a time.
1485         (dos_file): Delete files using del instead of rm.
1487         * config/ddb-ether.exp(ddb_ether_spawn, ddb_ether_wait): New functions.
1489         * config/cygmon.exp: Set send_initial_cr.
1491         * runtest.exp: Must process tool_root_dir option in multiple
1492         places (should be fixed!)
1494 Mon Feb 23 09:08:43 1998  Mark Alexander  <marka@cygnus.com>
1496         * baseboards/mn10300-sim.exp: Use libgloss when compiling/linking,
1497         and new linker script sim.ld when linking.
1498         * baseboards/mn10300-cygmon.exp: New file for MN10300 Cygmon.
1499         * config/mn10300-eval.exp:  New file for MN10300 eval board.
1501 Thu Feb 19 18:23:17 1998 John Metzler  <jmetzler@cygnus.com>
1503         * baseboards/mips64vr4100-sim.exp
1504         Defines simulated test target for mips46vr4100-*-elf
1506 Wed Feb 18 15:29:12 1998  Bob Manson  <manson@charmed.cygnus.com>
1508         * lib/libgloss.exp: Use tool_root_dir instead of base_dir or
1509         objdir when searching for uninstalled libraries or executables.
1511         * runtest.exp(tool_root_dir): New variable.
1513 Sat Feb 14 15:06:25 1998  Bob Manson  <manson@charmed.cygnus.com>
1515         * config/vxworks.exp(${board}_init): If we don't get useful info
1516         from the 'p' command in the VxWorks boot ROM, reboot the board.
1517         (vxworks_exec): Check more closely for problems executing the
1518         testcase.
1520 Mon Feb  9 16:48:55 1998  Bob Manson  <manson@charmed.cygnus.com>
1522         * lib/libgloss.exp(get_multilibs): If the compiler doesn't exist,
1523         return nothing.
1524         (find_ld): New function.
1526         * config/powerpc-bug.exp: New file.
1528         * baseboards/powerpc-bug.exp: Load the generic powerpc-bug
1529         configuration.
1531 Mon Feb  2 15:44:10 1998  Bob Manson  <manson@charmed.cygnus.com>
1533         * contrib/test-tool (patterns): Glob pattern to match log files.
1534         Add appropriate glob for new logfile naming scheme.
1536 Sun Feb  1 14:29:16 1998  Joseph H. Buehler  <jhpb@sarto.gaithersburg.md.us>
1538         * runtest: Handle finding runtest.exp better automounted
1539         environments.
1541 Mon Jan 19 10:37:13 1998  Mark Alexander  <marka@cygnus.com>
1543         * config/dve.exp: New file to support Densan boards.
1544         * baseboards/tx39-sim.exp: New file to support TX39 simulator.
1545         * baseboards/tx39-dve.exp: New file to support Densan TX39 board.
1547 Tue Jan 13 01:21:14 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
1549         * lib/libgloss.exp: Handle setting of LD_LIBRARY_PATH/SHLIB_PATH
1550         when testing with installed libraries.
1552 1998-01-12  Brendan Kehoe  <brendan@cygnus.com>
1554         * contrib/test-tool (todayname): Refer to and use ChangeLog.egcs
1555         instead of ChangeLog.fsf.
1557 Mon Jan  5 17:25:25 1998  Michael Meissner  <meissner@cygnus.com>
1559         * baseboards/d30v-sim.exp ({c,ld}flags): Set libgloss flags in
1560         addition to newlib flags.
1562 Sun Dec 28 11:06:49 1997  Jeffrey A Law  (law@cygnus.com)
1564         * Makefile.in: Change "gxx_includedir" to "gxx_include_dir".
1566 Tue Dec 23 14:46:44 1997  Bob Manson  <manson@charmed.cygnus.com>
1568         * config/gdb-comm.exp(gdb_comm_load): Use "signal 0" instead of
1569         continue. Check for testcase_timeout board feature to determine
1570         how long we wait before we decide the testcase has gone into
1571         an infinite loop.
1573         * baseboards/cygmon.exp: Set shell_prompt and send_initial_cr.
1575         * lib/libgloss.exp(libgloss_link_flags): Add case for sparc64.
1577         * baseboards/usparc-cygmon.exp: New file.
1579 Sat Dec 13 18:43:16 1997  Michael Meissner  <meissner@cygnus.com>
1581         * baseboards/d30v-sim.exp (ldflags): Fix typo.
1583 Thu Dec 11 20:23:28 1997  Jeffrey A Law  (law@cygnus.com)
1585         * config/unix.exp (unix_load): Set LD_LIBRARY_PATH and SHLIB_PATH
1586         for native tests if ld_library_path is defined.
1587         * lib/libgloss.exp (g++_link_flags): Build up ld_library_path.
1588         (libstdc++_link_flags): Likewise.
1590 Thu Dec 11 12:35:12 1997  Michael Meissner  <meissner@cygnus.com>
1592         * baseboards/d30v-sim.exp (ldflags): Also set stack to end of
1593         default 8 meg external area.
1595 Wed Dec 10 16:11:47 1997  Bob Manson  <manson@charmed.cygnus.com>
1597         * config/gdb-comm.exp(gdb_comm_load): Add more possible error
1598         messages.
1600         * lib/remote.exp(standard_close): Make sure we close both file
1601         descriptors, if there are two.
1603 Wed Dec 10 14:35:05 1997  Michael Meissner  <meissner@cygnus.com>
1605         * baseboards/d30v-sim.exp (ldflags): Add -mextmem to allow testing
1606         larger tests.
1608 Tue Dec  9 21:38:03 1997  Fred Fish  <fnf@cygnus.com>
1610         * lib/libgloss.exp (get_multilibs): Use previously set value
1611         of "target_board" rather than "board", since it may not exist.
1613 Tue Dec  9 10:54:34 1997  Bob Manson  <manson@charmed.cygnus.com>
1615         * lib/remote.exp(standard_wait): We have to call wait, even though
1616         it can't possibly work.
1618 Mon Dec  8 11:55:33 1997  Bob Manson  <manson@charmed.cygnus.com>
1620         * lib/remote.exp(remote_spawn): Use -leaveopen.
1621         (standard_wait): If we used -leaveopen, call close ourselves.
1622         (standard_close): Ditto.
1624         * lib/libgloss.exp(get_multilibs): Remove bogus tests for board
1625         variable. Only set the board's multitop variable if we didn't
1626         get an explicit list of multilib options to use.
1628 Sun Dec  7 08:29:40 1997  Bob Manson  <manson@charmed.cygnus.com>
1630         * lib/remote.exp(remote_spawn): Fix typo.
1631         (standard_wait): If the process was created with a pipeline, we
1632         have to use close instead of wait.
1634 Fri Dec  5 14:21:18 1997  Bob Manson  <manson@charmed.cygnus.com>
1636         * lib/remote.exp(remote_spawn): If the "spawn -open" command
1637         fails, clean up after the command we just spawned.
1639 Thu Dec  4 11:32:06 1997  Bob Manson  <manson@charmed.cygnus.com>
1641         * lib/remote.exp(remote_open): Use catch.
1643 Tue Dec  2 22:44:42 1997  Bob Manson  <manson@charmed.cygnus.com>
1645         * lib/remote.exp(remote_close): Move close statement after we
1646         determine the PID. Look at fileid_pid feature.
1647         (remote_spawn): If we're invoking a pipeline, stash the PID we
1648         get in the board's fileid_pid feature.
1650 Sun Nov 30 19:09:49 1997  Jeffrey A Law  (law@cygnus.com)
1652         * lib/target.exp (prune_warning): Prune some unwanted warnings
1653         from the HP assembler and gcc when using the HP assembler.
1655 Fri Nov 28 10:42:30 1997  Michael Meissner  <meissner@cygnus.com>
1657         * baseboards/d30v-sim.exp: Re-enable trampolines.
1659 Tue Nov 25 09:24:13 1997  Michael Meissner  <meissner@cygnus.com>
1661         * baseboards/d30v-sim.exp: Re-enable using label values.
1663 Mon Nov 24 09:56:20 1997  Bob Manson  <manson@charmed.cygnus.com>
1665         * config/cygmon.exp, baseboards/cygmon.exp,
1666           baseboards/msparc-cygmon.exp: New files.
1668         * config/i960.exp: Don't call perror.
1670 Sun Nov 16 20:55:59 1997  Michael Meissner  <meissner@cygnus.com>
1672         * baseboards/d30v-sim.exp: Turn off trampolines and label values
1673         temporarily.
1675 Thu Nov 13 22:51:42 1997  Michael Meissner  <meissner@cygnus.com>
1677         * baseboards/d30v-sim.exp: New file for d30v support.
1679 Wed Nov 12 23:45:48 1997  Bob Manson  <manson@charmed.cygnus.com>
1681         * config/unix.exp(unix_load): Call remote_spawn and remote_wait
1682         instead of using exec.
1684         * lib/remote.exp(remote_wait): Use $dest, not host.
1686 Tue Nov  4 17:39:58 1997  Jim Wilson  <wilson@cygnus.com>
1688         * lib/target.exp (default_target_compile): Put math library
1689         before linker script.
1691 Sun Oct 26 20:00:34 1997  Bob Manson  <manson@charmed.cygnus.com>
1693         * config/base68k.exp(base68k_wait): New procedure.
1694         (base68k_load): Use remote_spawn and remote_wait.
1696 Sat Oct 25 21:48:36 1997  Bob Manson  <manson@charmed.cygnus.com>
1698         * config/base68k.exp(base68k_spawn): New procedure.
1700 Fri Oct 24 10:55:17 1997  Bob Manson  <manson@charmed.cygnus.com>
1702         * config/gdb-comm.exp: Add missing -re. If we get an EXIT message
1703         from the remote system, we know that we've exited gdb.
1705         * lib/remote.exp(standard_wait): Keep the timer running even if we
1706         get output from the remote program.
1708         * config/dos.exp(dos_wait): Ditto.
1710 Fri Oct 17 22:20:35 1997  Jeffrey A Law  (law@cygnus.com)
1712         * lib/libgloss.exp (find_g77): No longer need --driver stuff.
1714 Wed Oct 15 21:13:39 1997  Philippe De Muyter  <phdm@macqel.be>
1716         * runtest (mypath): Scan $PATH to set mypath if $0 does not give it.
1718 Mon Oct 13 11:09:09 1997  Bob Manson  <manson@charmed.cygnus.com>
1720         * config/base68k.exp(base68k_load): Don't call exp_continue
1721         outside of an expect statement.
1723 Sun Oct 12 21:29:28 1997  Ian Lance Taylor  <ian@cygnus.com>
1725         * Makefile.in: Replace datadir with dejadatadir throughout.
1727 Mon Oct  6 10:52:25 1997  Jeffrey A Law  (law@cygnus.com)
1729         * lib/libgloss.exp (find_g77): New function.
1731 Fri Oct  3 14:13:30 1997  Bob Manson  <manson@charmed.cygnus.com>
1733         * baseboards/vr4100-ddb.exp: Fix start addresses.
1735         * config/vxworks.exp: Remove 'set timeout' statements.
1737         * runtest.exp: Always output board name of target.
1739 Tue Sep 30 15:35:03 1997  Bob Manson  <manson@charmed.cygnus.com>
1741         * baseboards/arm-sim.exp: No longer uses underscores.
1742         * baseboards/arm-ice.exp: Ditto.
1744 Tue Sep 30 12:47:19 1997  Doug Evans  <dje@canuck.cygnus.com>
1746         * lib/remote.exp (standard_file, cmp): Ensure file exists before
1747         computing file size.
1749 Sun Sep 28 14:30:52 1997  Bob Manson  <manson@charmed.cygnus.com>
1751         * baseboards/powerpc-sim.exp: The simulator directory is
1752         named "ppc", not "powerpc".
1754         * config/mips-idt.exp: Set the "syn-garbage-limit" gdb
1755         value to 0.
1757 Sat Sep 27 22:11:45 1997  Bob Manson  <manson@charmed.cygnus.com>
1759         * lib/libgloss.exp(get_multilibs): Return the multilib directory
1760         that matches closest to the specified set of options.
1762 Fri Sep 26 10:20:56 1997  Bob Manson  <manson@charmed.cygnus.com>
1764         * lib/libgloss.exp(find_binutils_prog): Changed from find_objdump.
1766         * lib/remote.exp(remote_load): Use objcopy instead of objdump.
1768 Thu Sep 25 10:54:55 1997  Bob Manson  <manson@charmed.cygnus.com>
1770         * baseboards/h8300.exp: Use global prefix_dir instead of
1771         explicitly putting a pathname in the file.
1772         * baseboards/i386-bozo.exp: Ditto.
1773         * baseboards/i960-cyclone.exp: Ditto.
1775 Wed Sep 24 13:06:47 1997  Bob Manson  <manson@charmed.cygnus.com>
1777         * config/ddb.exp: Close the connection to the board after we've
1778         initialized it.
1780         * testglue.c: Add support for atexit() and _exit() if VXWORKS
1781         is defined.
1783         * lib/libgloss.exp(build_wrapper): Define VXWORKS if is_vxworks
1784         target feature is set.
1786         * config/vxworks.exp: Set is_vxworks and gdb,nosignals target
1787         features.
1789 Tue Sep 23 17:56:43 1997  Bob Manson  <manson@charmed.cygnus.com>
1791         * lib/remote.exp(remote_load): If is_simulator board feature is
1792         set, don't try to cache executables for this target.
1794         * baseboards/basic-sim.exp: Set is_simulator board feature.
1796 Thu Sep 18 20:31:57 1997  Jeffrey A Law  (law@cygnus.com)
1798         * lib/libgloss.exp (libio_include_flags): If we can't find
1799         _G_config.h, look for iostream.list in the same directory.
1801 1997-09-18  Brendan Kehoe  <brendan@lisa.cygnus.com>
1803         * contrib/test-tool: Put all of the failure stuff up above the
1804         pass stuff.
1806 Tue Sep 16 22:15:20 1997  Bob Manson  <manson@charmed.cygnus.com>
1808         * lib/remote.exp(remote_load): Skip all the caching code if the
1809         REMOTELOAD_CACHE env variable isn't set. Use objdump to get only
1810         the executable contents, so we avoid problems with timestamps in
1811         the executable.
1812         (remote_expect): Check remote_suppress_flag instead of
1813         suppress_flag.
1815         * config/tic80.exp: Set gdb,use_breakpoint_for_stub. Don't
1816         bother skipping the float tests, as the gdb stub now traps
1817         FPU errors.
1818         * config/dos.exp: If there is a timeout, try to interrupt
1819         the remote job.
1820         (dos_interrupt_job): Return a null string on success.
1821         (dos_copy_download): Make the files on the destination world-writable
1822         as well.
1823         (dos_copy_upload): Ditto.
1825 Fri Sep 12 11:10:42 1997  Bob Manson  <manson@charmed.cygnus.com>
1827         * testsuite/runtest.all/options.exp: Commented out failing strace
1828         test--test is probably failing because of a TCL8 interaction.
1830 Thu Sep 11 18:13:11 1997  Bob Manson  <manson@charmed.cygnus.com>
1832         * baseboards/tic80-board.exp: Added support for running gdb.
1834         * config/dos.exp(dos_exec): Add support for an output file.
1836         * lib/remote.exp(remote_load): Only cache executables that
1837         pass. Allow use of a checksum program in place of caching the
1838         entire executable.
1840         * lib/libgloss.exp(find_objdump): New procedure.
1842         * config/gdb_stub.exp: Don't loop forever in gdb_stub_ld.
1843         (gdb_stub_retry_ld): New procedure.
1845 Wed Sep 10 12:58:11 1997  Bob Manson  <manson@charmed.cygnus.com>
1847         * config/tic80.exp: Add new procedure tic80_ld. Call
1848         tic80_ld from tic80_load. Add settings for gdb testing.
1850         * lib/remote.exp: Add missing quotes around eval arguments.
1852 Tue Sep  9 14:45:24 1997  Bob Manson  <manson@charmed.cygnus.com>
1854         * config/tic80.exp: Remove bogus call to "fix" program.
1855         Add timeout to remote_wait.
1857 Tue Sep  9 11:40:01 1997  Doug Evans  <dje@canuck.cygnus.com>
1859         * config/arc.exp: New file.
1860         * baseboards/arc-sim.exp: New file.
1862 Fri Sep  5 15:17:38 1997  Jeffrey A Law  (law@cygnus.com)
1864         * lib/libgloss.exp (get_multilibs): Search for "libraries" directory
1865         as the toplevel multilib directory too.
1866         (libstdc++_link_flags, libstdc++_include_flags): New functions.
1868 Wed Sep  3 16:55:52 1997  Bob Manson  <manson@charmed.cygnus.com>
1870         * lib/remote.exp(standard_file): cmp now returns 0 on "files
1871         identical", some other value if the files are different.
1873         * baseboards/sh-hms-sim.exp: Need to pass -mieee when building
1874         testcases that rely on IEEE-compliant behavior.
1875         * baseboards/sh-hms.exp: Ditto.
1877         * lib/remote.exp(remote_load): Remove spurious debug output.
1878         Use "remote_file cmp" instead of invoking cmp directly.
1879         (standard_file): Added cmp operation to compare two binary
1880         files.
1882         * lib/libgloss.exp: Add dwarf2 target variant.  
1883         
1884         * lib/target.exp: Make sure the CC_FOR_TARGET variable overrides
1885         any default compiler.
1887 Tue Sep  2 18:28:53 1997  Bob Manson  <manson@charmed.cygnus.com>
1889         * config/gdb_stub.exp: Detect gratuitous change to sparclet
1890         gdb target mode.
1892         * lib/remote.exp(remote_expect): Added timeout setting.
1894 Tue Sep  2 16:39:21 1997  Doug Evans  <dje@canuck.cygnus.com>
1896         * dg.exp (dg-test): New arg -keep-output.
1898 Wed Aug 27 13:16:32 1997  Bob Manson  <manson@charmed.cygnus.com>
1900         * config/vxworks.exp: Set the gdb_prompt target feature to be
1901         (vxgdb).
1903 Fri Aug 22 13:24:58 1997  Bob Manson  <manson@charmed.cygnus.com>
1905         * config/vxworks.exp: Check for negative values from the "value ="
1906         return string. If preload_obj is a target feature, load the
1907         specified object file after a reboot.
1909 Thu Aug 21 18:06:20 1997  Bob Manson  <manson@charmed.cygnus.com>
1911         * baseboards/vx4300.exp: New file.
1913 Wed Aug 13 12:57:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
1915         * lib/target.exp (prune_warnings): Generalize alpha ld warning.
1916         Also handle IRIX 6 linker "I give up" message.
1918 Tue Aug 12 21:44:58 1997  Bob Manson  <manson@charmed.cygnus.com>
1920         * lib/framework.exp(clone_output): Don't use lindex on things that
1921         aren't really lists.
1923 Mon Aug 11 20:51:08 1997  Bob Manson  <manson@charmed.cygnus.com>
1925         * lib/remote.exp(remote_expect): Nasty ugliness to work around
1926         change in behavior of lrange in tcl8.
1928 Sat Aug  9 00:59:47 1997  Ian Lance Taylor  <ian@cygnus.com>
1930         * config/netware.exp (${board}_init): Change ld.new to ld-new.
1932 Wed Aug  6 18:41:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
1934         * lib/libgloss.exp (libio_include_flags): Look for _G_config.h, not
1935         libio.a.
1937 Wed Aug  6 00:41:46 1997  Ian Lance Taylor  <ian@cygnus.com>
1939         * lib/libgloss.exp (find_gas): Look for as-new, not as.new.
1941 Sat Aug  2 20:44:55 1997  Bob Manson  <manson@charmed.cygnus.com>
1943         * config/gdb-comm.exp: Look for "Program exited with" exit status,
1944         even though this should *never* appear (we're setting a breakpoint
1945         in _exit and abort, duh).
1947 Fri Aug  1 15:56:06 1997  Felix Lee  <flee@yin.cygnus.com>
1949         * runtest.exp: "runtest gcc.c-torture/execute/execute.exp" didn't
1950         work because expected global vars weren't set.
1952 Wed Jul 30 09:05:41 1997  Felix Lee  <flee@yin.cygnus.com>
1954         * lib/ftp.exp (ftp_download): and needed an -re flag.  and changed
1955         "Timeout" to "421", to catch other premature disconnects.
1957 Wed Jul 30 00:15:04 1997  Felix Lee  <flee@cygnus.com>
1959         * lib/ftp.exp (ftp_download): "Timeout ..." pattern wasn't listed
1960         early enough to ever get matched.
1962 Mon Jul 28 21:20:59 1997  Bob Manson  <manson@charmed.cygnus.com>
1964         * lib/libgloss.exp(get_multilibs): Iterate through the list of
1965         compiler-specified options looking for a match, rather than
1966         farting around with regexps.
1968 Mon Jul 28 15:28:09 1997  Felix Lee  <flee@cygnus.com>
1970         * lib/ftp.exp (ftp_upload): return localfilename, not
1971         remotefilename.
1973 Mon Jul 28 15:28:09 1997  Felix Lee  <flee@cygnus.com>
1975         * config/base68k.exp (base68k_ld): need global objdir.
1977 Tue Jul 22 10:24:54 1997  Bob Manson  <manson@charmed.cygnus.com>
1979         * runtest.exp: More cleanups for setting isremote board feature.
1980         Leave the previous setting alone if the board already has one.
1982         * lib/framework.exp(is_remote): Add debugging info.
1984         * lib/remote.exp(remote_spawn): If the local spawn fails, return
1985         -1 instead of falling through.
1987 Mon Jul 21 14:30:01 1997  Bob Manson  <manson@charmed.cygnus.com>
1989         * lib/target.exp(list_targets): Deleted, no longer meaningful.
1990         (default_target_compile): Use warning instead of perror when
1991         download fails. Delete an existing a.out object file if we're
1992         running on a remote host.
1994         * lib/libgloss.exp(libgloss_ld): Deleted, not used.
1996         * config/dos.exp(dos_copy_download): If the local file doesn't
1997         exist, don't try to download it.
1999         * runtest.exp: Change tests for setting isremote board feature.
2000         We assume the board is remote unless the name is the same as
2001         the local hostname or we're defining the build board.
2003 Wed Jul 16 12:45:30 1997  Bob Manson  <manson@charmed.cygnus.com>
2005         * config/dos.exp(dos_copy_upload): If the remote file doesn't
2006         exist, don't try to upload it.
2008         * baseboards/basic-sim.exp: Don't transform the simulator name
2009         using the target alias if no_transform_name is set on the host.
2011         * lib/kermit.exp: Don't try to unset the file descriptor if it
2012         isn't set.
2014 Mon Jul  7 12:01:54 1997  Bob Manson  <manson@charmed.cygnus.com>
2016         * baseboards/m32r-sim.exp(ldflags): Use libgloss_link_flags, not
2017         libgloss_include_flags.
2018         * baseboards/m32r-elf.exp: Ditto.
2020 Sat Jul  5 18:42:52 1997  Bob Manson  <manson@charmed.cygnus.com>
2022         * lib/libgloss.exp(libgloss_link_flags): Add sparclet->sparc CPU
2023         mapping. (This needs to be fixed.)
2025 Thu Jul  3 15:34:21 1997  Bob Manson  <manson@charmed.cygnus.com>
2027         * config/ddb.exp: Use base68k instead of gdb-comm.
2029         * stub-loader.c: Renamed from sparclet-loader.c.
2030         * config/gdb_stub.exp: Refer to stub-loader.c now.
2032 Tue Jul  1 17:48:43 1997  Bob Manson  <manson@charmed.cygnus.com>
2034         * runtest.exp: Allow boards_dir to be a list of directories to
2035         search for board descriptions.
2037 Mon Jun 30 19:12:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
2039         * baseboards/arm-ice.exp: Board doesn't do I/O, signals,
2040         or call functions from GDB.
2042 Mon Jun 30 18:32:44 1997  Bob Manson  <manson@charmed.cygnus.com>
2044         * config/arm-ice.exp: New file.
2045         * baseboards/arm-ice.exp: New file.
2047 Sun Jun 29 22:12:51 1997  Bob Manson  <manson@charmed.cygnus.com>
2049         * baseboards/arm-sim.exp: New file.
2051         * lib/libgloss.exp(process_multilib_options): Added pe object format.
2053         * baseboards/armpe-sim.exp: Removed file.
2055 Sat Jun 28 13:37:27 1997  Bob Manson  <manson@charmed.cygnus.com>
2057         * config/gdb_stub.exp: Use gdb_opts feature instead of a random
2058         check if the host is remote.
2060         * runtest.exp: Use the no_transform_name feature instead of
2061         looking for a specific host triplet.
2063         * baseboards/*-sim.exp: Use load_base_board_description, not
2064         load_board_description.
2066         * lib/target.exp(default_target_compile): If we're compiling
2067         with the C++ compiler, include g++_include_flags and 
2068         g++_link_flags as appropriate.
2070 Fri Jun 27 15:17:12 1997  Bob Manson  <manson@charmed.cygnus.com>
2072         (load_board_description): Set the board feature isremote if the
2073         board appears to be remote.
2074         Call setup_build_hook with the local hostname.
2076         * lib/target.exp(push_build): New procedure.
2078         * lib/framework.exp(is_remote): Detect if the board name specified
2079         is the name of the build or host, and handle appropriately.
2081         * lib/remote.exp(check_for_board_status): Be a bit more aggressive
2082         about stripping trailing CRLFs.
2084         * config/dos.exp(dos_exec): Add support for an input file.
2085         (dos_load): Pass program arguments and input file to remote_exec.
2087 Wed Jun 25 20:01:37 1997  Bob Manson  <manson@charmed.cygnus.com>
2089         * lib/target.exp(target_compile): Always add the target's cflags
2090         spec. Use find_g++ to find a compiler if we've been asked to use a
2091         C++ compiler.
2093         * lib/remote.exp(remote_spawn): Wrap open and spawn
2094         statements with catch.
2096         * lib/libgloss.exp(g++_link_flags): Add -L options to point to the
2097         correct libiberty and librx directories.
2098         (find_g++): New routine.
2100         * lib/kermit.exp: Loosen up the regexp matching the connect
2101         string.
2103         * lib/ftp.exp: Look for a "Timeout after..." message from
2104         ftp.
2106         * config/sparclet.exp: The gdb prompt is "gdbslet".
2108         * config/gdb_stub.exp: If running on a remote host, add --command
2109         gdbinit to the gdb command line. Use the gdb_is_running target
2110         feature to keep track of whether or not we started gdb. Replace
2111         errors with warnings in many cases.
2112         (gdb_stub_load): Always set a breakpoint on exit if the
2113         target feature always_break_exit is set. Retry the testcase
2114         if it times out.
2115         (gdb_stub_close): New routine.
2117         * baseboards/sparclet-aout.exp: varargs and label values
2118         apparently don't work. Always set a breakpoint at
2119         exit() even if we can break at _exit instead.
2121         * sparclet-loader.c: Add global variable "remote_debug"
2122         initialized to 0.
2124         * runtest.exp: If running on a DOS host, don't canonicalize
2125         the tool names.
2127         * config/i386-bozo.exp(${board}_reboot): Return 1.
2129 Mon Jun 23 14:55:13 1997  Bob Manson  <manson@charmed.cygnus.com>
2131         * config/gdb_stub.exp: Clean up a few regexps. Check for either
2132         the breakpoint function name (preferred) or the breakpoint number.
2134 Sun Jun 22 12:31:02 1997  Bob Manson  <manson@charmed.cygnus.com>
2136         * lib/remote.exp(standard_file): Add dirname, join, and absolute
2137         operators.
2138         (unix_clean_filename): New procedure.
2140         * runtest.exp(lookfor_file): Call 'remote_file build dirname'
2141         instead of appending "/..".
2143         * lib/framework.exp(is_remote): Really fix the problem with
2144         "unix/cpu=v8" this time. Minor cleanups.
2146 Wed Jun 18 21:21:00 1997  Bob Manson  <manson@charmed.cygnus.com>
2148         * config/ddb-ether.exp(ddb_ether_try): Fix typo.
2150 Tue Jun 17 16:18:00 1997  Bob Manson  <manson@charmed.cygnus.com>
2152         * config/base68k.exp: Wait for an entire line before appending
2153         it to the result buffer.
2154         (base68k_load): Check every optional argument, and don't allow
2155         any (yet). Use -re in front of regular expressions.
2157         * lib/framework.exp(is_remote): Strip off any variant info from
2158         the board name before determining if the board is remote.
2160 Tue Jun 17 02:32:07 1997  Bob Manson  <manson@farmer>
2162         * config/gdb-comm.exp(gdb_comm_load): Check for parameters we don't
2163         support, and return UNSUPPORTED as appropriate. Don't set a
2164         breakpoint in exit if we can set one in _exit.
2165         * config/gdb_stub.exp: Ditto.
2167 Mon Jun 16 16:07:32 1997  Bob Manson  <manson@charmed.cygnus.com>
2169         * config/dos.exp(dos_wait): Add timeout parameter.
2171         * lib/remote.exp(remote_expect): Add timeout parameter.
2172         (remote_wait): Ditto.
2173         (standard_wait): Ditto. Also give up if the program outputs
2174         more than 512,000 bytes.
2176         * config/vxworks.exp: Use timeout parameter instead of setting
2177         timeout variable.
2178         * config/dos.exp: Ditto.
2179         * config/ddb.exp: Ditto.
2180         * lib/mondfe.exp: Ditto.
2181         * lib/rlogin.exp: Ditto.
2182         * lib/telnet.exp: Ditto.
2183         * config/base68k.exp: Ditto.
2184         * config/i386-bozo.exp: Ditto.
2185         * config/gdb-comm.exp: Ditto.
2186         * config/gdb_stub.exp: Ditto.
2187         * config/i960.exp: Ditto.
2188         * config/ddb-ether.exp: Ditto.
2189         * config/sim.exp: Ditto.
2191 Fri Jun 13 19:54:24 1997  Bob Manson  <manson@charmed.cygnus.com>
2193         * contrib/test-tool: Default to assuming a standard tree
2194         structure. Don't die if we don't have a previous file to
2195         diff against--diff against /dev/null instead.
2197         * config/m32r.exp: Misc fixes.
2199         * config/m32r-stub.exp: New file.
2201         * config/gdb_stub.exp: Download the loader program to the host
2202         before we try to load it.
2204         * config/dos.exp: Move the cygwin exception check to a point
2205         earlier in the expect sequence.
2206         (dos_copy_upload): New routine.
2208 Thu Jun 12 19:05:21 1997  Bob Manson  <manson@charmed.cygnus.com>
2210         * testglue.c (write_int): write_int takes two args.
2212         * lib/target.exp(target_compile): Must insert spaces when
2213         appending flags.
2215         * lib/remote.exp(remote_reboot): Print a message stating that
2216         the board is being rebooted.
2218         * config/dos.exp(dos_exec): Call remote_wait instead of
2219         doing it ourselves.
2220         (dos_wait): Minor cleanups.
2222 Wed Jun 11 10:07:10 1997  Bob Manson  <manson@charmed.cygnus.com>
2224         * config/dos.exp: Look for "cygwin except" string and reboot
2225         the board if we see it. Make sure we get output from the
2226         right place.
2227         (dos_exec): We always need to return a result list.
2229         * lib/target.exp(target_compile): Strip extra newlines/CRs from
2230         the start of the compiler output.
2232         * config/dos.exp: Make sure we can have multiple spawned commands
2233         open to the board without reusing the same batch file name. Use
2234         the new conninfo board feature to hold the name of the batch file
2235         being used for the current connection.
2236         (dos_interrupt_job): New procedure.
2238         * config/tic80.exp, baseboards/tic80-board.exp: New files.
2240         * lib/remote.exp(remote_swap_conn): New procedure.
2241         (remote_pop_conn,remote_push_conn): The conninfo board feature
2242         is used to store data specific to the current connection; make
2243         sure we update it correctly when we push and pop connections.
2245 Fri Jun  6 14:24:36 1997  Bob Manson  <manson@charmed.cygnus.com>
2247         * config/gdb-comm.exp: Fix typo (missing call to list).
2249         * lib/libgloss.exp(g++_link_flags): Put spaces in appropriate
2250         places. If we don't have a multilib pathname to use, try
2251         global $objdir instead.
2252         (g++_include_flags): Don't bother checking to see if the libraries
2253         are there, just look for the source directories.
2255 Thu Jun  5 18:09:55 1997  Bob Manson  <manson@charmed.cygnus.com>
2257         * config/ddb.exp: Fix typo.
2259         * lib/remote.exp(remote_close): Use nasty ugly shell stuff to kill
2260         the program being closed.
2261         (remote_expect): Make sure expect fails if there isn't a
2262         connection open to the requested board.
2264         * lib/libgloss.exp(winsup_include_flags,winsup_link_flags): New
2265         functions.
2267         * baseboards/dos.exp: Fix link flags and prompt regexp.
2269         * config/dos.exp(dos_load): New function.
2271 Tue Jun  3 12:04:15 1997  Bob Manson  <manson@charmed.cygnus.com>
2273         * baseboards/unix.exp: Add call to process_multilib_options.
2275         * runtest.exp: Clean up target iteration expansion.
2277         * testglue.c: Add #ifndef NO_UNISTD_H test.
2279         * config/vxworks.exp: Try to boot the system into the desired OS.
2281         * lib/telnet.exp(telnet_open): Remove the option of passing
2282         the port #. If the first optional argument is "raw", return
2283         immediately rather than trying to look for a shell prompt.
2285         * lib/util-defs.exp: Remove expect_before statement.
2287         * config/gdb-comm.exp(gdb_comm_add_breakpoints): Check for "No
2288         symbol table" message from gdb.
2290         * config/vxworks.exp(*_load): Don't set global exec_output
2291         variable. We return a list of two members, the first containing
2292         the pass/fail string, and the second containing the output
2293         from the executable.
2294         * lib/dg.exp(dg-test): Ditto.
2296         * config/rom68k.exp: Fix shell_prompt value (add a space at the
2297         end).
2299         * baseboards/h8300.exp: Put back magic linker script brain-damage.
2301         * baseboards/mips-sim.exp: Check for ecoff object file format,
2302         and use idtecoff.ld instead of idt.ld.
2304         * config/dos.exp(dos_wait): Wait for a shell prompt from
2305         the board before returning.
2307         * config/i960.exp: Detect if the board starts spewing nonsense,
2308         and reboot it if it does.
2309         * config/base68k.exp: Ditto. Also tighten up the checks for
2310         a shell prompt.
2312         * lib/remote.exp: Add a bit more debugging output. Use -9 when
2313         killing the process.
2315 Mon Jun  2 09:50:33 1997  Bob Manson  <manson@charmed.cygnus.com>
2317         * lib/remote.exp(standard_close): Check the return value from
2318         catch. Fix quoting on the after command.
2320         * baseboards/rom68k-idp.exp: Look for a.out object file format.
2322         * baseboards/vr4300-sim.exp: Look for ecoff object file format.
2323         * baseboards/vr4300-ddb.exp: Ditto.
2324         * baseboards/mips-idt.exp: Ditto.
2326         * lib/libgloss.exp: Set the board's obj_format feature according
2327         to the specified object file format. Handle "stabs" variant.
2329         * baseboards/i960-cyclone.exp: Mark the board as being unreliable.
2331         * config/i960.exp: Check for a couple of common failure modes and
2332         reboot the board as needed. Also reboot if the testcase fails and
2333         the board is marked as "unreliable".
2335 Sun Jun  1 16:48:30 1997  Bob Manson  <manson@charmed.cygnus.com>
2337         * config/base68k.exp: Add base68k_ld procedure. Clean up a few
2338         regexps.
2340         * baseboards/rom68k-idp-aout.exp: We need to pass the load offset
2341         to gdb's load command.
2343         * baseboards/rom68k-idp.exp: Use -msoft-float by default.
2345         * lib/telnet.exp: If dont_wait_for_prompt is set, don't bother
2346         trying to get a prompt back before returning.
2348         * config/i960.exp(${board}_init): Send several CRs in order to get
2349         a prompt from the board (fun with autobaud). Set
2350         dont_wait_for_prompt. Clear exec_output.
2352 Sat May 31 00:29:33 1997  Bob Manson  <manson@charmed.cygnus.com>
2354         * config/base68k.exp: Handle various errors more gracefully.
2356         * config/dos.exp(dos_start_command): Flush any pending output
2357         before sending the new command to be run. Make regexp for
2358         prompt more strict.
2360         * contrib/test-tool: Add support for compressed log files.
2361         (Can't compress ChangeLog files yet.)
2363 Fri May 30 15:08:15 1997  Bob Manson  <manson@charmed.cygnus.com>
2365         * lib/libgloss.exp(build_wrapper): New procedure.
2367         * config/base68k.exp: Check for use_vma_offset target feature.
2368         Make sure we keep in sync with the remote target.
2370         * baseboards/rom68k-idp-aout.exp: Try using objcopy again.
2371         Make sure we link with -N.
2373         * testglue.c: Handle m68k-aout specially.
2375 Thu May 29 19:57:47 1997  Bob Manson  <manson@charmed.cygnus.com>
2377         * testglue.c: Include sys/unistd.h.
2379         * lib/telnet.exp: Use $connhost correctly.
2381         * lib/remote.exp(remote_wait, remote_raw_wait, standard_wait): New
2382         procedures.
2384         * config/sim.exp(sim_load): Use remote_wait to wait on the
2385         spawned child.
2387         * config/dos.exp(dos_spawn): Make sure we can return an exit
2388         status from the spawned command.
2389         (dos_wait): New procedure.
2391 Thu May 29 15:08:07 1997  Bob Manson  <manson@charmed.cygnus.com>
2393         * baseboards/rom68k-idp-aout.exp: Status wrapper seems to be
2394         working in devo.
2396 Wed May 28 12:34:28 1997  Bob Manson  <manson@charmed.cygnus.com>
2398         * baseboards/sparc64-sim.exp: New file.
2400         * baseboards/vx68k.exp: New file.
2402         * lib/libgloss.exp(newlib_link_flags): Also look for the linker
2403         script directory that's part of ld, and include it if it
2404         exists.
2406 Tue May 27 20:00:01 1997  Bob Manson  <manson@charmed.cygnus.com>
2408         * lib/libgloss.exp(libgloss_link_flags): If we're building
2409         for a powerpc target, the cpu is rs6000, not powerpc.
2411 Sat May 24 11:31:26 1997  Bob Manson  <manson@charmed.cygnus.com>
2413         * config/gdb-comm.exp: Strip off "Continuing." response
2414         from gdb. Set the height and width to 0 so GDB doesn't
2415         try to scroll.
2417 Fri May 23 12:02:29 1997  Bob Manson  <manson@charmed.cygnus.com>
2419         * baseboards/i960-cyclone.exp: It's noargs now.
2421         * lib/remote.exp(call_remote): Make sure we set the
2422         board's database name entry if we tried to load it.
2424         * lib/libgloss.exp(process_multilib_options): Look for aout and
2425         elf board variants, and set is_aout/is_elf as appropriate.
2427         * lib/targetdb.exp(set_currtarget_info,unset_currtarget_info):
2428         New functions.
2430         * config/gdb-comm.exp: Check for gdb_sect_offset target feature;
2431         if it's set, adjust the sections in the executable with the
2432         .sect command.
2434         * config/i386-bozo.exp: New file.
2435         * baseboards/i386-bozo.exp: New file.
2437 Thu May 22 15:24:48 1997  Bob Manson  <manson@charmed.cygnus.com>
2439         * baseboards/op50n.exp: Set gdb,timeout to 9 minutes.
2441         * config/base68k.exp: Display the output from the board in
2442         verbose mode.
2444         * config/proelf.exp: Use base68k to load programs instead of
2445         GDB.
2447         * baseboards/hppa-proelf.exp: Renamed to baseboards/op50n.exp.
2449         * lib/libgloss.exp: Make sure we don't include the libio
2450         stdio directory.
2452 Wed May 21 22:58:05 1997  Bob Manson  <manson@charmed.cygnus.com>
2454         * baseboards/i960-cyclone.exp: Link with i960.ld linker
2455         script.
2457 Tue May 20 19:03:54 1997  Bob Manson  <manson@charmed.cygnus.com>
2459         * config/sim.exp: Check for magic CHILDKILLED nonsense from
2460         wait.
2462 Mon May 19 13:07:01 1997  Bob Manson  <manson@charmed.cygnus.com>
2464         * baseboards/i960-cyclone.exp: New file.
2465         * config/i960.exp: New file.
2466         
2467 Tue May 20 17:55:39 1997  Jeffrey A Law  (law@cygnus.com)
2469         * config/sim.exp: Set "slow_simulator".
2471 Tue May 20 08:54:55 1997  Jeffrey A Law  (law@cygnus.com)
2473         * baseboards/*: Change "gdb,noargs" to just "noargs".
2475 Mon May 19 13:07:01 1997  Bob Manson  <manson@charmed.cygnus.com>
2477         * lib/telnet.exp: Backquote the braces in "VxWorks Boot"
2478         correctly this time.
2480         * lib/remote.exp: Use catch to wrap exp_pid calls.
2482 Sat May 17 21:44:08 1997  Bob Manson  <manson@charmed.cygnus.com>
2484         * lib/remote.exp(standard_close): Don't wait forever on close; if
2485         it's a process, give it a SIGTERM after 10 seconds.
2486         (remote_spawn): Make sure stderr and stdout all go to the same
2487         place.
2489 Sat May 17 19:10:36 1997  Fred Fish  <fnf@cygnus.com>
2491         * Makefile.in (install): Add missing ';' to datadir for...done.
2493 Fri May 16 23:30:27 1997  Bob Manson  <manson@charmed.cygnus.com>
2495         * baseboards/powerpc-sim.exp: Can't call functions from within
2496         GDB.
2498 Wed May 14 20:59:11 1997  Bob Manson  <manson@charmed.cygnus.com>
2500         * lib/libgloss.exp: Add spaces before options passed to
2501         the compiler.
2503 Fri May 16 10:11:54 1997  Jeffrey A Law  (law@cygnus.com)
2505         * baseboards/mn10200-sim.exp: Remove redundant setting of
2506         "cflags".
2507         * baseboards/mn10300-sim.exp: Likewise.
2509 Thu May 15 14:26:20 1997  Mike Meissner  <meissner@cygnus.com>
2511         * baseboards/tic80-sim.exp (gcc,no_varargs): Set to 1, the TIC80
2512         doesn't support varargs.
2514 Tue May 13 11:51:06 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
2516         * Makefile.in (install): Take out errant semicolon.
2518 Mon May 12 21:48:52 1997  Bob Manson  <manson@charmed.cygnus.com>
2520         * lib/libgloss.exp(find_gas): New procedure.
2522         * lib/target.exp(default_target_compile): Look for
2523         CC_FOR_TARGET and CFLAGS_FOR_TARGET global variables.
2524         (target_assemble,default_target_assemble): New procedures.
2526 Thu May  8 21:53:03 1997  Bob Manson  <manson@charmed.cygnus.com>
2528         * runtest.exp: Add more informative startup messages describing
2529         the various files that are being loaded.
2530         (setup_target_hook): Give a warning if a target board is the local
2531         machine and a "non-native" test is being run; check if the user
2532         has set their DEJAGNU variable.
2534 Tue May  6 14:27:11 1997  Bob Manson  <manson@charmed.cygnus.com>
2536         * runtest.exp(lookfor_file): Use .. instead of [file dirname].
2538 Mon May  5 22:06:14 1997  Bob Manson  <manson@charmed.cygnus.com>
2540         * baseboards/vxsparc.exp: New file.
2542         * config/vxworks.exp: Look for [VxWorks Boot] prompt.
2543         * lib/telnet.exp: Ditto.
2544         
2545 Fri May  2 15:19:00 1997  Bob Manson  <manson@charmed.cygnus.com>
2547         * lib/remote.exp(remote_spawn): Add new argument for readonly
2548         or writeonly processes, and use open to create a pipeline when
2549         it is given.
2550         * config/sim.exp(sim_load): Use it.
2552 Fri May  2 10:47:40 1997  Bob Manson  <manson@charmed.cygnus.com>
2554         * baseboards/tic80-sim.exp: New file.
2556 Thu May  1 14:42:51 1997  Bob Manson  <manson@charmed.cygnus.com>
2558         * baseboards/d10v.exp: Set gdb,short_int.
2559         * baseboards/d10v-sim.exp: Ditto.
2560         * baseboards/h8300.exp: Ditto.
2561         * baseboards/h8300-sim.exp: Ditto.
2563         * lib/remote.exp(remote_download): Ignore "files are identical"
2564         error from cp.
2566         * testglue.c: Renamed from test-glue.c.
2568 Tue Apr 29 17:42:22 1997  Jeffrey A Law  (law@cygnus.com)
2570         * baseboards/h8300-sim.exp: Remove magic linker script braindamage.
2571         Set gdb,noinferiorio, gdb/noresults, gcc,stacksize and no_long_long.
2572         * baseboards/h8300.exp: Similarly.
2574 Tue Apr 29 12:56:53 1997  Bob Manson  <manson@charmed.cygnus.com>
2576         * lib/rlogin.exp: Misc cleanups.
2578         * lib/libgloss.exp(g++_include_flags): Don't skip if native. We're
2579         also building multilib versions of the libraries now, so don't
2580         pass a null argument to get_multilibs.
2581         (g++_link_flags): Ditto.
2583 Mon Apr 28 12:14:27 1997  Bob Manson  <manson@charmed.cygnus.com>
2585         * lib/telnet.exp: Default to /usr/kerberos/bin/telnet if it
2586         exists.
2588         * lib/target.exp(target_compile): Add use_at target feature, to
2589         support using the @file syntax of GCC on a go32 host.
2591         * lib/rlogin.exp(rlogin_open): Don't try to open a connection if
2592         we already have one open. Use hostname and shell_prompt features of
2593         target.  Remove gratuitous $type variable. Don't use $board here.
2594         Don't die if we get Kerberos login failures; the destination may
2595         not support kerberos.
2596         (rlogin_spawn): New function.
2598         * lib/libgloss.exp(g++_include_flags): Use spaces in
2599         appropriate places when appending flags.
2601 Fri Apr 25 19:03:55 1997  Bob Manson  <manson@charmed.cygnus.com>
2603         * config/sim.exp(sim_load): Stop using bash/ulimit. If an input
2604         file is supplied, feed it into the simulator using
2605         remote_transmit.
2607 Thu Apr 24 14:37:01 1997  Bob Manson  <manson@charmed.cygnus.com>
2609         * lib/libgloss.exp(g++_include_flags): Make sure libg++/src
2610         is part of the include path.
2612         * lib/telnet.exp(telnet_open): Look for "simple or advanced"
2613         prompt from ataman. Use $connhost instead of $hostname
2614         correctly. Check for hostname feature of target machine.
2616 Fri Apr 18 16:43:39 1997  Bob Manson  <manson@charmed.cygnus.com>
2618         * baseboards/sh-hms.exp: Set exit_statuses_bad.
2620         * lib/telnet.exp: Handle more unexpected responses from telnet.
2621         Don't give a warning if we don't get a prompt back after sending
2622         the escape character.
2624         * config/gdb-comm.exp: Check for SIGTRAP; retry if we get one.
2625         Also reboot if the program gets any other signal. Check for
2626         exit_statuses_bad on the target.
2628         * config/base68k.exp: Retry if we didn't get a real exit status.
2630 Thu Apr 10 20:04:14 1997  Bob Manson  <manson@charmed.cygnus.com>
2632         * baseboards/h8300.exp: The board is unreliable, make sure failing
2633         commands get retried.
2635         * Makefile.in: Make sure we copy in any .c stub files.
2637         * config/dos.exp: Use the pid as part of the file in /tmp;
2638         delete the file after we're done. Don't create the file
2639         locally until we're ready to download it (in case we're
2640         being called recursively).
2642 Thu Apr 10 14:35:02 1997  Jeffrey A Law  (law@cygnus.com)
2644         * baseboards/mn10300-sim.c: The mn10300 can perform inferior
2645         function calls.
2647 Wed Apr  2 19:35:13 1997  Bob Manson  <manson@charmed.cygnus.com>
2649         * baseboards/h8300.exp: Add appropriate references to linker
2650         scripts. Set noinferiorio, and noresults.
2652 Sun Mar 30 00:25:59 1997  Bob Manson  <manson@charmed.cygnus.com>
2654         * config/ddb-ether.exp: Check for "Exception Cause" from the
2655         monitor, and also retry 3 times on "invalid executable" message.
2657         * config/ddb.exp: Add timeout section. Reboot the
2658         board if we can't get any sort of a prompt.
2660         * config/dos.exp(dos_exec): Return an error status
2661         when the connection fails to the remote host. Retry
2662         connecting several times, and also call remote_reboot
2663         as appropriate.
2665         * lib/ftp.exp: Check return value from ftp_open.
2667 Sat Mar 29 00:42:59 1997  Bob Manson  <manson@charmed.cygnus.com>
2669         * baseboards/*.exp: General cleanup, yet again. Take
2670         advantage of the new target variant support.
2672         * runtest.exp: Fix everyone's favorite bug; now it says
2673         "interrupted by user" instead of "segmentation violation"
2674         when ^C is pressed.
2676         * baseboards/vr4300-ddb.exp: Set gdb,noargs and gdb,nosignals.
2678         * config/dos.exp: Increase timeout on program execution
2679         to 5 minutes. Pass target alias to initialization
2680         script. Don't delete the remote batch file.
2682 Thu Mar 27 01:38:35 1997  Bob Manson  <manson@charmed.cygnus.com>
2684         * lib/framework.exp(is_remote): Use current_target_name, not
2685         current_target.
2687         * baseboards/m32r-sim.exp: Don't set unnecessary options here.
2689         * lib/target.exp(default_target_compile): Add ldscript
2690         option.
2692         * config/gdb_stub.exp: Check for netport as well as serial. Use
2693         gdb,start_symbol as appropriate.
2695 Wed Mar 26 16:45:42 1997  Bob Manson  <manson@charmed.cygnus.com>
2697         * runtest.exp(process_target_variants,iterate_target_variants): New
2698         procedures, called as part of building up the list of targets
2699         to test.
2701         * lib/libgloss.exp(process_multilib_options,add_multilib_option): New
2702         procedures.
2704         * baseboards/*.exp: Call process_multilib_options instead of setting
2705         multilib_flags directly.
2707 Wed Mar 26 16:04:48 1997  Doug Evans  <dje@canuck.cygnus.com>
2709         * baseboards/m32r-sim.exp (multilib_flags): Test all code models.
2711 Wed Mar 26 13:55:19 1997  Bob Manson  <manson@charmed.cygnus.com>
2713         * baseboards/a29k-udi.exp: Don't use libio.
2715 Tue Mar 25 15:22:24 1997  Bob Manson  <manson@charmed.cygnus.com>
2717         * lib/libgloss.exp(libgloss_link_flags): Always add a -L
2718         pointing to the libgloss source directory, if it exists.
2720         * lib/telnet.exp(telnet_binary): Thanks, HPsUX.
2721         * lib/rsh.exp:(rsh_exec) Likewise, I'm sure.
2723 Mon Mar 24 22:20:18 1997  Bob Manson  <manson@charmed.cygnus.com>
2725         * config/dos.exp: Grab the exit status from the command we
2726         executed.
2728 Sat Mar 22 13:07:52 1997  Bob Manson  <manson@charmed.cygnus.com>
2730         * lib/mondfe.exp: General cleanups; don't be quite so
2731         picky about when a prompt should appear (the last
2732         step may not always be clearing the BSS section).
2734         * config/gdb-comm.exp: Check for response when setting
2735         baud rate.
2737         * config/udi.exp: Don't be quite so picky when checking
2738         for "Halt instruction encountered".
2740         * testsuite/runtest.all/*.test: $srcdir/$subdir, not
2741         $srcdir$subdir.
2743 Fri Mar 21 17:36:29 1997  Michael Meissner  <meissner@cygnus.com>
2745         * baseboards/d10v-sim.exp (sim_time_limit): Bump the default time
2746         limit to 10 minutes, since gcc.c-torture/execute/920501-6.c takes
2747         quite a while to do 64 bit arithmetic on a 16 bit host.
2749 Fri Mar 21 01:02:39 1997  Jeffrey A Law  (law@cygnus.com)
2751         * baseboards/mn10300-sim.exp: The mn10300 can't perform
2752         inferior function calls yet.
2754 Thu Mar 20 22:45:18 1997  Jeffrey A Law  (law@cygnus.com)
2756         * testsuite/runtest.all/options.exp: Remove "baud" test.
2758 Tue Mar 18 15:15:16 1997  Jeffrey A Law  (law@cygnus.com)
2760         * baseboards/mn10300-sim.exp: Various updates from mn10200-sim.exp.
2762 Mon Mar 17 15:11:03 1997  Bob Manson  <manson@charmed.cygnus.com>
2764         * testsuite/runtest.all/stats-sub.exp: Add missing brace.
2766         * config/sim.exp: If bash isn't in the user's path, then use spawn
2767         and expect to try and catch cases where the simulator has gone
2768         into an infinite loop.
2770 Thu Mar 13 11:59:52 1997  Bob Manson  <manson@charmed.cygnus.com>
2772         * runtest.exp: If running on multiple targets, output a summary
2773         for each target. Use log_and_exit instead of log_summary.
2775         * lib/framework.exp: Use an array (test_count) instead of
2776         separate variables for each pass/fail/xpass/... count.
2777         (log_and_exit, init_testcounts,incr_count): New procedures.
2779         * lib/debugger.exp: Call log_and_exit instead of log_summary.
2781         * lib/libgloss.exp(get_multilibs): Use -all. Substitute " -"
2782         with " ", not the null string.
2784 Thu Mar 13 11:21:56 1997  Angela Marie Thomas (angela@cygnus.com)
2786         * baseboards/mips-lsi-sim{,-EL,-sf,-sfEL}.exp: New files.
2788 Wed Mar 12 16:37:03 1997  Bob Manson  <manson@charmed.cygnus.com>
2790         * baseboards/h8300-sim.exp: Add noargs and nosignals.
2791         * baseboards/h8300.exp: Ditto.
2793 Tue Mar 11 17:17:43 1997  Bob Manson  <manson@charmed.cygnus.com>
2795         * config/gdb-comm.exp: If we're talking to a remote host,
2796         download the executable being loaded before starting GDB.
2797         Check for the gdb_opts feature of the host.
2798         (gdb_comm_leave): New procedure. If we're talking to a
2799         remote host, always start and exit gdb for each download.
2801         * config/dos.exp: Use remote_expect.
2803         * config/ddb.exp: If we're talking to a remote host, don't
2804         try to init the prompt.
2806         * baseboards/vr4300-ddb.exp: Don't link in libio.
2808         * baseboards/vr4100-ddb.exp: Don't link in libio. Do use
2809         -msoft-float "just in case".
2810         
2811         * baseboards/sh-hms.exp: We need to pass in the -L options
2812         for the libgloss directories so we find the linker scripts.
2814         * baseboards/dos.exp: Make sure --command gdbinit is passed
2815         to gdb.
2817         * runtest.exp: Prefer target_alias over target_install.
2818         * baseboards/basic-sim.exp: Ditto.
2820 Sat Mar  8 12:01:04 1997  Bob Manson  <manson@charmed.cygnus.com>
2822         * baseboards/mn10200-sim.exp: Fix comment.
2824         * baseboards/sh-hms.exp: Include libgloss so we can find
2825         the linker scripts.
2826         
2827         * baseboards/sh-hms-sim.exp: Ditto.
2828         
2829         * config/vxworks.exp: Add additional error checking cases. Remove
2830         unused procedure "vxworks_transform_path".
2832 Fri Mar  7 13:53:35 1997  Bob Manson  <manson@charmed.cygnus.com>
2834         * baseboards/vr5000-ddb.exp: Add configury for nullstone.
2835         * baseboards/vr4300-ddb.exp: Ditto.
2837         * config/ddb-ether.exp(ddb_ether_ld): New routine.
2838         (ddb_ether_try): Use ddb_ether_ld.
2839         (ddb_ether_load): Make sure we return "fail" at the end of the loop.
2841         * config/bug.exp: Use set_board_info.
2843         * baseboards/vr4300-sim.exp: Use mips-sim as a base configuration.
2845         * config/gdb_stub.exp: Use remote_expect.
2847         * lib/remote.exp(remote_ld, remote_raw_ld, remote_push_conn,
2848           remote_pop_conn): New routines.
2850 Thu Mar  6 09:34:39 1997  Bob Manson  <manson@charmed.cygnus.com>
2852         * config/ddb-ether.exp: Use remote_expect and remote_send.
2853         * config/vxworks.exp: Ditto.
2854         
2855         * runtest.exp: Remove --baud and --connect options, no longer
2856         functional.
2857         (setup_target_hook): Use the hostname of the local machine when
2858         searching for a board file, if a board wasn't specified with
2859         --host_board.
2861 Wed Mar  5 09:37:55 1997  Bob Manson  <manson@charmed.cygnus.com>
2863         * config/base68k.exp: Use $dest instead of target, and remote_send
2864         and remote_expect.
2866         * lib/framework.exp(clone_output): If $sum_file is null, don't try
2867         to write to the file.
2869         * config/ddb-ether.exp(ddb_ether_try): Add -re to regexp pattern.
2871         * baseboards/mips-sim.exp: New file.
2873         * runtest.exp: Move loading the libraries and the
2874         tool initialization file before the start of the
2875         file. Allow the tool to add additional options to runtest.
2876         (transform): target_install is now a list kept as part of the
2877         board description. Search the list for the current target alias;
2878         if found, use in preference to the default target_install entry.
2880         * lib/targetdb.exp(set_board_info,unset_board_info): New procedures.
2881         
2882         * baseboards/*.exp: Use set_board_info instead of setting entries
2883         in the board_info array directly. Also, some general cleanup,
2884         removal of useless entries, etc.
2886 Tue Mar  4 22:58:37 1997  Bob Manson  <manson@charmed.cygnus.com>
2888         * baseboards/vr5000-ddb.exp: Set gdb,nosignals and gdb,noargs.
2890 Tue Mar  4 14:43:50 1997  Bob Manson  <manson@charmed.cygnus.com>
2892         * baseboards/powerpc-sim.exp: Set gdb,nosignals.
2894 Mon Mar  3 12:38:28 1997  Bob Manson  <manson@charmed.cygnus.com>
2896         * config/base68k.exp(base68k_load): Send an extra CRLF pair.
2898         * lib/telnet.exp(telnet_binary): Only send a linefeed to telnet
2899         after the command. Don't send an extra CRLF pair after the
2900         command.
2902         * config/ddb-ether.exp: Minor cleanups.
2903         
2904         * lib/remote.exp(remote_expect): New procedure.
2906 Fri Feb 28 17:04:11 1997  Bob Manson  <manson@charmed.cygnus.com>
2908         * config/vr5000.exp: Use ddb-ether, as it's faster.
2910         * baseboards/vr5000-ddb.exp: Use ddb.ld. Add setup info for
2911         nullstone. Mark it as unreliable, as it gets random SIGFPEs.
2913         * runtest.exp(setup_target_hook): Call perror instead of error.
2915         * config/ddb-ether.exp: New file.
2917 Thu Feb 27 12:58:01 1997  Bob Manson  <manson@charmed.cygnus.com>
2919         * baseboards/rom68k-idp.exp: Set gdb,noargs gdb,nosignals
2920         and gdb,noresults.
2922         * config/vr5000.exp,baseboards/vr5000-ddb.exp: New files.
2924         * config/ddb.exp(${board}_init): Don't go into a recursive
2925         tailspin.
2927         * config/gdb-comm.exp(quit_gdb): New procedure.
2928         (gdb_comm_load): Use it. Check for board feature
2929         "unreliable". If the testcase times out, try rebooting the board
2930         and reexecuting before deciding that the testcase is going into an
2931         infinite loop.
2932         
2933         * lib/rsh.exp(rsh_exec): Explicitly call sh.
2935         * lib/telnet.exp(telnet_open): Make sure we wait for the telnet to
2936         exit after closing it.
2938         * test-glue.c: Include stdio.h and string.h.
2940         * lib/remote.exp(standard_load): program args are in 0, input
2941         is in 1.
2943         * config/vxworks.exp(vxworks_open): Use password, not passwd.
2944 Sun Feb 23 14:32:34 1997  Bob Manson  <manson@charmed.cygnus.com>
2946         * lib/telnet.exp(telnet_open): Add "catch" to the exp_send command
2947         after telnet gets a connection refused.
2949         * lib/framework.exp(record_test): Add global variable pf_prefix,
2950         which contains a string that will be prefixed to every pass/fail
2951         message.
2953         * runtest.exp(runtest): Pass the name of the expect script to
2954         the tool init function.
2956         * baseboards/rom68k-idp.exp: Don't include libio.
2958 Sat Feb 22 21:02:01 1997  Bob Manson  <manson@charmed.cygnus.com>
2960         * lib/telnet.exp(telnet_binary): Wait for a prompt after sending
2961         the telnet escape character.
2963 Fri Feb 21 13:46:45 1997  Bob Manson  <manson@charmed.cygnus.com>
2965         * Makefile.in (install): Install the baseboards and config
2966         .exp files.
2968         * config/vxworks.exp: General cleanup and restructuring.
2969         Added vxworks_exec.
2971 Thu Feb 20 17:17:08 1997  Bob Manson  <manson@charmed.cygnus.com>
2973         * config/vxworks.exp(vxworks_ld): Unload modules after testing them.
2974         Check the results from remote_open; reboot the target if needed.
2976         * lib/remote.exp(remote_download): Check the result code from "cp".
2978 Wed Feb 19 16:19:04 1997  Bob Manson  <manson@charmed.cygnus.com>
2980         * baseboards/vr4300-sim.exp: Not "setup_sim vr4300", it's
2981         mips.
2983         * config/gdb-comm.exp: Use warning instead of perror in several
2984         places.
2986 Wed Feb 19 09:36:06 1997  Michael Meissner  <meissner@cygnus.com>
2988         * baseboards/powerpc-bug{,1}.exp: New files for dealing with
2989         PPCBUG monitor on ports 0 and 1.
2991         * baseboards/powerpc-sim.exp (needs_status_wrapper): Delete,
2992         simulator can return exit statuses correctly.
2994 Mon Feb 17 16:52:37 1997  Michael Meissner  <meissner@cygnus.com>
2996         * baseboards/d10v-sim.exp (needs_status_wrapper): Delete,
2997         simulator can return exit statuses correctly.
2998         (sim_time_limit): Delete, simulator can take more than 10 seconds
2999         on some tests.
3001 Thu Feb 13 15:59:28 1997  Bob Manson  <manson@charmed.cygnus.com>
3003         * runtest.exp(runtest): Record number of seconds it took to
3004         run the testcase.
3006         * lib/framework.exp(log_summary): Log finish time.
3008         * lib/remote.exp(check_for_board_status): If $result ends up being
3009         empty, don't crash. Also, be a bit more lax about what we're
3010         removing from the result being processed.
3012 Thu Feb 13 13:17:19 1997  Michael Meissner  <meissner@cygnus.com>
3014         * baseboards/d10v{,-sim}.exp: D10v has small stack, no trampoline
3015         support, and can't do labels as values.
3017 Tue Feb 11 12:54:17 1997  Bob Manson  <manson@charmed.cygnus.com>
3019         * lib/mondfe.exp: Use mondfe,name instead of remote_host.
3021         * config/gdb_stub.exp: Remove bogus global declaration.
3022         
3023         * lib/target.exp(default_target_compile): Append -lm at the end of
3024         the argument list, so it is linked in as appropriate.
3026 Tue Feb 11 11:01:33 1997  Jeffrey A Law  (law@cygnus.com)
3028         * baseboards/mn10200-sim.exp: Remove gdb,cannot_call_functions.
3030         * lib/remote.exp (remote_exec): Send PARGS to exec, not ARGS.
3032         * lib/remote.exp (remote_exec): OUTP comes from argument 2, not
3033         argument 1!
3035 Mon Feb 10 16:40:27 1997  Bob Manson  <manson@charmed.cygnus.com>
3037         * config/vxworks.exp: Return $shell_id like we should.
3039         * baseboards/d10v.exp: Fix.
3041         * lib/telnet.exp: Don't be quite so verbose.
3043         * lib/remote.exp(standard_send): Quote the string being sent
3044         correctly.
3045         (standard_transmit): Change a few verbose message levels.
3047         * config/dos.exp: Return the result of remote_raw_send.
3048         * config/vxworks.exp: Ditto.
3050 Sun Feb  9 20:58:53 1997  Bob Manson  <manson@charmed.cygnus.com>
3052         * baseboards/rom68k-idp.exp: Use objcopy by default, as
3053         otherwise gdb won't work with srecords.
3054         * baseboards/rom68k-idp-aout.exp: Output srecords directly.
3056 Sat Feb  8 13:40:38 1997  Bob Manson  <manson@charmed.cygnus.com>
3058         * lib/libgloss.exp(libio_include_flags): Use the correct
3059         binary directory when including _G_config.h.
3061         * baseboards/mips-idt.exp: Add -nostdlib. Use idt.ld, not
3062         pmon.ld.
3064         * lib/remote.exp(standard_send): Use catch. Return a success
3065         or fail status. Don't use error, use perror.
3067         * config/vr4100.exp, config/ddb.exp: New files.
3069         * config/gdb-comm.exp: Try reopening 4 times before failing,
3070         rather than just once. Also, if we get a valid status result
3071         from the board, use it instead of trying to check the exit
3072         code passed to exit().
3074         * lib/telnet.exp(telnet_open): Don't send the initial cr until
3075         we've seen the "Escape character is..." line from telnet. Also,
3076         if we got an unexpected EOF from telnet, wait 5 seconds before
3077         trying again.
3079 Fri Feb  7 13:22:43 1997  Bob Manson  <manson@charmed.cygnus.com>
3081         * runtest.exp: Add --tool_exec and --tool_opt options. Clean
3082         up the help messages to correspond with reality a bit better.
3084         * lib/target.exp(prune_warnings): Merge in all the various
3085         random versions of prune_system_crud and prune_warnings.
3086         Nuke prune_system_crud without prejudice; replace with calls
3087         to prune_warnings.
3088         
3089         * lib/dg.exp: Use prune_warnings instead of prune_system_crud.
3091 Fri Feb  7 09:41:40 1997  Jeffrey A Law  (law@cygnus.com)
3093         * baseboards/mn10200-sim.exp: Set gdb,noresults gdb,noinferiorio
3094         and no_double.
3096 Thu Feb  6 13:08:50 1997  Bob Manson  <manson@charmed.cygnus.com>
3098         * lib/remote.exp(remote_download): When copying to a local file,
3099         make sure the copied file has read permissions for other.
3101         * baseboards/vx960.exp: New file.
3102         
3103         * config/vxworks.exp: Fix.
3105         * lib/libgloss.exp(get_multilibs): If a list of multilib options
3106         is specified, don't return the cached multilib path.
3108 Wed Feb  5 22:08:03 1997  Jeffrey A Law  (law@cygnus.com)
3110         * baseboards/mn10200-sim.exp: Random cleanups.
3111         Set gdb,noargs gdb,nosignals and gdb,cannot_call_functions.
3113 Tue Feb  4 21:43:39 1997  Bob Manson  <manson@charmed.cygnus.com>
3115         * baseboards/sh-hms.exp: Set gcc,stack_size as well.
3117         * config/gdb-comm.exp: Add gdb_run_command target feature.
3119         * baseboards/a29k-udi.exp: Use gcc,stack_size instead of
3120         defining STACK_SIZE.
3121         * baseboards/armpe-sim.exp: Ditto.
3122         * baseboards/mn10200-sim.exp: Ditto.
3123         * baseboards/sh-hms-sim.exp: Ditto.
3125 Tue Feb  4 15:51:21 1997  Jim Wilson  <wilson@cygnus.com>
3127         * baseboards/sh-hms-sim.exp (cflags): Add -DSTACK_SIZE=16384.
3129 Mon Feb  3 12:30:02 1997  Bob Manson  <manson@charmed.cygnus.com>
3131         * lib/remote.exp: Be a little be more lenient about what matches
3132         the exit code returned from the board.
3134         * baseboards/rom68k-idp-aout.exp: Fix.
3136         * lib/telnet.exp: Added send_initial_cr board feature.
3137         Make sure we respawn telnet if it dies.
3138         * config/base68k.exp: Set it.
3139           (base68k_load): Set exec_output. If we get a timeout from the
3140           board, this is now considered to be a failure.
3142         * baseboards/sh-hms.exp: This is now the baseboard for a SH board,
3143         not the simulator.
3145         * baseboards/sh-hms-sim.exp: New file.
3146         * config/sh.exp: New file.
3147         * baseboards/m32r-sim.exp: New file.
3149 Mon Feb  3 07:54:04 1997  Jeffrey A Law  (law@cygnus.com)
3151         * baseboards/mn10200-sim.exp: Add -DSTACK_SIZE=4096 to cflags.
3152         Set no_long_long for this target.
3153         
3154 Sun Feb  2 15:29:09 1997  Bob Manson  <manson@charmed.cygnus.com>
3156         * lib/libgloss.exp(find_gcc): Don't be quite so choosy about
3157         the name of the compiler. But, make sure we look in all the
3158         right places.
3159         
3160         * lib/remote.exp(standard_close): Return 0.
3161         
3162         * lib/mondfe.exp(mondfe_close): Return 0 if the connection is
3163         already closed.
3165 Sun Feb  2 17:47:09 1997  Ian Lance Taylor  <ian@cygnus.com>
3167         * lib/target.exp: Only mention the compiler exit status if it is
3168         non-zero.
3170 Sun Feb  2 00:00:39 1997  Bob Manson  <manson@charmed.cygnus.com>
3172         * config/dos.exp: Use $shell_prompt, not $prompt.
3173         * config/netware.exp: Ditto.
3174         * lib/rlogin.exp: Ditto.
3175         * lib/rsh.exp: Ditto.
3176         * lib/telnet.exp: Ditto.
3177         * lib/tip.exp: Ditto.
3179 Sat Feb  1 12:38:05 1997  Bob Manson  <manson@charmed.cygnus.com>
3181         * config/unix.exp: It's $dest, not $targetname.
3183         * runtest.exp: Add global variable boards_dir, which will
3184         point to the directory containing the board description
3185         files referred to by site.exp.
3187         * lib/target.exp: Always log output from the compile.
3189 Sat Feb  1 10:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
3191         * lib/libgloss.exp (libgloss_link_flags): Add slash at the end of
3192         the -B option.
3194 Fri Jan 31 11:36:12 1997  Bob Manson  <manson@charmed.cygnus.com>
3196         * config/gdb-comm.exp: Use $spawn_id consistently in expect.
3197         Grab output from the board and stuff it into exec_output;
3198         also check for status output from the status wrapper.
3200         * baseboards/vr4300-ecoff-sim.exp: New file.
3202         * baseboards/mips64-sim.exp: It's basic-sim, not basic-sim.exp.
3204         * lib/target.exp(default_target_compile): If we end up with no
3205         compiler, or if we can't find it and we're compiling locally, give
3206         an error and return.
3208         * lib/libgloss.exp(get_multilibs): If the host is remote, or if we
3209         have no compiler, or it can't be found, don't look for multilibs.
3210         (find_gcc): Don't even check to see if the compiler exists.
3211         (libio_include_flags): Don't bother looking for the include dir if we 
3212         haven't got libio.a.
3214 Thu Jan 30 11:48:29 1997  Bob Manson  <manson@charmed.cygnus.com>
3216         * lib/libgloss.exp(get_multilibs):  Options can be all caps too.
3218         * config/gdb-comm.exp: Remove spurious quote. (Thanks, TCL!)
3219           Add dest parameter to gdb_comm_reload calls.
3220           Remind me not to reuse code (go_idle).
3222         * runtest.exp(setup_target_hook): Use the non-generic name of
3223         the host when searching for a host-specific target description.
3224         (load_board_description): Use append correctly.
3226         * baseboards/sparclite-coff.exp: New file.
3228         * config/gdb_stub.exp: Add generic support for GDB stub targets
3229         (derived from sparclet.exp).
3230         * config/sparclet.exp: Use it.
3231         * config/slite.exp: Use it.
3233         * config/gdb-comm.exp: Rename the rest of the routines while
3234         I'm at it.
3236         * baseboards/d10v-sim.exp: Set gdb,nosignals and gdb,noargs.
3238         * config/gdb-comm.exp: Change gdb_reload to gdb_comm_reload,
3239         gdb_file_cmd to gdb_comm_file_cmd and gdb_add_breakpoint to
3240         gdb_comm_add_breakpoint.
3242         * baseboards/d10v.exp: It's d10v-elf.
3243         * baseboards/d10v-sim.exp: Ditto.
3245         * config/dos.exp: Check for errors when opening a connection.
3247         * runtest.exp: Remove the slash after $srcdir when generating $subdir.
3249         * config/m32r.exp: Use load_generic_config, not load_config.
3250         * config/proelf.exp: Ditto.
3252         * runtest.exp(transform): Add missing global declaration.
3254         * lib/remote.exp(remote_reboot): Call ${board}_init after we
3255         reboot the board.
3256         (call_remote): If we're not working on a raw connection, look for a
3257         protocol specified by the board description and use it.
3259         * config/unix.exp: Replace ${board} with unix, and set the board's
3260         protocol to unix.
3262         * config/udi.exp: Replace ${board} with udi, and set the board's
3263         protocol to udi.
3265         * config/sim.exp: Replace ${board} with sim, and set the board's
3266         protocol to sim.
3268         * config/dos.exp: Replace ${board} with dos, and set the board's
3269         protocol to dos.
3271         * runtest.exp(load_generic_config): Don't set the generic name of
3272         the board if it already has one.
3274         * config/gdb-comm.exp: Remove definition of ${board}_init, and move
3275         initialization to gdb_comm_start. Change $prompt to $gdb_prompt.
3276         Look to see if the destination board has defined gdb_prompt, and use
3277         it. Change ${board} to gdb_comm, and set the board's protocol as
3278         gdb_comm.
3280         * baseboards/armpe-sim.exp: Fix typo; it's "needs_status_wrapper".
3281         * baseboards/d10v-sim.exp: Ditto.
3282         * baseboards/vr4300.exp: Ditto.
3283         * baseboards/sparclet-aout.exp: Ditto.
3284         * baseboards/sh-hms.exp: Ditto.
3285         * baseboards/mn10300-sim.exp: Ditto.
3286         * baseboards/mn10200-sim.exp: Ditto.
3287         * baseboards/m32r-elf.exp: Ditto.
3288         * baseboards/h8300.exp: Ditto.
3289         * baseboards/h8300-sim.exp: Ditto.
3290         * baseboards/vr4300-ddb.exp: Ditto
3291         * baseboards/vr4300-ddbecoff.exp: Ditto.
3293 Thu Jan 30 00:00:48 1997  Angela Marie Thomas (angela@cygnus.com)
3295         * baseboards/vr4300-ddb*: New files.
3297 Wed Jan 29 14:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
3299         * config/sim.exp: Log which simulator is being run.
3301         * {baseboards,config}/h8300.exp: New files.
3303         * baseboards/vr4300.exp: Don't need to set generic_name anymore,
3304         this is done by load_generic_config.
3305         * baseboards/m32r-elf.exp: Ditto.
3306         * baseboards/unix.exp: Ditto.
3307         * baseboards/v850-sim.exp: Ditto.
3308         * baseboards/vr4300-sim.exp: Ditto.
3310         * config/vr4300.exp: It's load_generic_config now; don't need the
3311         .exp suffix either.
3312         * config/bug.exp: Ditto.
3313         * config/mips-idt.exp: Ditto.
3314         * config/rom68k.exp: Ditto.
3316         * config/gdb-comm.exp(go_idle): Set shell_id before doing an
3317         send/expect. Use "remote_send host" instead of send.
3318         (gdb_comm_start): GDB and prompt are globals; declare them so.
3319         (${board}_load): need to give a boardname to board_info.
3321         * lib/remote.exp(remote_exec): Add logging.
3323 Wed Jan 29 00:19:01 1997  Bob Manson  <manson@charmed.cygnus.com>
3325         Major revisions for cross-testing and remote hosted testing.
3327         * runtest.exp: Remove several global variables, including variables
3328         that describe target info; this is now kept in the board_info
3329         array. Add new options --host_board and --target_board. Remove
3330         --name option.
3331         (search_and_load_file): New routine.
3332         (lookfor_file): New routine.
3333         (load_lib): Use search_and_load_file.
3334         (setup_target_hook, setup_host_hook): New routines.
3335         (load_generic_config, load_tool_target_config, load_tool_init,
3336         load_board_description, load_base_board_description): New routines.
3337         (runtest): New routine, code moved from main loop.
3339         * site.tmpl: Update using new format of site.exp.
3341         * lib/dg.exp(dg-init): Remove call to ${tool}_init, this is now done
3342         by runtest.exp.
3343         (dg-test): Change the format of the results returned from
3344         ${tool}-dg-test to include the output from the test.
3346         * lib/framework.exp(is_remote): New routine.
3348         * lib/libgloss.exp: Add libgloss_{link,include}_flags,
3349         newlib_{link,include}_flags, libio_{link_include}_flags,
3350         g++_{link,include}_flags.
3352         * lib/remote.exp: Major rewrite. Add remote_* functions,
3353         move telnet, rlogin, ftp, kermit, et al to separate files.
3355         * lib/target.exp(set_target_info, compile, archive, ranlib,
3356         link_objects, execute_anywhere, getprompt, make): Deleted.
3357         (push_target,push_config,pop_config,pop_target): Don't copy
3358         the entries around, just change the name.
3359         (target_compile, default_target_compile, reboot_target): New routines.
3361 Fri Jan  3 12:30:07 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
3363         * site.tmpl (powerpc*-*-eabi*): Add sample entry.
3365 Thu Dec 12 18:11:24 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3367         * lib/utils.exp (diff): Set list_a and list_b to null so diffing
3368         empty files works.
3369         * lib/framework.exp (unknown): Set the exit status before calling
3370         log_summary. 
3372 Thu Dec  5 10:24:27 1996  Fred Fish  <fnf@rtl.cygnus.com>
3374         * runtest.exp: Fix an indentation glitch.  Before running a new
3375         test case clear any pending errcnt so that the first test in the
3376         new test case won't become a spurious "unresolved" test.
3378 Mon Dec  2 21:55:22 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3380         * lib/utils.exp (diff): Notice the file dofferences even if the
3381         file lengths are the same.
3382         * lib/remote.exp (rsh_exec): Work with both csh and sh.
3383         * lib/target.exp (execute_anywhere): Print an error message if
3384         START & END aren't found rather than core dump.
3386 Fri Oct 18 20:54:10 1996  Doug Evans  <dje@canuck.cygnus.com>
3388         * lib/target.exp (prune_warnings): Fix typo in sunos pattern.
3390 Thu Oct  3 16:00:52 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3392         * doc/Makefile.in (clean): Move config.log to distclean.
3393         * example/calc/Makefile.in (clean): Move config.log to distclean.
3394         * testsuite/Makefile.in (clean): Move config.log to distclean.
3396 Wed Oct  2 17:46:15 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3398         * Makefile.in (distclean): Remove config.cache
3399         * doc/Makefile.in (clean): Remove config.log
3400         * example/calc/Makefile.in (clean): Remove config.log
3402 Wed Oct  2 16:59:24 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3404         * testsuite/Makefile.in (clean): Remove config.log.
3406 Mon Sep 30 11:23:25 1996  Tom Tromey  <tromey@cygnus.com>
3408         * configure: Regenerated.
3409         * aclocal.m4 (CY_AC_PATH_TKLIB): Typo fix.
3411 Fri Sep 27 12:17:35 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
3413         * contrib/test-tool (todayname): Add some echos around the "Here is"
3414         lines.
3416 Thu Sep 26 17:09:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
3418         * contrib/test-tool: For g++, also track ChangeLog.fsf.
3420 Fri Aug 30 10:35:12 1996  Doug Evans  <dje@canuck.cygnus.com>
3422         * contrib/test-tool: Don't use cp -p if not supported.
3423         Fix first call to grep to extract PASS/FAIL/Ufoo messages.
3425 Fri Aug 23 22:58:56 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3427         * lib/libgloss.exp(libgloss_cflags): Convert the mips part of the
3428         target triplet to just "mips", so the libgloss stuff can be found.
3430 Fri Aug 23 13:46:30 1996  Doug Evans  <dje@canuck.cygnus.com>
3432         * Makefile.in (configure): Delete dependencies.
3433         (config.status): Depend on configure.
3434         * example/Makefile.in: Likewise.
3435         * testsuite/Makefile.in: Likewise.
3437 Thu Aug 15 16:38:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
3439         * lib/libgloss.exp (libgloss_flags): Add trailing slash to -B we
3440         added.
3441         (newlib_flags): Likewise.
3443 Mon Aug 12 16:07:21 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3445         * lib/libgloss.exp(libgloss_cflags): Convert the hppa part of the
3446         target triplet to just "pa", so the libgloss stuff can be found.
3448 Thu Aug  8 17:07:52 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3450         * lib/libgloss.exp(libgloss_flags): Don't look in new config info,
3451         just use CFLAGS & LDFLAGS as they're set as the default variables
3452         by the config code.
3454         * lib/libgloss.exp(libgloss_flags): Look for the srcdir too, so we
3455         can find the linker script when libgloss isn't installed yet.
3457 Thu Aug  8 15:54:59 1996  Tom Tromey  <tromey@charmed.cygnus.com>
3459         * lib/remote.exp (telnet): Don't exp_send directly after a spawn.
3460         Make line-termination-matching regexp more strict.  Use "expect",
3461         not "catch expect".  Loop terminates when prompt is found.
3462         login/password check no longer matches everything.
3464 Tue Aug  6 21:08:37 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3466         * lib/libgloss.exp(get_multilibs): New proc to run gcc
3467         --print-multi-lib and to parse out the path and option info.
3468         (libgloss_flags,newlib_flags): Use get_multilibs, and set the
3469         -B and -L paths right based on the -m options passed to the cross
3470         compiler.
3472 Wed Jul 31 15:21:08 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3474         * lib/libgloss.exp: Don't return an empty linker script name with
3475         -T.
3477 Thu Jul 25 15:19:32 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3479         * runtest: Add another place to look for runtest.exp.
3481 Wed Jul 24 15:41:21 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3483         * runtest.exp: Accept "0-9_-" as legit characters for variable
3484         names defined on the command line.
3486 Thu Jul 11 12:45:38 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3488         * runtest: Find runtest.exp in $(prefix)/share, not $(prefix)/lib.
3490 Mon Jul  8 16:05:57 1996  Doug Evans  <dje@canuck.cygnus.com>
3492         * contrib/test-tool: Update gcc/g++ testing directory.
3494 Tue Jun 25 10:21:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
3496         * runtest.exp (load_file): Catch errors in "file exists".
3498 Mon Jun 24 17:26:20 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3500         * Makefile.in (bindir, libdir, datadir, infodir, includedir): Use 
3501         autoconf-set values.
3502         (docdir): Removed.
3503         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
3504         * configure: Rebuilt.
3505         * doc/Makefile.in (VPATH, mandir, infodir, INSTALL_PROGRAM, 
3506         INSTALL_DATA): Use autoconf set values.
3507         * doc/configure.in (AC_PREREQ): autoconf 2.5 or higher.
3508         * doc/configure: Rebuilt.
3509         * example/Makefile.in (bindir, libdir, datadir, mandir, infodir, 
3510         includedir): Use autoconf set values.
3511         (docdir): Removed.
3512         * example/configure.in (AC_PREREQ): autoconf 2.5 or higher.
3513         * example/configure: Rebuilt.
3514         * example/calc/configure.in (AC_PREREQ): autoconf 2.5 or higher.
3515         * example/calc/configure: Rebuilt.      
3516         * testsuite/configure.in (AC_PREREQ): autoconf 2.5 or higher.
3517         * testsuite/configure: Rebuilt.
3518         * testsuite/aclocal.m4: New.  Include ../aclocal.m4.
3520 Wed Jun 12 14:18:09 1996  Tom Tromey  <tromey@thepub.cygnus.com>
3522         * configure: Regenerated.
3523         * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
3524         avoid name clashes with SunOS headers.
3526 Tue Jun  4 17:53:16 1996  Gordon Irlam  <gordoni@snuffle.cygnus.com>
3528         * install-sh: Add MIT copyright.  Fix typo.
3530 Fri May 31 14:09:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
3532         * QuickRef.ps: Removed.
3534 Tue May 28 13:03:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
3536         * testsuite/configure: Regenerated.
3537         * configure: Regenerated.
3538         * aclocal.m4 (CY_AC_PATH_TCLH): Don't use AC_TRY_RUN.
3539         (CY_AC_PATH_TKH): Don't use AC_TRY_RUN.
3541 Tue May 21 11:40:41 1996  Doug Evans  <dje@seba.cygnus.com>
3543         * aclocal.m4 (CY_AC_PATH_TCLH): Guess Tcl version if cross compiling.
3544         * testsuite/configure: Regenerated.
3546 Tue May 14 15:38:04 1996  Mark Alexander  <marka@andros.cygnus.com>
3548         * lib/target.exp (compile): Use append instead of lappend
3549         to prevent cflags from being surrounded by curly braces.
3551 Wed Apr 10 13:29:15 1996  Jeffrey A Law  (law@cygnus.com)
3553         * site.tmpl (h8300*-*-*): Define STACK_SIZE and NO_LONG_LONG.
3555 Mon Apr  8 16:21:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
3557         * testsuite/Makefile.in (configure): Removed bogus tab.
3559 Tue Feb 20 19:43:47 1996  Doug Evans  <dje@charmed.cygnus.com>
3561         * runtest.exp (main loop): Handle a=b=c in $MULTIPASS.
3563 Fri Feb  2 10:25:32 1996  Jeffrey A Law  (law@cygnus.com)
3564         
3565         * site.tmpl (hppa*-*-proelf*): Update.
3567         * lib/target.exp (compile): Add a space before appending $arg
3568         to $options.
3570 Thu Feb  1 22:48:15 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3572         * framework.exp (perror, warning): Add an errno global so the
3573         error message is from a subroutine is accessible to the calling
3574         proc.
3575         * remote.exp (rlogin, telnet, rsh): Trap various kerberos message
3576         when kinit is needed. 
3577         * testsuite/runtest.all/libs.exp: Trap untested, unsupported,
3578         warnings, and errors too. 
3579         * testsuite/runtest.all/remote.exp: Look for kerberos messages so
3580         those come up untested, rather than failures. This is only cause
3581         we're testing by connecting to the localhost.
3583 Mon Jan 29 08:49:14 1996  Doug Evans  <dje@canuck.cygnus.com>
3585         * lib/dg.exp (dg-format-linenum): dg-linenum-format is global.
3587 Sun Jan 28 13:28:12 1996  Doug Evans  <dje@charmed.cygnus.com>
3589         * lib/dg.exp (dg-test): Update to handle new results from ${tool}_load.
3591 Sat Jan 27 13:04:58 1996  Doug Evans  <dje@charmed.cygnus.com>
3593         From Anthony Green <green@cygnus.com>.
3594         * lib/dg.exp (dg-do-what-default, dg-interpreter-batch-mode,
3595         dg-linenum-format): New globals.
3596         (dg-format-linenum): New proc.
3597         (dg-{error,warning,bogus}): Call dg-format-linenum.
3598         (dg-test): Set dg-do-what to ${dg-do-what-default}.
3599         Use ${dg-linenum-format} in trimming line number field.
3600         Don't scan for excess errors or delete output file if testing an
3601         interpreter.
3603         * lib/dg.exp (${tool}-dg-test): Delete default_flags and libs args.
3604         (dg-extra-tool-flags): Renamed from dg-default-tool-flags.
3605         (dg-runtest): Delete libs arg.
3606         (dg-test): Likewise.  Merge ${tool_flags} ${dg-extra-tool-flags} when
3607         calling ${tool}-dg-test.
3609 Thu Jan 18 19:51:11 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3611         * lib/remote.exp: All tcp/ip connection procs now are consistant
3612         with each other. The all take (optionall) "target" or "host" and
3613         establish a connection using the config array. plus they all do
3614         three retries on each connection.
3615         * runtest.exp: Minor formatting changes.
3616         * lib/target.exp: Fix a few config bugs.
3617         * testsuite/runtest.all/{remote,target}.exp: New test cases for
3618         remote.exp and target.exp. 
3620 Wed Jan 17 11:32:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
3622         * testsuite/Makefile.in (check): Find Tcl library directory.
3624 Tue Jan 16 11:11:44 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3626         * testsuite/runtest.all/{remotelib,targetlib,utilslib,framelib}.exp:
3627         Removed.
3628         * testsuite/runtest.all/{clone_output,config,utils}.test: New
3629         files for testing DejaGnu's library procs without runtest. These
3630         all run standalone, as well as under DejaGnu.
3631         * testsuite/runtest.all/libs.exp: Run standalone DejaGnu tests.
3633 Mon Jan 15 18:16:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
3635         * tcl-mode.el: Updated to version 1.49.
3637 Thu Jan 11 12:26:06 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3639         * runtest.exp (--help): Fix --build description.
3641 Thu Jan 11 10:08:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
3643         * testsuite/configure.in: Macro now called CY_AC_PATH_TCLH.
3644         * testsuite/configure: Regenerated.
3646         Changes in sync with expect:
3647         * configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and
3648         CY_AC_PATH_TK.
3649         * aclocal.m4: Replaced with version from expect.
3650         * configure: Regenerated.
3652 Fri Jan  5 19:57:06 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3654         * testsuite/lib/libsupp.exp: New support file for testing
3655         DejaGnu's libraries.
3656         * testsuite/runtest.all/
3657         framelib.exp,remotelib.exp,targetlib.exp,utilslib.exp: New test
3658         drivers, one for each library.
3659         * testsuite/runtest.all/options.exp: Create mini config file so
3660         the test cases still work.
3662 Thu Jan  4 22:51:46 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3664         * doc/dejagnu.texi: Add new sections on all the new librry
3665         routines. Rewrite config section, lots of other editing changes.
3667 Wed Dec 20 00:49:16 1995  Jeffrey A Law  (law@cygnus.com)
3669         * lib/utils.exp (prune_system_crud): Discard warning about
3670         lack of exception sections from osf linker.
3672 Mon Dec 11 09:31:55 1995  Doug Evans  <dje@canuck.cygnus.com>
3674         * contrib/test-tool: Use TMPDIR if set.
3676 Fri Dec  1 20:58:03 1995  Rob Savoye  <rob@chinadoll.cygnus.com>
3678         * doc/Makefile.in: Don't include the expect and tcl texinfo files
3679         anymore, they're incredibly out of date.
3680         * doc/dejagnu.texi: Updates for version 1.3.
3682 Wed Nov 29 17:33:22 1995  Ian Lance Taylor  <ian@cygnus.com>
3684         * lib/utils.exp (prune_system_crud): Discard warning about g++ not
3685         supporting -g with DWARF.
3687 Wed Nov 29 12:47:22 1995  Rob Savoye  <rob@chinadoll.cygnus.com>
3689         * lib/libgloss.exp: Look for newlib and libgloss with the new
3690         configure path so stuff fully links again.
3692 Wed Nov 22 13:15:05 1995  Ian Lance Taylor  <ian@cygnus.com>
3694         * lib/utils.exp (prune_system_crud): Discard -g -O warnings from
3695         native compilers on OSF/1 and SunOS.
3697 Thu Nov  2 14:50:23 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3699         * runtest.exp: Set host_triplet to $build_triplet if it doesn't
3700         exist.
3702 Thu Oct 19 21:34:55 1995  Fred Fish  <fnf@cygnus.com>
3704         * doc/Makefile.in, example/Makefile.in:  Remove extraneous tabs
3705         from otherwise empty line.  Confuses older non-GNU versions of "make".
3707 Tue Oct 17 12:11:40 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
3709         * lib/libgloss.exp (newlib_flags): Delete msoft-float support.
3710         Pass a -B option instead of a -L option.  Add a -I option for the
3711         machine dependent header files.
3713 Mon Oct 16 13:27:27 1995  Doug Evans  <dje@canuck.cygnus.com>
3715         * lib/target.exp (execute_anywhere): Use -log argument to verbose
3716         to eliminate duplicate messages in log file.
3718 Fri Oct  6 20:44:05 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3720         * lib/libgloss.exp (newlib_flags, libgloss_flags): Just return the
3721         options so they work if gcc is in your path for a canadaian cross.
3722         * lib/remote.exp: Use "current" as an index into the target array
3723         rather than "target". Remove the need to
3724         target_info(current,prompt).
3725         * lib/target.exp (prune_warnings): Filter out the other warning we
3726         can safely ignore. Also strip out "\r" characters added by a
3727         remote command.
3728         (remote_open) Look for output between START and END rather than a
3729         prompt.
3731 Fri Sep 29 12:36:43 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3733         *  lib/targets.exp (prune_warnings): Only check for ld.so warning
3734         on sunos systems. Check against host, not target.
3735         * lib/debugger.exp: 
3736         * runtest.exp: Set target_abbrev to default to "unix" rather than
3737         "-unset-".
3739 Wed Sep 27 10:10:48 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3741         * lib/targets.exp (prune_warnings): Remove certain host specific
3742         warnings from the compiler and linker.
3743         (compile,archive,ranlib): Use prune_warnings, and make comp_output
3744         a global incase the final error message is wanted to display.
3746 Tue Sep 26 23:58:16 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3748         * lib/framework.exp (warning, perror): Take an optional numeric
3749         value to set the count to. A "0" effectively resets after the
3750         message so it doesn't have side effects on unrelated tests.
3752 Fri Sep 22 13:02:00 1995  Doug Evans  <dje@canuck.cygnus.com>
3754         * runtest.exp (srcdir): Mark trailing '/' as deprecated,
3755         and append it outside the main loop.
3757 Wed Sep 20 13:25:40 1995  Ian Lance Taylor  <ian@cygnus.com>
3759         * Makefile.in (maintainer-clean): New synonym for realclean.  Run
3760         target in subdirectories before current directory.
3761         * example/Makefile.in (maintainer-clean): Likewise.
3762         * doc/Makefile.in (maintainer-clean): New synonym for realclean.
3763         * example/calc/Makefile.in (maintainer-clean): Likewise.
3764         * testsuite/Makefile.in (maintainer-clean): Likewise.
3766 Wed Sep 20 11:28:09 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3768         * testsuite/runtest.all/subdirs*: Add subdirs and bogus test files
3769         to use for testing the getdirs and find procs.
3770         * testsuite/runtest.all/libs.exp: New test driver for library
3771         procs.
3773 Tue Sep 19 16:58:57 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
3775         * lib/remote.exp (remote_open): If we can't find netdata in the
3776         path, return a shell_id of -1.
3778 Mon Sep 18 10:24:51 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3780         * lib/utils.exp (getdir): Stip out CVS, RCS, and a few other
3781         directories we don't need.
3783         * runtest.exp: Get $tool dirs first, then process the subdirs.
3784         * lib/utils.exp (getdir,find): Search for directories and files
3785         the old way. 
3787         * testsuite/runtest.all/options.exp: Fix broken options and add
3788         tests for new options.
3790 Sat Sep  9 16:14:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
3792         * lib/vxworks.exp (vxworks_spawn): Add `global checktask'.
3794 Sat Sep  9 08:54:01 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3796         * lib/utils.exp: (diff) Fix to return correct value. Also make the
3797         output clearer for the differences found, and scan the whole file.
3799 Fri Sep  8 13:57:44 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
3801         * lib/remote.exp (download): Use verbose, not puts, when saying
3802         how many lines we downloaded.
3804 Thu Sep  7 10:56:41 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3806         * lib/utils.exp (find): Fix so it doesn't get duplicate
3807         directories.
3809 Wed Sep  6 20:51:40 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3811         * lib/libgloss.exp: New file. Find linker scripts and search paths
3812         for the linker for libgloss supported targets.
3813         * lib/framework.exp: Set default output file to testrun.sum and
3814         testrun.log if --tool wasn't specified.
3815         * lib/remote.exp: Change from "current" to "target" for
3816         target_info index.
3818 Tue Sep  5 22:05:52 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3820         * runtest.exp: Extract the vaules for *_cpu, *_vendor, and *_os
3821         from the config triplets. Tweak a few comments. Init files can now
3822         also be named $target_os.exp.
3823         * lib/target.exp: Add procs to find libgloss so we can produce a
3824         fully linked executable. Tweak a few comments, fixed push_target.
3826 Thu Aug 31 21:16:08 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3828         * lib/utils.exp: (getdirs) now ignores directories named CVS, RCS,
3829         and SCCS.
3830         * runtest.exp: --tool is now optional. init files can also be
3831         named using the target_os part of target_triplet
3833 Thu Aug 31 02:52:57 1995  Doug Evans  <dje@canuck.cygnus.com>
3835         * runtest.exp: Don't set target_triplet if already set.
3837 Wed Aug 30 21:34:16 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3839         * runtest.exp: Use $*_triplet rather than $arg_*_triplet so
3840         configfile settings don't get trashed.
3842         * runtest.exp: Fix argument processing for --host, --build, and
3843         --target.
3845 Mon Aug 28 23:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3847         * lib/target.exp: New file containing most of the new config code.
3848         * lib/framework.exp: Fix ishost, istarget, isnative to use new
3849         config subsystem. Add is3way, isbuild.
3850         * lib/utils.exp: Add diff, setenv, getenv, unsetenv procs that
3851         function like the Unix commands of the same name.
3852         * lib/remote.exp: Add support to use the new config subsystem.
3853         * runtest.exp: Add support for handling the new config subsystems.
3855 Fri Aug  4 15:37:55 1995  Doug Evans  <dje@canuck.cygnus.com>
3857         * lib/dg.exp (dg-test): Also watch for unsupported from
3858         ${tool}-dg-prune.
3860 Wed Aug  2 21:36:10 1995  Doug Evans  <dje@canuck.cygnus.com>
3862         * lib/dg.exp (dg-test): Watch for untested/unresolved markers
3863         from ${tool}-dg-prune.
3865         * runtest.exp (init section): Delete host, target.
3866         Document host_triplet, target_triplet, target_alias.
3868 Tue Aug  1 11:34:46 1995  Doug Evans  <dje@canuck.cygnus.com>
3870         * runtest.exp (target_abbrev): Provide initial value in case
3871         $DEJAGNU not set and global config file doesn't exist.
3873 Fri Jul 28 11:43:59 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
3875         * lib/vxworks.exp (checktask): New variable, default to `fp'.
3876         (vxworks_spawn): Use it.
3878         * lib/vx29k.exp: Delete file.
3880 Fri Jul 28 00:24:40 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
3882         * site.tmpl: Make gdbserver the default for cross tests;
3883         no easy way to make it conditional on lynx  here.
3885 Thu Jul 27 16:21:05 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3887         * config/{mh-linux, mh-sysv4}: Removed.
3889         * Makefile.in (configure): Removed rule that automatically
3890         rebuilds configure script.  Users might not have autoconf.
3891         * configure.in: Use AC_PROG_CC instead of AC_SUBST, but still
3892         set CC to ${CC-cc} before that as per cygnus conventions.
3893         * configure: Regenerated with autoconf 2.4.2.
3895 Wed Jul 26 19:41:56 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
3897         * lib/vx29k.exp: Copy of vxworks.exp, but without `filesys:' and
3898         using the `tt' command instead of `fp'.
3900 Wed May 10 18:33:21 1995  Stu Grossman  (grossman@andros.cygnus.com)
3902         * site.tmpl:  Create rule for Oki targets.  Make Winbond rule more
3903         specific.
3905 Wed May 10 14:50:12 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3907         * lib/bug.exp (bug_load): send two carriage returns to leave
3908           s-record download mode.
3909           (bug_execute): set exec_output.
3911 Thu May  4 11:48:12 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3913         * lib/remote.exp (remote_open): If $reboot is set, call
3914           reboot_hook proc if it exists.
3915           Added experimental new connect type "netdata".
3917 Wed May  3 15:40:55 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3919         * runtest.exp: Redo argument parsing so that arguments of the form
3920           --foo=bar are processed correctly.
3922 Sat Apr 29 12:59:18 1995  Doug Evans  <dje@chestnut.cygnus.com>
3924         * lib/dg.exp: New file.
3926         * runtest.exp (verbose): New option -log.
3928 Wed Apr 26 12:40:23 1995  Doug Evans  <dje@canuck.cygnus.com>
3930         * runtest.exp (main loop): Set multipass_name.
3931         * lib/framework.exp (record_test): Print multipass_name if not empty.
3933         * lib/framework.exp (record_test): Handle UNTESTED, UNRESOLVED,
3934         and UNSUPPORTED.
3935         (untested, unresolved, unsupported): Call record_test.
3936         * lib/util-defs.exp: Whitespace and verbosity cleanup.
3937         * testsuite/Makefile.in (site.exp): Set tmpdir.
3938         (realclean): rm -rf tmpdir.
3939         * testsuite/config/default.exp: Whitespace cleanup.
3940         * testsuite/runtest.all/options.exp: Likewise.
3941         * testsuite/runtest.all/stats.exp: New file.
3942         * testsuite/runtest.all/stats-sub.exp: New file.
3944         * runtest.exp: Parse --tool in time for config files to use it.
3946 Mon Apr 24 14:15:21 1995  Stu Grossman  (grossman@andros.cygnus.com)
3948         * site.tmpl:  Re-install hppro config lost in previous change.
3950 Mon Apr 24 11:29:51 1995  Doug Evans  <dje@canuck.cygnus.com>
3952         * runtest.exp (multipass): New global.
3953         (main loop): Make multiple passes if MULTIPASS set.
3954         (VAR= processing): Allow A=b=c.
3956 Sun Apr 23 10:29:37 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3958         * site.tmpl: Revert last change, GDB isn't the only program that
3959           uses dejagnu for testing.
3961 Fri Apr 21 15:46:42 1995  Stu Grossman  (grossman@rtl.cygnus.com)
3963         * site.tmpl:  Change configs for monitor-based GDB targets to use
3964         common startup file.
3966 Fri Apr 21 12:16:56 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3968         * lib/remote.exp (kermit, rlogin, rsh, telnet, tip): Don't set
3969           connectmode.
3970           (telnet): Send "\r\n" before attempting to match prompt.
3971           (remote_open): split apart $netport into host and port,
3972           and pass those values to the telnet proc.
3974 Wed Apr 19 17:30:40 1995  Stu Grossman  (grossman@cygnus.com)
3976         * site.tmpl:  Add support for m68k-cpu32bug-coff.
3978 Sat Apr 15 17:44:57 1995  Doug Evans  <dje@canuck.cygnus.com>
3980         * lib/utils.exp (prune_system_crud): Only define if not already
3981         defined.
3983 Tue Mar 28 17:45:37 1995  Stu Grossman  (grossman@cygnus.com)
3985         * site.tmpl:  Add nosignals flag to indicate targets that can't
3986         use signals.  Change a bunch of append commands to set commands.
3988 Tue Mar 28 15:50:44 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3990         * lib/remote.exp (remote_open, remote_close): New procs.
3991           (download): changed to not convert contents of file to
3992           s-records, as file is already supposed to contain s-records.
3994 Fri Mar 24 15:40:39 1995  Stu Grossman  (grossman@cygnus.com)
3996         * site.tmpl: Add m68k-est-coff.
3998 Fri Mar 24 13:44:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4000         * doc/dejagnu.texi (Posix): Remove 3 words accidentally repeated.
4002 Thu Mar 23 22:12:07 1995  Rob Savoye  <rob@darkstar.cygnus.com>
4004         * aclocal.m4: Split AC_PATH_T* into two pieces, one for headers
4005         and one for libraries. 
4006         * testuite/configure.in: Use CY_PATH_TCLH so we don't get a
4007         warning looking for the libraries.
4009 Wed Mar 22 21:04:26 1995  Rob Savoye  <rob@darkstar.cygnus.com>
4011         * testuite/configure.in: Use CY_PATH_TCL so we can set TCL_LIBRARY
4012         right and run the selftests with a freshly built expect.
4013         * aclocal.m4: New support for autoconf.
4014         * configure.in, doc/configure.in: Use AC_PROG_INSTALL.
4015         * Makefile.in, doc/Makefile.in: Use mkinstalldirs and a BSD style
4016         install program.
4017         * mkinstalldirs, install-sh: Borrowed from autoconf to install
4018         without using special Cygnus install program.
4019         * testsuite/Makefile.in: Take out a bogus dependacy for exp_test.
4021 Tue Mar 21 09:18:15 1995  Doug Evans  <dje@canuck.cygnus.com>
4023         * lib/vxworks.exp (vxworks_transform_path): New proc.
4024         (vxworks_ld): Clarify return codes.  Call vxworks_transform_path
4025         on argument.  Handle preset passwords.  Clean up main loop.
4026         (vxworks_spawn): Clarify return codes.  Poll board until program
4027         exits.  Watch for AbOrT abort() marker.  Only print remaining buffer
4028         contents on failure.
4030         * contrib/test-tool: Watch for framework errors that prevent
4031         $tool.sum from being created.
4033         * runtest.exp: Treat $DEJAGNU as a global config file (which it is).
4034         Don't exit if there isn't a global config file, just warn the user.
4035         Error if $DEJAGNU is defined but file doesn't exist.
4037 Sun Mar 19 12:01:06 1995  J.T. Conklin  (jtc@rtl.cygnus.com)
4039         * runtest.exp: Don't use site.tmpl as a global config file.  It is
4040           only useful as an example.
4042 Fri Mar 17 14:41:26 1995  Mike Stump  <mrs@cygnus.com>
4044         * contrib/test-tool: Don't include expected failures in the tests
4045         that now fail, but worked before section.
4047 Thu Mar 16 16:52:23 1995  Mike Stump  <mrs@cygnus.com>
4049         * contrib/test-tool: Treat expected failure to unexpected failure
4050         as a test that still doesn't work.
4052 Thu Mar 16 11:29:57 1995  Rob Savoye  <rob@darkstar.cygnus.com>
4054         * Makefile.in, example/Makefile.in, example/calc/Makefile.in,
4055         testsuite/Makefile.in, doc/Makefile.in: Don't rebuild the
4056         configure scripts automatically. Change how recursion works. Add
4057         .PHONY targets.
4059 Wed Mar 15 16:07:25 1995  Stu Grossman  (grossman@cygnus.com)
4061         * site.tmpl (m68k-*-coff):  Add config for talking to IDP board.
4063 Wed Mar 15 16:32:41 1995  Rob Savoye  <rob@darkstar.cygnus.com>
4065         * Makefile.in, example/Makefile.in, example/calc/Makefile.in,
4066         testsuite/Makefile.in, doc/Makefile.in: Add rules to rebuild the
4067         configure scripts.
4069 Tue Mar 14 20:24:19 1995  Rob Savoye  <rob@darkstar.cygnus.com>
4071         * configure, example/configure, example/calc/configure,
4072         testsuite/configure, doc/configure: New autoconf scripts.
4073         * configure.in, example/configure.in, example/calc/configure.in,
4074         testsuite/configure.in, doc/configure.in: Rewritten to be autoconf
4075         based.
4076         * Makefile.in, example/Makefile.in,  example/calc/Makefile.in,
4077         testsuite/Makefile.in, doc/Makefile.in: Rewritten to use autconf
4078         variables.
4080 Fri Mar 10 06:57:53 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4082         * contrib/test-tool: Only call date once and put the result in a
4083         variable.  This should help behavior when run around midnight.
4085 Tue Mar  7 11:49:59 1995  Doug Evans  <dje@canuck.cygnus.com>
4087         * contrib/test-tool (testdir): binutils tests are in `.'.
4089 Tue Feb 28 09:46:42 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4091         * doc/dejagnu.texi (Posix): Clarify discussion of expected
4092         failures.  Add note about what POSIX requires with respect to
4093         UNRESOLVED.  Editorial changes (e.g. samp -> code).
4095 Tue Feb 21 22:46:52 1995  Brendan Kehoe  (brendan@lisa.cygnus.com)
4097         * contrib/test-tool (tool): If we're testing g++, also do a make
4098         check for each of libg++, libio, and libstdc++.
4100 Fri Feb 17 14:06:50 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4102         * lib/vxworks.exp (vxworks_ld): Update pattern used to match a
4103           successful load.
4105 Fri Feb 10 10:25:53 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4107         * contrib/test-tool: Put errors and warnings into the output.
4109 Mon Feb  6 16:34:51 1995  Ian Lance Taylor  <ian@cygnus.com>
4111         * runtest.exp (transform): Return a name based on target_alias,
4112         not on target_triplet.
4113         (target_alias): Default to target_triplet, not host_triplet.
4115 Thu Feb  2 11:29:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4117         * lib/framework.exp (setup_xfail): Clear xfail_prms.  Before this
4118         change, if setup_xfail was called without a PRMS number,
4119         xfail_prms would have a value from the previous (completely
4120         unrelated, perhaps even for a different target) setup_xfail.
4122 Tue Jan 24 11:23:40 1995  J.T. Conklin  (jtc@rtl.cygnus.com)
4124         * doc/runtest.1:  Fix typos and formatting bugs.
4126 Wed Jan 11 13:09:22 1995  Doug Evans  <dje@canuck.cygnus.com>
4128         * contrib/test-tool: Treat expected things as "pass" only if
4129         -expectedpass given.
4131 Fri Jan  6 10:57:12 1995  Doug Evans  <dje@canuck.cygnus.com>
4133         * contrib/test-tool: Pass 3 -v's to runtest.  Don't pass -a.
4134         Save output in test-$tool.log if -keepoutput given.
4136 Fri Dec 30 12:46:06 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
4138         * runtest.exp: catch takes only two arguments; quote accordingly.
4140 Sun Dec  4 01:14:49 1994  Doug Evans  <dje@canuck.cygnus.com>
4142         * contrib/test-tool: Handle gas, gld, and binutils.
4143         Treat XFAIL as PASS, XPASS as FAIL.
4144         Always pass options to `comm' as first argument.
4146         * lib/remote.exp (*): Rename `retries' to `tries'.
4147         (rsh): Mark as deprecated.
4148         (rcp_download): Distinguish between failure and success in verbose
4149         message.  Call proc verbose, don't use global.
4150         (rsh_exec): New proc.
4152         * lib/framework.exp (warning_threshold, perror_threshold): New vars.
4153         (record_test): Use them.
4154         (reset_vars): Reset them.
4155         (get_warning_threshold, set_warning_threshold): New procs.
4157 Mon Nov 14 00:21:05 1994  Doug Evans  <dje@canuck.cygnus.com>
4159         * lib/framework.exp: Lots of formatting cleanup.
4160         (unknown): Delete unnecessary calls to close_logs, cleanup, exit.
4161         (warning, perror): errorInfo is global.
4162         (note): New proc.
4164         * runtest.exp: Document perror vs send_error quandary.
4165         (unresolvedcnt): Initialize.
4166         (configfile): Use consistently in place of site.exp.
4167         (verbose): Call clone_output instead of perror.
4168         (load_file): New proc.
4169         (argument parsing): Always call send_error for error messages.
4170         (all loading of files, except testcases): Consistently exit if tcl
4171         error occurs.
4172         (all loading of files): Consistently handle errorInfo.
4173         (main loop): Delete useless test for $test_name == "".
4175 Wed Nov  2 08:49:06 1994  Doug Evans  <dje@canuck.cygnus.com>
4177         * lib/udi.exp (shell_id): Delete.
4178         (mondfe): Delete unneeded global's.  Delete references to `shell_id'.
4179         (mondfe_download): New argument `shell_id'.
4180         Move verbose messages to level 2.  Tighten up pattern matching on
4181         text coming back from target.  Don't set `timeout'.  Only log
4182         expect buffer contents if connection failed.
4183         (exit_mondfe): Delete unneeded global's.  New argument `shell_id'.
4184         (exit_montip): Likewise.
4185         * lib/remote.exp (telnet): Use -gl for shell prompt pattern.
4186         (rlogin, rsh): Likewise.
4187         (exit_remote_shell): Delete nilpotent resetting of `shell_id'.
4189 Fri Oct 28 10:38:41 1994  Rob Savoye  (rob@cygnus.com)
4191         * runtest: Make it an error if runtest.exp doesn't exist.
4193 Fri Oct 21 23:15:27 1994  Doug Evans  <dje@canuck.cygnus.com>
4195         * lib/utils.exp (prune_system_crud): Fix ld.so pattern to catch
4196         multiple occurrences in a row.
4198 Fri Oct 14 17:26:38 1994  Doug Evans  <dje@canuck.cygnus.com>
4200         * runtest.exp (test_name): Delete unnecessary initialization.
4201         * lib/framework.exp (clone_output): Reformat comment.
4202         (reset_vars): Delete `test_name'.
4203         (log_summary): Delete `tool.sum'.
4204         (cleanup): Fix comment.
4205         (record_test): New (internal) proc (taken from pass/fail).
4206         Test `warncnt',`errcnt' before `xfail_flag'.
4207         Don't incr `passcnt' prematurely.
4208         (pass, fail, xpass, xfail): Call it.
4209         (untested, unresolved, unsupported): Don't call xfail.
4210         * lib/utils.exp (grep): Don't pass trailing ".*" to regexp.
4211         (prune_system_crud): New proc.
4213 Fri Oct  7 19:19:12 1994  Doug Evans  (dje@canuck.cygnus.com)
4215         * lib/utils.exp (runtest_file_p): Add support for glob style
4216         expressions.
4218 Mon Sep 26 12:03:16 1994  Doug Evans  (dje@canuck.cygnus.com)
4220         * runtest: Handle relative paths in $0.
4222 Sun Sep 25 16:51:11 1994  Doug Evans  (dje@canuck.cygnus.com)
4224         * runtest.exp: Add more docs on complexity of argument parsing.
4225         Parse --host, --objdir, --srcdir, --target, and --verbose before
4226         sourcing any config files.  Don't let config files override --host
4227         and --target.  Don't call `verbose' until it's useful.  Call
4228         config.guess after $objdir/site.exp has been sourced.
4229         Delete unused variable `match'.  Reword verbose message for --name.
4230         Delete existence check of `host_triplet' and `target_triplet'.
4232 Sat Sep 24 14:23:49 1994  Doug Evans  (dje@cygnus.com)
4234         * runtest.exp: Lots of whitespace cleanup.  Update copyright.
4235         Exit with nonzero status for illegal arguments and if we can't
4236         determine the host.
4237         (verbose): Add two new arguments (-n, --).
4238         * lib/remote.exp: Formatting cleanup.
4239         (exit_remote_shell): Add a note about `shell_id'.
4240         * lib/udi.exp: Formatting cleanup.
4241         (mondfe): Send message when trying to connect.
4242         Watch and print more error messages coming from `mondfe'.
4243         (mondfe_download): Use "verbose -n" so the pretty dots appear on
4244         one line.  Fix regexp in "Clear.*BSS section" message.
4246 Tue Sep 13 10:51:47 1994  Doug Evans  (dje@canuck.cygnus.com)
4248         * lib/framework.exp (log_summary): Clean up code that handles
4249         `testcnt'.
4250         (xfail, unsupported, untested): Don't set `exit_status',
4251         these aren't errors.
4253         * runtest.exp: Sort options in --help.
4255 Mon Sep 12 12:25:22 1994  Doug Evans  (dje@canuck.cygnus.com)
4257         * runtest.exp: Delete special handling of *.[Ccso] arguments.
4258         Accept new argument: foo.exp[=arg(s)].
4259         (all_runtests): New global.
4260         (runtests): Records arguments for each .exp script.
4261         (main test loop): Move setting of srcdir out of loop.
4262         Set up `runtests' for each script.
4263         * lib/utils.exp (find): Remove unnecessary "\n" in verbose message.
4264         (runtest_file_p): New proc.
4266 Wed Sep  7 10:41:33 1994  Doug Evans  (dje@canuck.cygnus.com)
4268         * runtest.exp (verbose): Handle leading -'s in message.
4270 Mon Jul 18 11:16:02 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
4272         * lib/vxworks.exp: no need to use system, stty is an expect
4273           builtin and can be called directly.
4275 Thu Jun 30 15:23:19 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
4277         * lib/bug.exp: replaced "rm -foreach" with "rm -f".
4279 Tue Jun 14 12:38:44 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
4281         * doc/dejagnu.texi: Fix a few typos and omissions.
4283 Tue Jun  7 13:55:30 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
4285         * Makefile.in (mostlyclean, realclean): New targets.
4286         * doc/Makefile.in, example/Makefile.in: Likewise.
4287         * example/calc/Makefile.in, testsuite/Makefile.in: Likewise.
4289 Mon Apr 25 17:11:30 1994  Bill Cox  (bill@cygnus.com)
4291         * Makefile.in: Add FSF standard comment block.
4292         * example/calc/Makefile.in: Define and use EXPECT and
4293           RUNTEST variables, so 'make check' will use tools in the
4294           current objdir tree if they're present.
4295         * lib/remote.exp: Add rcp_download proc, to download a
4296           file using remote 'cp'.  This was first used for the
4297           Lynx cross-host tests.
4298         * testsuite/Makefile.in: Update copyright date.
4299         * testsuite/runtest.all/options.exp: Update copyright date.
4301 Wed Apr 13 18:05:44 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
4303         * runtest: Pass ${1+"$@"} instead of "$@", because many shells
4304         incorrectly pass an empty string when no arguments were specified.
4306 Wed Apr 13 11:46:11 1994  Bill Cox  (bill@cygnus.com)
4308         * lib/remote.exp (rcp_download): New proc for using 'rcp'
4309           to download (used first for Lynx cross-testing).
4311 Tue Apr 12 13:27:15 1994  Stan Shebs  (shebs@andros.cygnus.com)
4313         * Makefile.in (TCLIBRARY): Define and use.
4315 Wed Mar  9 13:08:54 1994  Doug Evans  (dje@canuck.cygnus.com)
4317         * runtest.exp: Misc. formatting/typo cleanups.
4318         Process ~/.dejagnurc and $base_dir/site.exp before command line
4319         options and clarify search order of all config files.
4320         Clean up verbose output for -v, -srcdir, -host, and -target options.
4322 Mon Feb 14 20:37:10 1994  Rob Savoye  (rob@darkstar.cygnus.com)
4324         * runtest.exp: Re-write init file search/loading code.
4326 Tue Feb  8 19:27:07 1994  Rob Savoye  (rob@darkstar.cygnus.com)
4328         * runtest.exp: Move transform from lib/utils.exp so it can be used
4329         in config files.
4331 Thu Jan 20 20:05:39 1994  Rob Savoye  (rob@darkstar.cygnus.com)
4333         * runtest.exp: findfile: New proc to be used in config files.
4335 Tue Jan 18 14:46:12 1994  Rob Savoye  (rob@darkstar.cygnus.com)
4337         * runtest.exp: Fix so things don't bomb if whoami doesn't exist.
4339 Mon Jan 17 15:26:50 1994  Rob Savoye  (rob@darkstar.cygnus.com)
4341         * lib/framework.exp (setup_xfail): Re-write so it works correctly
4342         with numbers in the config string.
4344 Mon Jan 10 21:29:08 1994  Rob Savoye  (rob@darkstar.cygnus.com)
4346         * lib/framework.exp: Create exp_continue if it doesn't exist.
4347         * runtest.exp: Don't try to print errorInfo unless it exists.
4349 Tue Jan  4 16:01:40 1994  Rob Savoye  (rob@rtl.cygnus.com)
4351         * All files: Updated to 1.1.3. This version works with Tcl7.3 and
4352         Expect5.2.
4354 Sat Jan  1 19:53:40 1994  Rob Savoye  (rob@darkstar.cygnus.com)
4356         * lib/framework.exp: Fixed log_summary to cleanup all the way.
4357         setup_xfail now only use canonical names, catch errors from
4358         sourcing $tool_exit and $tool_version.
4359         * runtest.exp: Changed the order of sourcing init files. Removed
4360         all references to target_alias or host_alias. uses target and host
4361         triplet only, uses config.guess to get a host type.
4363 Thu Dec 23 18:26:24 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4365         * runtest (debug): Add an environment variable DEJAGNULIBS to
4366         point to where runtest.exp and the rest live.
4368 Wed Dec 15 20:38:49 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4370         * runtest.exp: Fix signal handling so only one ^C is required and
4371         it actually exists after printing the summary.
4373 Fri Dec  3 20:58:27 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4375         * runtest.exp: Only consider a TCL_ERROR to be a sign of a problem
4376         worth handling. This is when sourcing the test case.
4378 Thu Dec  2 14:16:20 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4380         * runtest.exp: If the verbose level is greater than 2, display
4381         debugging output to the screen.
4383 Wed Dec  1 16:04:08 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4385         * runtest.exp: Change error handling to use the return from
4386         "catch" rather than depending on errorInfo.
4388 Fri Nov 19 15:08:34 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4390         * site.tmpl: Add LDFLAGS "-r" to vxworks targets.
4392 Mon Nov 15 19:43:28 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4394         * lib/debugger.exp: Add dumpvars which dumps the values of
4395         variables specified by a regular expression.Add dumpvars
4396         which dumps the body of procedures specified by a regular
4397         expression.
4398         * Makefile.in: Install site.exp as only config file. 
4399         * runtest.exp: look for site.tmpl in $srcdir, not site.exp in
4400         $objdir.
4401         * lib/framework.exp: Make istarget and isnative procs use
4402         $target_alias rather than target_triplet.
4403         * lib/framework.exp: Make warning and perror keep count. Have
4404         pass or fail procs check, and change to unresolved.
4406 Mon Nov 15 10:20:42 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4408         * runtest.exp: corrected a few typos in the comments. Added
4409           test for getting user name from the environment first. Now
4410           checks for USER and the LOGNAME. If unable to get the logname
4411           from the environment, then try whoami and who am i
4413 Thu Nov  4 13:38:32 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4415         * runtest: Use sed rather than expr to get the execution path and
4416         the runtest name cause expr doesn't seem to work portably on all
4417         machines.
4419 Wed Nov  3 11:27:34 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4421         * Makefile.in, configure.in: Install and build with new config
4422         system.
4423         * config/mt-*: Set default connection parameters and name
4424         transformation.
4425         * lib/framework.exp: Change "error" proc to "perror" so I can use
4426         Tcl's builtin error handling.
4427         * runtest.exp: Re-write error handling so it's now real
4428         descriptive with errors and misses nothing. Add support for new
4429         config file system. Up version number to 1.1.
4430         * runtest: General cleanup. Add support for passing the config
4431         name down to runtest.exp.
4433 Sat Oct 16 07:47:38 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
4435         * doc/runtest.1: Fix typos in font changes (\fi where \fI was meant).
4437 Wed Oct 13 11:00:55 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4439         * runtest.exp: insert missing space
4440         * lib/framework.exp: made proc verbose work as expected. Now will
4441           display a message if the level is = or > than the verbose level.
4442         * lib/utils.exp: replaced if $verbose>X then { send_user "foo\n" }
4443           stuff with the verbose "foo" X proc call
4445 Mon Oct 11 17:11:37 1993  Jeffrey Wheat (cassidy@cygnus.com)
4447         * runtest.exp: fixed stupid scoping bugs.
4449 Mon Oct 11 16:26:25 1993  Jeffrey Wheat (cassidy@cygnus.com)
4451         * runtest.exp: fixed "$test_result" bug, and minor reformatting
4452           changes to help make the file more readable
4454 Sat Oct  9 18:43:31 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
4456         * configure.in: recognize mips*- instead of mips-
4458 Mon Sep 27 21:09:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4460         * lib/bug.exp: Add new file for procs related to "bug" boot
4461         monitor.
4463 Wed Sep 22 21:01:43 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4465         * lib/framework.exp: Added m68k-idp-* to target list.
4466         * configure.in: Added m68k-idp-* to target list.
4467         * config/mt-m68k-abug-aout: Fixed objobjcopy to be objcopy.
4468         * config/mt-m68k-abug-coff: Fixed objobjcopy to be objcopy.
4470 Wed Sep 22 12:10:34 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4472         * lib/framework.exp: Folded in test counting mechanism.
4474 Tue Sep 21 19:41:07 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4476         * lib/vxworks.exp: Added a vxworks_spawn proc to execute tasks.
4478 Mon Sep 20 21:28:23 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4480         * lib/vxworks.exp: Prompt user for password if the default login
4481         fails.
4483 Mon Sep 13 11:30:37 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4485         * runtest.exp: add global testcnt variable.
4486         * lib/framework.exp: add testcnt mechanism. Gives a total
4487           number of testcases run in summary. incremented by the
4488           pass/fail/etc procs. Also added a "Tool version" string 
4489           in the summary.
4491 Thu Sep  9 12:37:27 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4493         * lib/utils.exp: Added new procs for pwd{} and absolute{}.
4494         * lib/utils.exp: Removed pwd{} proc, added a download{} proc.
4496 Mon Sep  6 12:55:54 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4498         * lib/utils.exp: fixed scoping problem of missing ""'s
4499           nasty little bugger. broken since the start.
4501 Fri Sep  3 16:47:07 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4503         * lib/framework.exp: Added support for the h8/500.
4505 Fri Sep 03 10:42:12 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4507         * configure.in: (h8300-*-*) (h8300h-*-*) (h8500-*-*) targets added.
4509         * config/mt-h8300hms: new file for h8300-hitachi-hms support.
4510         * config/mt-h8500hms: new file for h8500-hitachi-hms support.
4511         * config/mt-h8300hhms: new file for h8300h-hitachi-hms support.
4513 Tue Aug 31 16:57:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4515         * lib/utils.exp: Add a proc to kill process started within the
4516         current shell session.
4518 Sun Aug 29 23:10:35 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4520         * lib/remote.exp: wait after exiting the remote shell.
4522 Sun Aug 15 22:27:23 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4524         * lib/framework.exp: Numeric column in summary line up and only
4525         print if the sub total is greater than zero.
4527 Tue Jul 20 15:32:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4529         * lib/framework.exp: Added code for initial POSIX (PCTS) support.
4531 Mon Jul 19 09:31:48 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4533         * remote.exp: Added a supplied patch to allow specifing a port 
4534           to the telnet command.
4536 Mon Jul 12 17:54:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4538         * runtest.exp: Remove support for command line options to use "++"
4539         as a prefix. Also removed all the old code for the --diff option.
4540         The --debug option can now be abbreviated to just -d.
4542 Sun Jul 11 20:49:49 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4544         * runtest.exp: Exit after printing the version numbers.
4545         * lib/utils.exp: Ignore extraneous words in the argument passed.
4547 Thu Jul  8 07:17:17 1993  Doug Evans  (dje@canuck.cygnus.com)
4549         * lib/framework.exp: Add support for the h8/300.
4551 Tue Jun 29 15:04:05 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4553         * runtest: Added Dje's patch so the shell stops stripping out the
4554         quotes from the command line.
4556 Sun Jun 13 21:05:25 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4558         * runtest.exp: Remove runtests option. Use any valid file name on
4559         the command line instead.
4560         * runtest: Add support for the Tcl debugger from the command line.
4562 Thu May 27 20:01:51 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4564         * Makefile.in: Make the release image of the testsuites from the
4565         special stubs. 
4567 Sun May 23 18:40:01 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4569         * runtest.exp: Don't flag successful return codes as errors.
4570         * runtest: Don't look for expect binary anymore.
4572 Tue May 11 17:31:29 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4574         * runtest: Pass "--" to $expectbin.
4576 Fri May  7 08:19:37 1993  Ian Lance Taylor  (ian@cygnus.com)
4578         * Makefile.in (FLAGS_TO_PASS): Added CC, CFLAGS, LDFLAGS, RUNTEST,
4579         RUNTESTFLAGS.
4580         * example/Makefile.in (FLAGS_TO_PASS): Was being used, but was
4581         never defined.
4582         * example/calc/Makefile.in: (CFLAGS): Removed -I arguments.
4583         (.c.o): Use required -I arguments.
4584         (PROG): Pass CFLAGS to CC.
4586 Tue May  4 22:51:06 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4588         * runtest.exp: load_lib exits if it can't find the file. It also
4589         finds library files if srcdir = .
4591 Tue Apr 27 08:59:32 1993  Ian Lance Taylor  (ian@cygnus.com)
4593         * Makefile.in (FLAGS_TO_PASS): Define.
4595 Fri Apr 23 13:12:27 1993  Mike Werner  (mtw@deneb.cygnus.com)
4597         * lib/framework.exp:
4598           Made cosmetic changes to procedure "diff_logs".
4600 Wed Apr 21 18:05:30 1993  Rob Savoye  (rob@cygnus.com)
4602         * runtest: Looks in $rootme/../../expect and $rootme/../expect and
4603         if there is one, it uses that to run runtest.exp.
4605 Wed Apr 21 12:34:10 1993  Mike Werner  (mtw@deneb.cygnus.com)
4607         * runtest.exp:
4608           Changed how -diff and -mail affect the printing and
4609           mailing of logs.
4610         * lib/framwork.exp:
4611           Changed format of the output of the diff log.  Made
4612           minor changes to "diff_logs" to acommodate the changes
4613           to runtest.exp (above).
4615 Mon Apr 19 18:45:10 1993  Mike Werner  (mtw@deneb.cygnus.com)
4617         * runtest.exp:
4618           Added the ability to specify, as an option parameter, the name
4619           of the previous summary log to diff against. Added a call to
4620           "close_logs" to the signal handlers. Enabled -mail option.
4621           Cleaned up some comments.
4622         * lib/framework.exp:
4623           Added procedure "mail_file" for mailing test log summaries.
4624           Removed support for automatically generating log file names with
4625           embedded time/date stamps. Cleaned up "diff_logs".
4627 Sun Apr 18 19:54:17 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4629         * runtest.exp: Fixed so signal trapping now works again. Cleaned
4630         up configuration stuff and how it finds the site.exp file.
4631         * Makefile.in: Remove unneeded macro definitions.
4633 Fri Apr 16 15:11:52 1993  Mike Werner  (mtw@deneb.cygnus.com)
4635         * lib/framework.exp:
4636           Added the procedures "diff_logs", "open_logs", and "close_logs".
4637           Changed the name of the procedure "sum" to "log_summary".
4638           Changed the name of the procedure "alldone" to "cleanup".
4639           "Cleanup", formerly "alldone", no longer exits; runtest
4640           explicitly exits.
4641         * runtest.exp:
4642           Now calls "open_logs", "close_logs", and "diff_logs" to do the
4643           respective goodies. We also now make explicit calls to "cleanup"
4644           and exit.  Enabled --diff command line option which when used
4645           will cause a call to the procedure "diff_logs".
4647 Sun Apr 11 17:17:20 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4649         * Makefile.in: Removed runtest target. Cleaned up install
4650         procedure.
4651         * runtest.exp: No longer uses --config option.
4652         * runtest: New bourne shell script to start runtest.exp.
4654 Thu Apr  8 18:12:24 1993  Mike Werner  (mtw@deneb.cygnus.com)
4656         * lib/utils.exp: the list of directories returned by getdirs now
4657         contains only directories that allow read permission.
4659 Wed Apr  7 18:30:45 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4661         * runtest.exp: Now looks for init files by ${target_os}.exp as
4662         well as ${target_os}-${tool}.exp.
4663         * config/mt-*: Added macros for COPY and DEMANGLE, new
4664         binutils.
4666 Fri Apr  2 12:23:22 1993  Mike Werner  (mtw@deneb.cygnus.com)
4668         * lib: relocated old-dejagnu.exp to devo/gcc/testsuite/lib
4670 Mon Mar 29 14:59:23 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4672         * framework.exp: Added tests for spectra.
4674 Thu Mar 25 14:16:54 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4676         * runtest.exp: Fixed command line option processing. Now
4677         things like CFLAGS="-v -a" should work.
4679 Thu Mar 25 12:40:50 1993  Ian Lance Taylor  (ian@cygnus.com)
4681         * lib/udi.exp (mondfe): Return -1 on failure.  Don't remove *_soc
4682         files.
4683         (mondfe_download): Fixed invalid expect usage which could never
4684         have worked.
4686 Wed Mar 24 14:11:46 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4688         * runtest.exp: Added --target and --host for specifying the config
4689         strings. The old --target is now --name.
4690         * lib/framework.exp: Moved all the host/target naming stuff from
4691         runtests.exp.
4692         * runtest.exp: Fixed bug so CFLAGS="-v" works. I changed the way
4693         the verbose pattern works in $argv.
4695 Tue Mar 23 08:48:09 1993  Fred Fish  (fnf@cygnus.com)
4697         * configure.in:  Use host makefile fragment config/mh-sysv4
4698         on *-*-sysv4* configurations.
4699         * config/mh-sysv4:  New host makefile fragment for SVR4 systems.
4701 Mon Mar 22 23:26:58 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
4703         * Makefile.in: add dvi, check and installcheck targets
4705         * doc/Makefile.in: add defines for MAKEINFO, TEXI2DVI
4707 Sun Mar 21 17:44:11 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4709         * runtest.exp: New command line option --ignore. Ignore any tests
4710         specified this way.
4711         * lib/framework.exp: Now uses puts send_error of send_user for
4712         some procs. Now warnings and errors go to stderr, and can
4713         be redirected. They still go to the logs.
4715 Tue Mar 16 18:07:56 1993  Rob Savoye  (rob at poseidon.cygnus.com)
4717         * runtest.exp: Finds site.exp file with new install.
4718         * Makefile.in: Installs much better.
4720 Tue Mar  9 08:17:04 1993  Ian Lance Taylor  (ian@cygnus.com)
4722         * Makefile.in (MAKEOVERRIDES): Set to be empty.
4724 Mon Mar  8 17:40:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4726         * lib/vrtx.exp: Spectra shell procedures.
4728 Mon Mar  8 19:26:41 1993  Fred Fish  (fnf@cygnus.com)
4730         * Makefile.in, config/{mt-a29k-udi, mt-frwcom-aout, mt-i386-aout,
4731         mt-i960-nindy, mt-i960-vx, mt-m68k-abug-aout, mt-m68k-abug-coff,
4732         mt-m68k-aout, mt-m68k-coff, mt-m68k-vx, mt-mips, mt-sparc-aout,
4733         mt-sparc-vx, mt-sparclite} (GDBFLAGS):  The default is -nx, to not
4734         load whatever random '.gdbinit' file might happen to be in the
4735         directory where the dejagnu tests are run.  If tests require
4736         a specific init file, they should load them explicitly.
4738 Sun Mar  7 15:16:42 1993  Rob Savoye  (rob@cygnus.com)
4740         * runtest.exp, Makefile.in: Now sets default for objdir.
4742 Sun Feb 28 15:30:00 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4744         * runtest.exp: Now find site.exp in a path list. Also now supports
4745         using a short config file in each directory to override options.
4746         * Makefile.in, configure.in: Removed link for lib directory. Added
4747         doc as a subdir, runtest and site.exp now built as a dependancy,
4748         rather than by configure.
4750 Thu Feb 25 11:07:30 1993  Ian Lance Taylor  (ian@cygnus.com)
4752         * config/mt-mips: New file for mt-idt-ecoff target.
4753         * configure.in (mips-idt-ecoff): New target; uses mt-mips.
4754         * runtest.exp: If mips-idt-ecoff, set target_abbrev to mips.
4755         * runtest.exp: Print any error produced by ${tool_init}.
4756         * lib/remote.exp (kermit): Made work.
4758 Mon Feb 22 17:11:18 1993  Mike Werner  (mtw@poseidon.cygnus.com)
4760         * configure.in: Removed unneccesary code from configure.in
4762 Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
4764         * devo/dejagnu: made modifications to framework, etc., to allow
4765         it to work properly  given the reorganization of deja-gnu and the
4766         relocation of the testcases from deja-gnu to a "tool" subdirectory.
4768 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
4770         * devo/dejagnu: Initial creation of devo/dejagnu.
4771         Migrated dejagnu testcases and support files for testing software
4772         tools to reside as subdirectories, currently called "testsuite",
4773         within the directory of the software tool.  Migrated all programs,
4774         support libraries, etc. beloging to dejagnu proper from
4775         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
4776         with no modifications.  The changes to these files which will
4777         allow them to configure, build, and execute properly will be made
4778         in a future update.
4780 Wed Feb 17 10:51:13 1993  Ian Lance Taylor  (ian@cygnus.com)
4782         * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove expected failures
4783         for mips-*-* that now work (gcc was fixed to distinguish int and
4784         long in COFF debugging output).
4786 Tue Feb 16 17:31:54 1993  Fred Fish  (fnf@cygnus.com)
4788         * gdb.t21/demangle.exp (test_gnu_style_demangling,
4789         test_cfront_style_demangling):  Add tests for some cases that
4790         involve const that were previously broken.
4792 Mon Feb 15 14:09:33 1993  Ian Lance Taylor  (ian@cygnus.com)
4794         * gdb.t00/default.exp (attach, core-file, r, run, target core):
4795         Add more error messages used by cross gdb.
4797 Fri Feb 12 11:17:05 1993  Fred Fish  (fnf@cygnus.com)
4799         * gdb.t21/demangle.exp:  Add yet more cfront demangling tests.
4801 Thu Feb 11 12:23:53 1993  Fred Fish  (fnf@cygnus.com)
4803         * gdb.t21/demangle.exp:  Add new demangling tests, for various
4804         gnu and cfront patterns, that match recent bug fixes.
4805         * configure.in (configdirs):  Add gdb.t23.
4806         * gdb.t23/ {Makefile.in, configure.in, in-gdbme.cc,
4807         templates.exp}:  New test case to testing templates.  Currently
4808         contains just the framework, but no tests.
4809         * gdb.t21/demangle.exp (demangle):  Fix proc so that demangling
4810         failures don't trigger two failure reports, one erroneously
4811         indicating the cause as a timeout.
4812         * gdb.t21/demangle.exp (various):  Print number of correct 
4813         demanglings when suppressing remaining tests.
4814         * gdb.t21/demangle.exp (test_cfront_style_demangling):
4815         New test for cfront style demangling.
4816         * gdb.t21/demangle.exp (do_test):  Call cfront style demangling
4817         test.
4819 Wed Feb 10 18:28:40 1993  Stu Grossman  (grossman at cygnus.com)
4821         * gdb.t11/list.exp (list filename:function; wrong filename not
4822         rejected):  Revise expected failure profile.  All systems are
4823         expected to fail.
4825 Mon Feb  8 21:25:47 1993  Stu Grossman  (grossman at cygnus.com)
4827         * gdb.t00/help.exp (help set):  Look for prompt on next line to
4828         prevent timeout error.
4829         * gdb.t11/list.exp (list filename:function; wrong filename not
4830         rejected):  Document expected failure for general case.  Set
4831         expected failure for sunos.
4833 Wed Feb  3 09:42:14 1993  Mike Stump  (mrs@rtl.cygnus.com)
4835         * g++.niklas, configure.in: Add some test cases from Niklas.
4837 Mon Feb  1 18:40:27 1993  Mike Werner  (mtw@rtl.cygnus.com)
4839         * code_quality.exp, compile.exp, execute.exp, noncompile.exp,
4840           special.exp, unsorted.exp: added "unset subdir_created".
4842 Fri Jan 29 14:20:11 1993  Mike Werner  (mtw@rtl.cygnus.com)
4844         * Makefile.in (install): changed the sed command, which creates
4845           $(target-alias)-runtest, to have the installed
4846           $(target-alias)-runtest call $(bindir)/runtest.exp instead of
4847           $(srcdir)/runtest.exp . This worked earlier but was broken by a
4848           change to $(EXPECT) .
4850 Thu Jan 28 14:24:56 1993  Ian Lance Taylor  (ian@cygnus.com)
4852         * Makefile.in (info, install-info): Deleted extraneous @'s.
4854 Thu Jan 28 08:29:57 1993  Fred Fish  (fnf@cygnus.com)
4856         * Makefile.in (CC_FOR_TARGET, CFLAGS, CXX_FOR_TARGET, CXXFLAGS,
4857         CXX, GCC_FOR_TARGET, FLAGS_TO_PASS):  Match definitions in
4858         upper level devo/Makefile.in.
4859         * config/mt-unix (EXPECT):  Remove definition, it is set by
4860         Makefile.in to use the latest built version.
4861         * Makefile.in (CHILL_FOR_TARGET, CHILLFLAGS, CHILL_LIB):  Match
4862         definitions in upper level devo/Makefile.in.
4864 Wed Jan 27 21:48:15 1993  Fred Fish  (fnf@cygnus.com)
4866         * Makefile.in (clean):  Test if directory exists before trying
4867         to run submake in it.
4868         * gdb.t00/teststrategy.exp:  Add cases that work when gdb is
4869         compiled with ALIGN_STACK_ON_STARTUP defined.  Fix "print foo"
4870         expected output to match current gdb.  Fix tests for finding
4871         pathname to gdb executable to use the TCL "file" command.
4872         * gdb.t20/classes.exp:  Change error when binfile does not 
4873         exist to be a simple fail instead.
4874         * tcl.tests/Makefile.in (tcltest):  Use CC_FOR_TARGET.
4875         * tcl.tests/Makefile.in (Makefile):  Add target.
4876         * gdb.t30/chexp.exp:  Set up expected failure for printing
4877         uninitialized convenience variables.
4878         * gdb.t31/chillvars.exp:  Set up expected failure for references
4879         to string4, which chill compiler doesn't handle yet.  Add tests
4880         for string repetition operator.
4881         * gdb.t31/in-gdbme.ch:  Comment out string4, not handled yet.
4883 Mon Jan 25 15:12:41 1993  Mike Werner  (mtw@rtl.cygnus.com)
4885         * gcc.unsorted/unsorted.exp
4886           gcc.special/special.exp
4887           gcc.noncompile/noncompile.exp
4888           gcc.execute/execute.exp
4889           gcc.compile/compile.exp
4890           gcc.code_quality/code_quality.exp:
4891           Modified to properly find source code for the test cases,
4892           create the appropriate subdirectories to hold the compiled
4893           testcases, and delete the subdirectories when finished.
4895 Thu Jan 21 18:05:54 1993  Mike Werner  (mtw@rtl.cygnus.com)
4897         * Makefile.in: cosmetic changes.
4898         * gcc.code_quality/code_quality.exp: repalced a "source xxx"
4899           with a "load_lib xxx".
4900         * gcc.compile/compile.exp: replaced a "source xxx" with a
4901           "load_lib xxx".
4903 Thu Jan 21 08:03:16 1993  Fred Fish  (fnf@cygnus.com)
4905         * Makefile.in (CC, CXX):  Change to CC_FOR_TARGET, CXX_FOR_TARGET.
4906         * Makefile.in (FLAGS_TO_PASS):  Add AR_FOR_TARGET, CC_FOR_tARGET
4907         CXX_FOR_TARGET, RANLIB_FOR_TARGET.
4908         * {gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
4909         gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
4910         gdb.t15, gdb.t16, gdb.t20, gdb.t21, gdb.t22}/Makefile.in:
4911         Add Makefile target, dependencies, and rules, replace CC with
4912         CC_FOR_TARGET and CXX with CXX_FOR_TARGET.
4913         * gdb.t03/ptype.exp:  Add tests for string constants and array
4914         constants.
4915         * gdb.t16/printcmds.exp:  Add tests for string constants and array
4916         constants.
4917         * Makefile.in (CHILL):  Change to CHILL_FOR_TARGET.
4918         * Makefile.in (FLAGS_TO_PASS):  Add CHILL_FOR_TARGET.
4919         * {gdb.t30, gdb.t31}/Makefile.in:  Add Makefile target, dependencies,
4920         and rules.  Replace CHILL with CHILL_FOR_TARGET.
4921         * gdb.t31/chillvars.exp:  Set print address off, add tests for
4922         strings.
4923         * gdb.t31/in-gdbme.ch:  Add some initialized string variables.
4925 Tue Jan 19 14:07:38 1993  Mike Werner  (mtw@rtl.cygnus.com)
4927         * Makefile.in: corrected anchoring error in sed script, within
4928           the "install" rule, which created the the file {mach}-runtest
4930 Fri Jan 15 21:16:51 1993  Fred Fish  (fnf@cygnus.com)
4932         * gdb.t04/setvar.exp:  Minor changes to match current syntax for
4933         printing array-of-char in string form.
4934         * gdb.t16/printcmds.exp:  Fix one test case to match bug fix.
4935         * gdb.t30/chexp.exp:  Disable tests that check for control
4936         sequence form of character literals, not supported in GNU Chill.
4938 Wed Jan 13 21:33:05 1993  Mike Stump  (mrs@cygnus.com)
4940         * doc/dejagnu.texi, Makefile.in: Change .../gcc to .../xgcc.
4942 Wed Jan 13 08:21:00 1993  Fred Fish  (fnf@cygnus.com)
4944         * Makefile.in (CHILLFLAGS):  Add appropriate -L arg to find
4945         libchill.a, if a freshly built one exists.
4946         * gdb.t31/Makefile.in (LIBCHILL, LIBS):  Define local defaults.
4948         * Makefile.in (runtest):  Fix to properly find freshly built
4949         "expect" binary.
4951 Tue Jan 12 12:51:46 1993  Fred Fish  (fnf@cygnus.com)
4953         * Makefile.in (CPLUS):  Remove macro.
4954         * Makefile.in (CC, CXX, GDB, EXPECT):  Use freshly build binaries
4955         if available.
4956         * Makefile.in (CFLAGS, CXXFLAGS, GDBFLAGS):  Provide default
4957         flags to go with CC, CXX, and GDB respectively.
4958         * Makefile.in (FLAGS_TO_PASS):  Add CXX, CXXFLAGS, LINK.
4959         * Makefile.in (info, subdir_do, subdirs):  Use rootme and
4960         rootsrc to find tool directories, use FLAGS_TO_PASS.
4961         * Makefile.in (runtest):  Use new EXPECT macro.
4962         * Makefile.in:  Other minor macro rearrangements.
4963         * config/{abug-g++.exp, aout-g++.exp, coff-g++.exp, mt-a29k-udi,
4964         mt-i960-nindy, mt-i960-vx, mt-m68k-abug-aout, mt-m68k-abug-coff,
4965         mt-m68k-aout, mt-m68k-coff, mt-m68k-vx, mt-unix, nind-g++.exp,
4966         udi-g++.exp, unix-g++.exp, vx-g++.exp}, doc/deja-gnu.texi, 
4967         g++.mike/{misc2.exp, misc8.exp, misc9.exp}, g++.old-deja/tests/
4968         g++.sun/g++.frag/1076585.C, gdb.t20/Makefile.in, gdb.t21/
4969         Makefile.in, gdb.t22/Makefile.in, lib/mike-g++.exp:
4970         Use CXX rather than CPLUS, CPLUSPLUS, or C++, use CXXFLAGS 
4971         rather than CFLAGS or CPLUSFLAGS or C++FLAGS.
4972         * Makefile.in (CHILL):  Use freshly built binaries if available.
4973         * Makefile.in (CHILLFLAGS):  Provide default flags for CHILL.
4974         * Makefile.in (FLAGS_TO_PASS):  Add CHILL, CHILLFLAGS.
4976 Mon Jan 11 18:02:48 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4978         * expect.tests/exp-after.test, exp-before.test, log-file.test,
4979         send-exp.test, spawn.test: Test case for expect tests.
4980         * expect.tests/exp-test.exp: Test driver for expect tests.
4981         * expect.tests/Makefile.in, configure.in: Configure
4982         support. 
4983         * expect.tests/exp-test.c: Simple interactive program for expect
4984         tests.
4985         * expect.tests: New directory.
4986         * config/unix-expect.exp: New tool.
4988 Fri Jan  8 16:41:51 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
4990         * config/udi-gdb.exp (gdb_start): don't require "UDI socket" in
4991         the startup message.
4993 Wed Jan  6 08:53:08 1993  Fred Fish  (fnf@cygnus.com)
4995         * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
4996         gdb.t11, gdb.t12}/Makefile.in:  Add explicit "all" target to
4997         Makefiles missing it, supply explicit rules to make object files
4998         from source files to subvert bug in GNU make that assumes gcc
4999         style "-c -o" handling.
5000         * tcl.texts/Makefile.in: Look in tcl sibling dir for library,
5001         rather than picking up whatever happens to be installed.
5002         * config/unix-gdb.exp (gdb_start):  Temporarily increase timeout
5003         by 60 seconds to accommodate heavily loaded or otherwise slow
5004         systems during gdb startup.  A similar fix was also installed in
5005         a 14-Dec change, but mysteriously disappeared.
5006         * gdb.t31/chillvars.exp:  Go ahead and try to run test on non-
5007         DWARF systems, as long as there is a chill executable to test.
5009 Mon Jan  4 17:19:08 1993  Fred Fish  (fnf@cygnus.com)
5011         * gdb.t30/chexp.exp (test_print_accept, test_print_reject):
5012         Convert to varargs function.
5013         * gdb.t30/chexp.exp (test_arithmetic_expressions):  New tests.
5014         * gdb.t31/Makefile.in (CHILL, CHILLFLAGS):  Provide defaults.
5015         * gdb.t31/chillvars.exp (test_UBYTE):  Remove FIXME`s, fixed.
5016         * gdb.t31/in-gdbme.ch (scalar_arithmetic, write_arrays,
5017         booleans):  Add procs for testing.
5018         * lib/gdb.exp (runto):  Don't expect hex format for breakpoint
5019         address.
5021 Sun Jan  3 14:24:53 1993  Fred Fish  (fnf@cygnus.com)
5023         * gdb.t30/chexp.exp (test_float_literals_accepted):  Use
5024         literals in comparisons, rather than printing their values
5025         directly.  Avoids spurious failures due to conversion or
5026         representational differences between machines types.
5028 Sat Jan  2 22:56:53 1993  Fred Fish  (fnf@cygnus.com)
5030         * gdb.t30/chexp.exp (test_float_literals_accepted):  New test.
5031         * gdb.t31/in-gdbme.ch (testvars):  Add floating point assigns.
5033 Thu Dec 31 08:30:08 1992  Fred Fish  (fnf@cygnus.com)
5035         * gdb.t00/help.exp:  Track recent gdb changes in description
5036         of "set" command for assigning expression values to variables.
5038 Wed Dec 30 13:17:36 1992  Fred Fish  (fnf@cygnus.com)
5040         * gdb.t00/gdbvars.exp:  New tests for convenience variables and
5041         history value list.
5042         * gdb.t30/chexp.exp:  Add tests for convenience variables and
5043         history value list.
5045         * config/unix-gdb.exp (gdb_exit):  Put escaped quotes around
5046         command to send to gdb inside a catch.  Otherwise the newline
5047         at the end of the quit command gets eaten.
5048         * lib/gdb.exp (gdb_test):  Replace bogus message about the
5049         gdb process no longer existing with a error that reports the
5050         real reason for the send command failing.  Remove use of
5051         "$command" in the expect pattern, since it may contain sequences
5052         that look like regular expressions but should not be interpreted
5053         as regular expressions.
5055 Tue Dec 29 22:49:56 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5057         * Makefile.in: define FLAGS_TO_PASS
5059 Sun Dec 27 11:52:45 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5061         * lib/udi.exp: Fixed so that it downloads stably. Added better
5062         error trapping. Works with simulator or demo board.
5063         * runtest.exp: Cleaned up handling of signals during the init
5064         phase. 
5065         * lib/old-dejagnu.exp: Fixed bug that made $CFLAGS accumulate
5066         repititions of the same flags.
5067         * runtest.exp: cleans up temp file better.
5068         * config/udi-g++.exp: Minor bug fixes. Doesn't die it it can't
5069         connect now.
5071 Sat Dec 26 19:21:14 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5073         * config/vx-gdb.exp: Now it exits if it can't connect to the
5074         target.
5075         * most everything: Made *all* (whew) error and warning messages
5076         use new procedures. These messages are controlled by --all rather
5077         than --verbose.
5078         * lib/framework.exp: Fixed clone_output so everything gets sent to
5079         the correct files. Also added a procedure for standard warning and
5080         error messages.
5082 Sat Dec 26 11:16:55 1992  Fred Fish  (fnf@cygnus.com)
5084         * tcl.tests/tcltest.c (Tcl_DumpActiveMemory):  Remove extern
5085         declaration, which is now incompatible with tcl.h.
5088 Tue Dec 22 22:36:42 1992  Fred Fish  (fnf@cygnus.com)
5090         * Makefile.in (subdir_do):  Remove blank line after target,
5091         that gives older makes indigestion.
5092         * configure.in:  When running "make", use environment definition
5093         of MAKE if one exists, default to "make" if not in environ.
5094         * gdb.t21/cplusfuncs.exp:  Update regular expressions for matching
5095         operators to track gdb C++ demangling fixes.
5097 Mon Dec 21 22:32:46 1992  Fred Fish  (fnf@cygnus.com)
5099         * gdb.t31/in-gdbme.ch (bytetable3, bytetable4):  Reduce ranges
5100         of array dimensions to something more managable for explicit
5101         initialization.  Add initializers.
5102         * gdb.t31/in-gdbme.ch (inttable1, inttable2, longtable1,
5103         longtable2):  Fix typo, initializers were intended to be
5104         sequential values for easy identification.
5105         * gdb.t31/chillvars.exp:  Update to track changes in in-gdbme.ch.
5107 Mon Dec 21 19:48:42 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5109         * runtest.exp: Has new option to specify the target's
5110         configuration string. Only used by runtest.
5111         * g++.other/*.exp: Now use procs from mike-g+.exp.
5112         * g++.mike/*.exp: Now use procs from mike-g+.exp.
5113         * Makefile.in: Now has install & uninstall targets.
5114         * lib/prebase, postbase.exp: Merged into lib/mike-g++.exp and made
5115         into procs.
5116         * runtest.exp: Traps error when trying to test a tool that does't
5117         have support.
5118         * lib/framework.exp: Contains all the procs from runtest.exp.
5119         These are basically the guts of the testing framework.
5120         * runtest.exp: Moved all procs to a library file.
5122 Sat Dec 19 16:50:46 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5124         * runtest.exp: Upped version number to 0.8.1
5125         * lib/nm-defs.exp: Support procs for nm tests.
5126         * nm.all/nm.exp: Now uses a generic nm testing proc.
5127         * nm.all/Makefile.in: Changes the path for the linker script so it
5128         won't produce srecs.
5129         * nm.all/configure.in: Copies linker script for m68k-abug and
5130         edits out OUTPUT_FORMAT line.
5131         * config/*-nm.exp: They only contain stubs calling the procs in
5132         nm-defs.exp.
5134 Fri Dec 18 18:13:15 1992  Rob Savoye  (rob@cygnus.com)
5136         * gcc.*/*.exp: Doesn't change into the subdir.
5137         * lib/c-torture.exp: Adds subdir to path for objects and binaries
5138         * runtest.exp: Added tests for targetname and connectmode when
5139         using a MVME m68k board.
5140         * configure.in: Now tests for m68k-abug-[coff|aout].
5141         * config/mt-m68k-abug: Now a mt-m68k-abug-coff and
5142         mt-m68k-abug-aout version so either tool chain can be used to
5143         produce the srecords.
5145 Fri Dec 18 10:26:46 1992  Fred Fish  (fnf@cygnus.com)
5147         * Makefile.in (.NOEXPORT):  Add for GNU make.  Don't pass defines
5148         with pathnames relative to this directory to submakes.
5149         * gdb.t00/{default.exp, help.exp}:  Update to track latest gdb
5150         changes.
5151         * gdb.t30/chexp.exp:  Update to track latest gdb changes.
5152         * gdb.t31/{in-gdbme.ch, chillvars.exp}:  Add some arrays and
5153         tests for arrays, update to track latest gdb changes.
5155 Mon Dec 14 18:42:58 1992  Fred Fish  (fnf@cygnus.com)
5157         * config/unix-gdb.exp (gdb_start):  Temporarily set timeout up
5158         to 60 seconds to accommodate heavily loaded or otherwise slow
5159         systems during gdb startup.
5161 Mon Dec 14 12:16:27 1992  Ian Lance Taylor  (ian@cygnus.com)
5163         * gdb.t11/list.exp, gdb.t16/printcmds.exp: added expected failures
5164         for i960-*-*.
5165         * gdb.t15/funcargs.exp: increase timeout for *-*-vxworks.
5167 Fri Dec 11 21:15:07 1992  Fred Fish  (fnf@cygnus.com)
5169         * gdb.t16/{in-gdbme.c, printcmds.exp}:  Add some tests for
5170         printing the contents of multidimensional arrays.
5172 Wed Dec  9 13:18:39 1992  Michael Werner  (mtw@rtl.cygnus.com)
5174         * tcl.test/tcl-test.exp:
5175           changed the comparison that looks for the end-of-test return
5176           string, "%", from the tcl interpreter, tcltest, to check for
5177           "^%$" instead of just "%".
5179 Tue Dec  8 13:49:18 1992  Fred Fish  (fnf@cygnus.com)
5181         * chillvars.exp:  Only run the tests if the target is an
5182         SVR4 target (which presumes DWARF format).  They are only
5183         expected to work right now for targets that use DWARF.
5185 Tue Dec  8 13:42:45 1992  Michael Werner  (mtw@rtl.cygnus.com)
5187         * removed accidental change to config/unix-tcl.exp that
5188           occurred during last check-in.
5190 Tue Dec  8 13:21:45 1992  Michael Werner  (mtw@rtl.cygnus.com)
5192         * tcl.test/configure.in
5193           corrected error in "files=" line; changed "defs.h" to "defs".
5195 Sun Dec  6 22:00:06 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5197         * config/*-nm: Fixed nm_version.
5198         * configure.in: Doesn't configure tcl tests for a cross test.
5200 Sat Dec  5 14:13:15 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5202         * doc/dejagnu.l, dejagnu.texi: Added documentation for --baud
5203         option.
5204         * runtest.exp: Added --baud option to spcify the baud rate for a
5205         serial connection.
5207 Fri Dec  4 07:00:45 1992  Fred Fish  (fnf@cygnus.com)
5209         * gdb.t31/chillvars.exp:  Add new tests, fix expected results
5210         for some existing ones.
5212 Thu Dec  3 12:28:52 1992  Fred Fish  (fnf@cygnus.com)
5214         * gdb.t20/{classes.exp, inherit.exp, misc.exp},
5215         gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp:  Downgrade
5216         missing test executables from ERROR to just FAIL.
5217         * gdb.t30/chillvars.exp:  Downgrade missing test executables
5218         from ERROR to just FAIL.  Start adding some real tests.
5219         * gdb.t30/in-gdbme.ch:  Start adding some initializations of
5220         fundamental type variables.
5222 Wed Dec  2 11:46:04 1992  Ian Lance Taylor  (ian@cygnus.com)
5224         * runtest.exp (setup_xfail): only set xfail_prms if xfail_flag is
5225         set.
5226         * gdb.t11/list.exp, gdb.t12/scope.exp, gdb.t15/funcargs.exp: more
5227         mips-*-* expected failures.
5229 Wed Dec  2 11:39:28 1992  Fred Fish  (fnf@cygnus.com)
5231         * lib/gdb.exp (gdb_reinitialize_dir):  New utility proc.
5232         * gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t07/watchpoint.exp,
5233         gdb.t08/opaque.exp, gdb.t09/corefile.exp, gdb.t11/list.exp, 
5234         gdb.t12/scope.exp, gdb.t13/bitfields.exp, gdb.t15/funcargs.exp,
5235         gdb.t16/printcmds.exp, gdb.t20/{classes.exp, inherit.exp,
5236         misc.exp}, gdb.t21/{cplusfuncs.exp, demangle.exp},
5237         gdb.t22/virtfunc.exp: Use new gdb_reinitialize_dir tcl proc.
5238         * gdb.t20/{classes.exp, inherit.exp, misc.exp},
5239         gdb.t21/{cplusfuncs.exp, demangle.exp}, gdb.t22/virtfunc.exp:
5240         Suppress tests if executable not found.
5241         * Makefile.in:  Add CHILL and CHILLFLAGS as things to pass
5242         to recursive makes.
5243         * gdb.t31/{configure.in, Makefile.in, in-gdbme.ch, chillvar.exp}:
5244         New directory of chill tests.
5245         * config/mt-unix (CHILL, CHILLFLAGS):  New defs for chill
5246         compiler name and flags to pass to compiler.
5247         * configure.in (configdirs):  Add gdb.t31.
5248         * gdb.t30/chexp.exp:  Don't need to load a gdb.
5250 Mon Nov 30 20:38:00 1992  Fred Fish  (fnf@cygnus.com)
5252         * runtest.exp (setup_xfail, clear_xfail):  Modify to accept
5253         multiple arguments and examine each one for a valid config
5254         triplet or a prms id.
5255         * gdb.t03/ptype.exp:  Clear xfail flag for ptype of unnamed
5256         enumeration members for SVR4 systems (presumes DWARF).
5257         * gdb.t11/list.exp:  Set up xfail flag for tests that are
5258         expected to fail on SVR4 systems (presumes DWARF).
5260 Mon Nov 30 17:32:36 1992  Ian Lance Taylor  (ian@cygnus.com)
5262         * gdb.t00/default.exp (set write, show write): don't leave it at
5263         set write on, because that causes debugging problems in later
5264         testing on Ultrix.
5266 Mon Nov 30 17:18:32 1992  Rob Savoye  (rob@cygnus.com)
5268         * runtest.exp: Now uses find proc to recursively find all expect
5269         file.
5271 Mon Nov 30 11:55:36 1992  Fred Fish  (fnf@cygnus.com)
5273         * gdb.t20/inherit.exp:  Recognize a '.' as the g++/gdb
5274         CPLUS_MARKER, rather than just '$'.  This particular piece of
5275         brain damage is spreading like ooze; gcc, gdb, and libiberty are
5276         all infected as well.
5278 Mon Nov 30 11:23:42 1992  Ian Lance Taylor  (ian@cygnus.com)
5280         * configure.in: use mt-i960-nindy, not mt-i960-nind.
5281         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
5282         gdb.t09/corefile.exp, gdb.t11/list.exp, gdb.t12/scope.exp: add
5283         expected failures for mips-*-*.
5285 Sun Nov 29 23:10:43 1992  Mike Stump  (mrs@rtl.cygnus.com)
5287         * prebase.exp (not_compiler_output): Change from looking for
5288         Segmentation Violation to Internal compiler error, as the compiler
5289         no longer issues the former.
5291 Sun Nov 29 15:16:06 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5293         * config:/vx-g++.exp, udi-g++.exp: Replaced with gcc init code.
5294         * runtest.exp: Now executes recursively any *.exp files.  
5295         * lib/old-dejagnu.exp: proc old-dejagnu executes tests that are
5296         supposed to.
5297         * g++.old-deja/old-deja.exp: Recursively get all the C code in a
5298         subdirectory tree.
5299         * lib/utils.exp: New file, contains utility procs grep, find,
5300         and which. 
5301         * runtest.exp: Applied Fred's patch for the output.
5303 Sun Nov 29 08:51:15 1992  Fred Fish  (fnf@cygnus.com)
5305         * gdb.t22/virtfunc.exp:  Make "ptype VA" an expected failure.
5306         * runtest.exp:  Fix a couple of minor formatting glitches.
5307         * gdb.t30/chexp.exp(test_print_reject):  Add another possible
5308         failure expect string.
5310 Sat Nov 28 21:09:33 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5312         * g++.old-deja/tests: New directories for C++ code from the old
5313         style DejaGnu tests.
5314         * g++.old-deja/old-deja.exp: New file for running the old style
5315         DejaGnu tests.
5316         * lib/old-dejagnu.exp: New file. Support procs for running the
5317         old style DejaGnu tests.
5319 Wed Nov 25 08:05:59 1992  Fred Fish  (fnf@cygnus.com)
5321         * gdb.t16/printcmds.exp:  Set up expected failure for
5322         "p 123DEADBEEF".  Gdb thinks this is a floating point number.
5324 Mon Nov 23 12:14:43 1992  Ian Lance Taylor  (ian@cygnus.com)
5326         * config/mt-i960-vx: set LIBS to -lgcc, not -lg (lost when file
5327         was renamed).
5328         * gdb.t07/watchpoint.exp: Added expected failures for Sun3.
5330 Fri Nov 20 15:39:07 1992  Ian Lance Taylor  (ian@cygnus.com)
5332         * gdb.t00/default.exp (info set): don't get fooled by the prompt
5333         in the output.
5334         (detach): gdb_test can not include $prompt in the expected result.
5335         * gdb.t00/teststrategy.exp (backtrace): don't insist on main being
5336         at level 7; any level is acceptable.
5338 Sun Nov 22 14:44:35 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5340         * lib/remote.exp: Added proc for kermit.
5342 Fri Nov 20 11:23:26 1992  Fred Fish  (fnf@cygnus.com)
5344         * config/unix-gdb.exp (gdb_exit):  Add explicit close as
5345         workaround for expect bug that slowly consumes file descriptors.
5346         * gdb.t22/virtfunc.exp:  When gdb dumps core, start a new one
5347         for the benefit of later tests that expect a gdb to be currently
5348         running.  This is a kludge.
5349         * configure.in (configdirs):  Add gdb.t16.
5350         * gdb.t16/{Makefile.in, configure.in, in-gdbme.c, printcmds.exp}:
5351         New test for exhaustive printing of all ASCII characters and
5352         substrings, and a few tests for printing of integral values.
5353         * gdb.t30/chexp.exp:  Add tests for character literals.
5355 Thu Nov 19 17:45:53 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5357         * lib/udi.exp: New procs for udi shells.
5358         * config/udi-gcc.exp: Made gcc_load
5359         * config/udi-gdb.exp: Made gdb_start, gdb_load gdb_exit
5360         * gdb.t00/default.exp: Lots of ugly hacks cause many default
5361         actions kill the UDI connection. Lookfor for new xfails. Sigh...
5362         * config/*-gdb.exp: Use which in gdb_version.
5363         * lib/gcc.exp: Use which in default_gcc_version.
5364         * runtest.exp: New proc which that does a path lookup.
5366 Wed Nov 18 17:08:08 1992  Michael Werner  (mtw@rtl.cygnus.com)
5368         * Updated c torture tests from the package c-torture-1.7
5369           The test in:      gcc.code_quality
5370                             gcc.compile
5371                             gcc.execute
5372                             gcc.noncompile
5373                             gcc.unsorted
5374           were updated. Existing tests in a given directory that had
5375           changed or that were not in 1.7 were moved into a subdirectory
5376           called "old-tests". 1.7 had a new directory called "special",
5377           the contents of which were placed in deja-gnu/gcc.special .
5378           Also, deleted from a prior Changelog entry was the erroneous
5379           statement of the removal of support in gcc for the recognition
5380           of the ".C" extension.
5382 Wed Nov 18 13:36:43 1992  Fred Fish  (fnf@cygnus.com)
5384         * gdb.t30/chexp.exp:  Change print tests to include explicit
5385         print command so we can also include formats.
5387 Wed Nov 18 12:32:53 1992  Ian Lance Taylor  (ian@cygnus.com)
5389         * configure.in: never change target_os; we need to be able to
5390         check it in istarget tests.
5391         * config/unix-gdb.exp (gdb_exit): the string match test was the
5392         wrong way around; also, call close to try to avoid the file
5393         descriptor leak in some versions of expect.
5394         * teststrategy.exp: added some expected failures for Sun4 and
5395         Solaris, and changed the core dump test to accept a timeout (no
5396         response from gdb) if a core file was actually created.
5397         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t05/expr.exp,
5398         gdb.t15/funcargs.exp: added PRMS bug numbers for expected i960
5399         failures.
5400         * gdb.t10/crossload.exp (bfddefault): corrected error message.
5401         (whole file): changed fixme handling to use setup_xfail.
5403 Tue Nov 17 09:14:11 1992  Ian Lance Taylor  (ian@cygnus.com)
5405         * runtest.exp (setup_xfail): take optional second argument which
5406         is the PRMS bug number.
5407         (pass, fail): use it.
5408         * gdb.t00/default.exp (accept): gdb 4.7 returns a different
5409         string.
5410         (show): don't get fooled by the prompt in the output.
5411         * gdb.t12/scope.exp: RS/6000 expects to fail print 'file'::var.
5412         * gdb.t21/cplusfuncs.exp: use setup_xfail rather than FIXME.
5414 Mon Nov 16 12:38:47 1992  Fred Fish  (fnf@cygnus.com)
5416         * gdb.t10/Makefile.in (EXECUTABLES):  Add sparc-elf.
5417         * gdb.t10/README:  Document sparc-elf.
5418         * gdb.t10/crossload.exp:  Load and test sparc-elf.
5419         * gdb.t10/sparc-elf.u:  New test executable.
5421 Mon Nov 16 11:31:30 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5423         * config/unix-tcl.exp: Tcl library init module.
5424         * tcl.tests: Add the tests directory from the Tcl release.
5425         * tcl.tests/Makefile.in, configure.in: Support stuff.
5426         * tcl.tests/tcl-test.exp: Test the Tcl library.
5428 Sun Nov 15 09:30:29 1992  Fred Fish  (fnf@cygnus.com)
5430         * gdb.t30/{Makefile.in, chexp.exp, configure.in}:  New tests
5431         for GNU-Chill.
5432         * configure.in (configdirs):  Add gdb.t30.
5434 Fri Nov 13 21:14:13 1992  Ian Lance Taylor  (ian@cygnus.com)
5436         * runtest.exp (pass): don't print \n\nXPASS\n\n; just XPASS:
5437         suffices.
5438         (setup_xfail): don't set xfail_flag unconditionally; instead set
5439         it if the argument is the target so that it can be called several
5440         times.
5441         (clear_xfail): new function to conditionally clear xfail_flag.
5442         * config/unix-gdb.exp (gdb_load): set the directory to point to
5443         whereever the program is loaded from, for the benefit of symbol
5444         formats which don't know that.
5445         * teststrategy.exp: accept AIX error messages.
5446         (print "foo"): AIX shared libraries mean gdb can't find malloc.
5447         (stack trace): fails on AIX.
5448         * gdb.t02/in-gdbme.c, gdb.t03/in-gdbme.c: assign to nested_su
5449         field so that AIX linker doesn't strip it from object file.
5450         * gdb.t03/ptype.exp (unnamed enumeration): works on RS/6000.
5451         * gdb.t04/setvar.exp: don't set prms_id to garbage value.
5452         * gdb.t08/opaque.exp: RS/6000 can't do xrefs.
5453         * gdb.t09/corefile.exp: AIX gdb can't get name or signal from a
5454         core file.
5455         * gdb.t10/crossload.exp: v_signed_char on MIPS generally fails.
5456         * gdb.t11/list.exp: some tests fail because gcc generates
5457         incorrect debugging information.
5458         * gdb.t12/in-gdbme0.c, gdb.t12/in-gdbme1.c: don't let AIX strip
5459         unreferenced variables.
5461 Thu Nov 12 08:17:40 1992  Ian Lance Taylor  (ian@cygnus.com)
5463         * runtest.exp (sum): catch errors from tool_version and tool_exit,
5464         to ensure that we exit as expected even if they fail.
5465         * gdb.t00/default.exp, gdb.t00/help.exp: some targets, notably the
5466         RS/6000, don't support "set write" and "show write".
5467         * gdb.t11/list.exp (list gdbme0.c:unused, list gdbme1.c:unused):
5468         mark as expected failures for i960-*-*.  These should perhaps be
5469         considered successes.
5471 Tue Nov 10 20:40:43 1992  Rob Savoye  (rob at rtl.cygnus.com)
5473         * lib/gcc.exp: Added $LDFLAGS to default_gcc_start so targets can
5474         get their linker scripts.
5476 Mon Nov  9 10:57:44 1992  Ian Lance Taylor  (ian@cygnus.com)
5478         * lib/gcc.exp: new file; defines default_gcc_version and
5479         default_gcc_start.
5480         * config/*-gcc.exp: use routines in gcc.exp.
5481         * gcc.execute/execute.exp: don't use c-torture, because it gives
5482         us undesired PASS and FAIL reports; use gcc_start instead.
5483         * gcc.execute/920501-6.c, gcc.execute/920726-1.c: don't include
5484         <stdio.h> or <strings.h>, so these can be used on VxWorks.
5485         * gdb.t01/run.exp: expect "run" after sending it to avoid waiting
5486         for the VxWorks shell too early.
5488 Sun Nov  8 21:38:55 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5490         * Makefile.in: added subdir_do target, use it for info and install-info
5492 Fri Nov  6 14:10:58 1992  Ian Lance Taylor  (ian@cygnus.com)
5494         * config/vx-gdb.exp (gdb_load, spawn_vxgdb): increase timeouts.
5495         * gdb.t00/default.exp: accept AIX error messages, and set the init
5496         file name based on the target.
5497         * gdb.t01/run.exp, gdb.t12/scope.exp: increase timeouts for
5498         VxWorks.
5499         * gdb.t06/break.exp: increase timeouts for VxWorks, and rewrite a
5500         few tests to use gdb_test function.
5502 Fri Nov  6 11:34:20 1992  Michael Werner  (mtw@rtl.cygnus.com)
5504         * Moved the following ChangeLog entry from devo/ChangeLog to here:
5506 Wed Nov  4 17:57:47 1992  Michael Werner  (mtw@rtl.cygnus.com)
5508         * Makefile.in:  Added stuff for building deja-gnu.
5509         * ./deja-gnu/gdb.t21/ & ./deja-gnu/gdb.t22/:
5510         Moved in-gdbme.C file to in-gdbme.cc to enhance portability.
5511         Changed the configure.in file to reflect the filename extension
5512         change.
5514 Fri Nov  6 14:00:48 1992  Ian Lance Taylor  (ian@tweedledumbest.cygnus.com)
5516         * gdb.t15/funcargs.exp: continue to call6k is an expected failure
5517         for i960-*-vxworks; PRMS 1786.
5519 Thu Nov  5 18:09:23 1992  Mike Stump  (mrs@rtl.cygnus.com)
5521         * lib/prebase.exp: Remove incorrect fix.  CPLUSFLAGS needs to be
5522         reset on a per test case basis, as it is changed by each test
5523         case.  The correct way to fix this is to establish a default value
5524         for the variable, and set the variable to that value.
5526 Thu Nov  5 18:04:21 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5528         * runtest.exp: proc unknown doesn't print the error codes if
5529         they're aren't any.
5530         * lib/remote.exp: New procs tip and tip_download for boards that
5531         live on the end of a serial cable.
5532         * config/abug-gcc.exp: Init module for MVME board.
5533         * config/mt-m68k-abug: Makefile frag for m68k MVME board.
5534         * configure.in: Only makes links for config files that exist.
5536 Thu Nov  5 17:40:27 1992  Fred Fish  (fnf@cygnus.com)
5538         * {gdb.t20, gdb.t21, gdb.t22}/{Makefile.in, configure.in}:
5539         Convert C++ filenames from '.C' to '.cc'.  Rename test files.
5541 Wed Nov  4 11:50:34 1992  Ian Lance Taylor  (ian@tweedledumbest.cygnus.com)
5543         * lib/gdb.exp (gdb_test): don't check specially for attach error,
5544         since that doesn't belong in a general test.
5545         * gdb.t00/default.exp: fix attach and run tests for VxWorks.
5546         * gdb.t04/setvar.exp: clean up a few broken tests, eliminating
5547         some false failures incorrectly marked FIXME.
5548         * gdb.t12/scope.exp: do two ``next'' commands if necessary to skip
5549         over the call to init.
5550         * gdb.t20/classes.exp, gdb.t20/inherit.exp: make FIXME cases use
5551         setup_xfail.
5553 Tue Nov  3 11:53:37 1992  Ian Lance Taylor  (ian@tweedledumbest.cygnus.com)
5555         * runtest.exp (clone_output): send strings to the user even if
5556         they say FIXME.
5557         * gdb.t01/in-gdbme.c (vxmain): new function for VxWorks which
5558         takes an argument and calls main with it.
5559         gdb.t01/run.exp: for *-*-vxworks, call vxmain to pass arguments,
5560         and look for results from connected task, not gdb.
5561         * gdb.t01/term.exp: don't run these tests unless native.
5562         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t05/expr.exp: expect
5563         the i960 to fail to print type char correctly, because gdb treats
5564         char as unsigned char.
5565         * gdb.t06/in-gdbme.c (vxmain): new function for VxWorks which
5566         takes an argument and calls main with it.
5567         gdb.t06/break.exp: adjust line numbers for previous change.  For
5568         target *-*-vxworks, call vxmain to pass arguments.
5569         * gdb.t07/watchpoint.exp: don't check the first old value after
5570         restarting the program, because on VxWorks it will not have been
5571         reset.
5572         * gdb.t08/opaque.exp: don't check the breakpoint number, because
5573         on VxWorks gdb_load stops and restarts gdb.
5574         * gdb.t10/crossload.exp: don't run these tests for i960 targets,
5575         because bfd uses SELECT_VECS and these formats are unknown.
5576         * gdb.t11/list.exp: changed some FIXME strings to use setup_xfail.
5578 Mon Nov  2 19:00:36 1992  Ian Lance Taylor  (ian@tweedledumbest.cygnus.com)
5580         * config/vx-gdb.exp: use the new generic communication routines in
5581         lib/remote.exp.
5582         lib/remote.exp (rlogin): if we get "Sorry, this system is
5583         engaged", try again; it can come from VxWorks just after
5584         rebooting.
5586 Sat Oct 31 20:11:12 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5588         * runtest.exp: procs pass & fail now use a flag set by setup_xfail
5589         to determine it a test is an expected failure or an unexpected
5590         success.
5591         * runtest.exp: New proc setup_xfail. If called with a configure
5592         pattern it sets up the next test as an expected failure or an
5593         unexpected success.
5595 Sat Oct 31 16:10:14 1992  Rob Savoye  (rob@darkstar.cygnus.com)
5597         * gdb.t10/crossload.exp: Entire file re-written to use the new
5598         gdb_test command.
5600 Sat Oct 31 12:12:08 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5602         * lib/gdb.exp: gdb_test now traps cleanly if send fails cause gdb
5603         core dumped.
5604         * gdb.t00/default.exp: Rewrote the first few tests to use the
5605         gdb_test proc.
5606         * lib/gdb.exp: Added a gdb_test proc. It takes a command and a
5607         pattern and runs the gdb test.
5609 Fri Oct 30 11:46:45 1992  Fred Fish  (fnf@cygnus.com)
5611         * runtest.exp:  Guard against nonexistant PWD environment var,
5612         which is shell dependent.
5614 Fri Oct 30 20:23:06 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5616         * runtest.exp: Changed format of log messages. $prms_id & $bug_id
5617         are only printed if they are not 0. Also they now appear at the
5618         end of the line in parens with a label.
5619         * runtest.exp: New procs xpass & xfail for expected failures and
5620         unexpected successes. Added successes to proc sum.
5621         * runtest.exp: istarget & ishost with no arguments returns the
5622         target and host triplet strings.
5623         * runtest.exp: New proc isnative. Returns a 1 if running native,
5624         a 0 if on a target.
5625         * config/nind-gcc.exp, coff-gcc.ecp, aout-gcc.exp: Applied patch
5626         from vx-gcc.exp so errror messages don't always go to the screen.
5628 Thu Oct 29 19:07:28 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5630         * Changed all refences to $srcdir/lib to ./lib since configure now
5631         makes a link for it.
5632         * config/vx-gcc.exp: gcc_load doesn't try to load a program if
5633         there is no remote shell.
5634         * lib/remote.exp: The network procs telnet, rlogin, rsh now do
5635         three retries before exiting with an error.
5636         * runtest.exp: Fixed so there are multiple ways to get the users
5637         login name so it can be printed in the logs.
5638         * doc/DejaGnu.l, dejagnu.texi: Removed references to $nfshost.
5639         * runtest.exp: Removed the --nfshost option cause it's become
5640         unnessary.
5641         * configure.in: Deals with the shorter names in config. Creates an
5642          abbreviation for the OS and uses that for the filename substring. 
5643         * config/*: All names shortened to <= 14 characters.
5644         All init-$target_os-$tool.exp changed to $target_os-$tool.exp. 
5645         * config/mt-vxworks68, mt-vxworks960: Changed to use the
5646         abbreviated triplet form like all the other stubs. Now mt-m68k-vx
5647         and mt-i960-vx. 
5649 Tue Oct 27 10:27:33 1992  Mike Stump  (mrs@cygnus.com)
5651         * runtest.exp: When setting base_dir don't use getenv("PWD") until
5652         the code works when there is no PWD env variable.
5654 Tue Oct 27 07:37:38 1992  Ian Lance Taylor  (ian@cygnus.com)
5656         * gdb.t00/default.exp: accept "can't create process" error for run
5657         on VxWorks.
5658         gdb.t08/opaque.exp: don't look for $binfile when setting
5659         breakpoint.
5660         gdb.t15/funcargs.exp: added -re "$prompt $" cases.
5661         gdb.t20/classes.exp: accept \t as well as space after line number.
5662         gdb.t22/virtfunc.exp: added expected failure for "cannot invoke
5663         functions on this machine".
5664         lib/gdb.exp (runto): added -re "$prompt $" cases.
5666         * lib/gdb.exp: renamed from break.exp.  Moved gdb_unload and runto
5667         in from config/init-unix-gdb.exp.
5668         config/init-unix-gdb.exp: removed gdb_unload and runto.
5669         config/init-vxworks-gdb.exp: removed runto.
5670         (gdb_start): added "set args main" so that "run" with no arguments
5671         works as on Unix.
5672         config/*-gdb.exp: include gdb.exp, not break.exp.
5674         * gdb.t01/in-gdbme.c: supply static atoi for vxworks, return
5675         rather than calling exit (avoids VxWorks vs. libgcc problem).
5676         gdb.t07/in-gdbme.c: return rather than calling exit.
5677         gdb.t08/in-gdbme0.c: return rather than calling exit.
5678         gdb.t13/in-gdbme.c: return rather than calling exit.
5679         * gdb.t00/default.exp: don't set height and width here.
5680         config/init-unix-gdb.exp (gdb_start): set it here.
5681         config/init-vxworks-gdb.exp (gdb_start): and here.
5682         * config/init-vxworks-gdb.exp (runto): new function, similar to
5683         init-unix-gdb.exp function.
5685 Mon Oct 26 09:16:24 1992  Ian Lance Taylor  (ian@cygnus.com)
5687         * gdb.t12/scope.exp: check for $prompt when failing, not just
5688         timeout.
5689         * gdb.t11/list.exp: accept tab as well as space after line number.
5690         * gdb.t09/corefile.exp: don't run these tests on a target system.
5691         gdb.t09/Makefile.in: don't complain if can not dump core.
5692         * lib/break.exp: new file, for delete_breakpoints function.
5693         config/*-gdb.exp: include it.
5694         * config/init-vxworks-gdb.exp (gdb_start): open the telnet
5695         connection in gdb_start, not just once.
5696         (telnet_init): If shell is locked, retry.
5697         (gdb_load): check for $prompt; also stop and restart gdb before
5698         loading each file, because vxgdb accumulates symbols and lets the
5699         old ones take precendence.
5701 Sun Oct 25 11:35:49 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5703         * config/init-vxworks-gcc.exp: Now works good, traps load errors
5704         cleanly. 
5705         * runtest.exp, doc/dejagnu.texi: Changed all occurences of
5706         $defaultmode to $connectmode.
5707         * config/init-vxworks-gcc.exp, init-unix-gcc.exp: Fixed so
5708         compiler output doesn't go to the screen unless $verbose>1.
5709         * runtest.exp: Improved error handling in proc unknown by having
5710         it dump state.
5712 Sun Oct 25 11:35:49 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5714         * runtest.exp, doc/dejagnu.texi: Changed all occurences of
5715         $defaultmode to $connectmode.
5716         * config/init-vxworks-gcc.exp, init-unix-gcc.exp: Fixed so
5717         compiler output doesn't go to the screen unless $verbose>1.
5718         * runtest.exp: Improved error handling in proc unknown by having
5719         it dump state.
5721 Sat Oct 24 22:44:09 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5723         * gcc.execute/execute.exp: Looks at $status after executing the
5724         test code.
5725         * config/init-unix-gcc.exp: Made gcc_load work and set $status.
5726         * runtest.exp: Moved regex variables for decimal and hex from
5727         init-unix-gdb.exp. 
5729 Fri Oct 23 12:03:47 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5731         * config/mt-m68k-aout, mt-m68k-coff, mt-i960-nindy, mt-a29k-udi:
5732         New makefile stubs.
5733         * config/init-nindy-gdb.exp, init-nindy-gdb.exp, init-nindy-gdb.exp:
5734         New init modules for nindy tests.
5735         * configure.in: Added aout, coff, udi targets.
5736         * config/init-aout-gdb.exp, init-coff-gdb.exp, init-udi-gdb.exp:
5737         New init modules for gdb tests.
5738         * config/init-aout-gcc.exp, init-coff-gcc.exp, init-udi-gcc.exp:
5739         New init modules for gcc tests.
5740         * config/init-aout-nm.exp, init-coff-nm.exp, init-udi-nm.exp: New
5741         init modules for nm tests.
5742         * lib/c-torture.exp: Fixed so warning messages are still a PASS.
5743         * runtest.exp: Fixed bug so --connectmode now works.
5745 Fri Oct 23 11:56:02 1992  Ian Lance Taylor  (ian@cygnus.com)
5747         * gdb.t06/in-gdbme.c: added definition of atoi when using VxWorks.
5748         gdb.t06/break.exp: adjusted line numbers for above change.
5750 Thu Oct 22 21:39:03 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5752         * Makefile.in: Added to site target so the value of LIBS goes into
5753         site.exp.
5755 Thu Oct 22 12:16:03 1992  Ian Lance Taylor  (ian@cygnus.com)
5757         * gdb.t00/help.exp: VxWorks support:
5758         help i, help info: info sharedlibrary line is optional
5759         help source: accept .vxgdbinit as well as .gdbinit
5760         * gdb.t00/default.exp: VxWorks support:
5761         add-symbol-file, show prompt: use $prompt, not (gdb)
5762         i, info: info sharedlibrary line is optional
5763         load, r, run, x: accept vxgdb responses as legitimate
5764         * config/init-vxworks-gdb: send a single \n at end, because
5765         otherwise the multiple prompts confuse the expect scripts.
5767 Wed Oct 21 16:06:33 1992  Ian Lance Taylor  (ian@cygnus.com)
5769         * Makefile.in, */Makefile.in: use new variable $(LIBS) when
5770         linking.
5771         config/mt-vxworks68, config/mt-vxworks960: define LIBS as -lgcc.
5772         * configure.in: add irix* to list of unix targets.
5774 Tue Oct 20 12:31:38 1992  Mike Stump  (mrs@rtl.cygnus.com)
5776         * Makefile.in (subdirs): Fixed so that make works, even when whole
5777         subdirectories of tests are removed.  This way, subsets of the
5778         whole set of test can be distributed.
5780 Mon Oct 19 10:59:19 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5782         * gcc.execute/execute.exp: Runs all the test from the c-torture test's
5783         execute directory.
5784         * gcc.execute: New directory
5785         * gcc.code_quality/code_quality.exp: Runs all the test from the
5786         c-torture test's code_quality directory.
5787         * gcc.code_quality: New directory
5788         * gcc.noncompile/noncompile.exp: Runs all the test from the
5789         c-torture test's noncompile directory.
5790         * gcc.noncompile: New directory
5791         * gdb.*/*.exp: Removed all references to $det_file.
5792         * nm.all/nm.exp: Removed all references to $det_file.
5793         * g++.other/g++-03.exp, g++-04.exp:  Source prebase.exp and
5794         postbase.exp from lib directory.
5795         * g++.mike/misc1.exp, misc2.exp, misc3.exp, misc4.exp, misc5.exp,
5796         misc6.exp, p646.exp, p710.exp: Source prebase.exp and postbase.exp
5797         from lib directory.
5798         * prebase.exp, postbase.exp: Moved into lib directory.
5800 Sun Oct 18 15:46:07 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5802         * lib/c-torture.exp: New support procs for running tests from the
5803         C torture test.
5804         * gcc.unsorted/unsorted.exp: Runs all the test from the c-torture test's
5805         unsorted directory.
5806         * gcc.unsorted: New directory
5807         * lib: New directory for Tcl procs used by tests.
5809 Sun Oct 18 00:39:59 1992  Fred Fish  (fnf@cygnus.com)
5811         * gdb.t11/list.exp:  Revise to install FIXME cases for things
5812         that are known to fail when used with DWARF.
5813         * gdb.t07/watchpoints.exp:  Rewrite to avoid cascading of errors.
5815 Sat Oct 17 10:54:42 1992  Fred Fish  (fnf@cygnus.com)
5817         * gdb.t00/teststrategy.exp:  Fix single step tests to succeed
5818         if the source for the gdb being tested is no longer available
5819         for the gdb doing the testing.
5821 Fri Oct 16 17:25:31 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5823         * g++.mike/misc1.C, misc4.C misc5.C p646.C: Changed all occurences
5824         of 'i' as a variable, cause it screws up the vxworks 'i' shell
5825         command. 
5827 Fri Oct 16 15:51:10 1992  Fred Fish  (fnf@cygnus.com)
5829         * gdb.t00/default.exp:  Set height to zero.  Fix target cmds
5830         to accept either "child" or "procfs" depending upon whether
5831         gdb uses /proc.
5832         * gdb.t00/help.exp:  Accept either "child" or "procfs" for
5833         target commands, depending upon gdb configuration for /proc.
5834         * gdb.t00/teststrategy.exp:  Make disassembly output more
5835         portable.  Make test for gdb core dump more portable.
5836         * gdb.t07/watchpoint.exp:  Test only for pattern at line
5837         for watchpoint hit, ignore break addr and linenumber.
5838         * gdb.t09/corefile.exp:  Minor fixes for system dependencies.
5840 Wed Oct 14 13:11:51 1992  Fred Fish  (fnf@cygnus.com)
5842         * configure.in (configdirs):  Add gdb.t22
5843         * gdb.t22/{Makefile.in, configure.in, in-gdbme.C, virtfunc.exp}:
5844         New tests for calling C++ virtual functions.
5846 Wed Oct 14 00:30:07 1992  Fred Fish  (fnf@cygnus.com)
5848         * configure.in (configdirs):  Add gdb.t21
5849         * config/init-unix-gdb.exp (delete_breakpoints):  Minor cleanup.
5850         * config/init-unix-gdb.exp (runto):  New proc.
5851         * gdb.t00/teststrategy.exp (test_with_self):  Preserve the
5852         original timeout and restore when done.  Extend the timeout
5853         for loading gdb into itself to 10 minutes (old limit of 5 minutes
5854         was hit on a SPARCstation under moderate load).
5855         * gdb.t01/term.exp:  Fix run command in "info terminal" test.
5856         * gdb.t06/break.exp:  Fix linenumber in "run 2" output.
5857         * gdb.t12/scope.exp:  Remove "runto" proc, moved to init file.
5858         * gdb.t20/inherit.exp:  Remove "runto" proc, moved to init file.
5859         * gdb.t20/classes.exp:  Remove "runto" proc, moved to init file.
5860         Also remove some junk leftover from gdbtest case conversion.
5861         * gdb.t21/{Makefile.in, configure.in, in-gdbme.C, cplusfuncs.exp,
5862         demangle.exp}:  New test case for demangling and C++ function
5863         lookups.        
5865 Mon Oct 12 09:10:22 1992  Fred Fish  (fnf@cygnus.com)
5867         * gdb.t00/default.exp:  Add expect strings for setting height and
5868         width commands.  Add expect string for add-symbol-file.
5869         * gdb.t00/teststrategy.exp:  Add proc to convert current gdb
5870         pathname to fully qualified pathname for the copy command.
5871         Reorganize so that the test can be gracefully skipped if this
5872         fails.  Increase timeout to load gdb to 5 minutes for systems
5873         where loading is done over the network and/or full symtabs are
5874         required.
5875         * gdb.t20/{Makefile.in, configure.in, in-gdbme.C, classes.exp,
5876         inherit.exp, misc.exp}:  New tests for C++.
5878 Sat Oct 10 18:23:20 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5880         * runtest: New makefile created bourne shell to load runtest.exp
5881         into expect. Needed for machine that don't grok #!/bin/expect kind
5882         of things.
5883         * config/mt-vxworks960: Uses new p3 naming convention. Also
5884         expects to find all the binaries in your path.
5885         * gdb.t13/bitfields.exp: Added a line after every test to dump the
5886         output to the detail file.
5887         * gdb.t15/funcargs.exp: Added a line after every test to dump the       output to the detail file.
5888         * configure.in: Do a "make runtest" for post target.
5889         * Makefile.in: Has new target for making runtest. Runtest is a
5890         bourne shell script that start $srcdir/runtest.exp.
5891         * runtest.exp: made the printing of the summary counts a proc so a
5892         ^C or SIGQUIT will print the summary, then exit.
5893         * runtest: Renamed to runtest.exp.
5895 Fri Oct  9 07:15:04 1992  Fred Fish  (fnf@cygnus.com)
5897         * gdb.t11/configure.in (srctrigger):  Change to list.exp.
5899 Fri Oct  9 00:16:02 1992  Fred Fish  (fnf@cygnus.com)
5901         * configure.in:  Add gdb.t11.
5902         * runtest:  Add new variable efailcnt for expected failures.
5903         Treat expected failures as passes, but count them separately
5904         and report summary.
5905         * config/init-unix-gdb.exp (delete_breakpoints):  Add proc.
5906         * gdb.t03/ptype.exp:  Add expected failure for enums.
5907         * gdb.t04/setvar.exp: Make FIXME's consistent with other tests.
5908         * gdb.t06/break.exp: Add new test for next over recursive calls.
5909         * gdb.t11/{Makefile.in, configure.in, in-gdbme0.c, in-gdbme0.h,
5910         in-gdbme1.c, list.exp}:  New test for list command.
5911         * gdb.t15/in-gdbme.c (test_struct_args):  Remove aggregate initial-
5912         ization.
5914 Tue Oct  6 19:25:00 1992  Fred Fish  (fnf@cygnus.com)
5916         * config/init-unix-gdb.exp: Don't spawn gdb with a null argument
5917         when GDBFLAGS is empty.
5918         * gdb.t00/default.exp:  Set width to 0 (unlimited).
5919         * gdb.t00/default.exp:  Add expect strings for "attach", "run",
5920         "source", and "x", that match current gdb.
5921         * gdb.t00/help.exp:  Fix expect string for "help breakpoints".
5922         * gdb.t00/teststrategy.exp:  Fix "run" send string and expected
5923         output.  Fix expected output for control-C.
5924         * gdb.t06/break.exp:  Restart gdb to avoid leftovers from other
5925         tests.  Adjust line numbers to account for changes in test source.
5927 Tue Oct  6 11:08:26 1992  Fred Fish  (fnf@cygnus.com)
5929         * configure.in (configdirs):  Add gdb.t13 gdb.t15.
5930         * gdb.t12/in-gdbme0.c:  Add code for checking auto variables and
5931         local scopes.
5932         * gdb.t12/scope.exp:  Add tests for auto variables and local scopes.
5933         * gdb.t13/{Makefile.in, configure.in, in-gdbme.c, bitfields.exp}:
5934         New test for bitfields.
5935         * gdb.t15/{Makefile.in, configure.in, in-gdbme.c, funcargs.exp}:
5936         New test for actual args passed to functions.
5938 Fri Oct  2 15:42:10 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5940         * Makefile.in: Added support for srcdir going to site.exp.
5942 Thu Oct  1 21:26:35 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5944         * teststrategy.exp:  Changed the test for target vs host to using
5945         $target_alias & $host_alias instead of $target_os & $host_os. 
5946         * corefile.exp: Added line to dump output of tests to detail
5947         log. 
5948         * scope.exp: Added line to dump output of tests to detail
5949         log. 
5950         * opaque.exp: Added line to dump output of tests to detail
5951         log. 
5952         * crossload.exp: Added line to dump output of tests to detail
5953         log. 
5954         * watchpoint.exp: Added line to dump output of tests to detail
5955         log. 
5957 Thu Oct  1 21:05:28 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5959         * runtest: Changed the test for target vs host to using
5960         $target_alias & $host_alias instead of $target_aos & $host_os. 
5962 Sep 30 08:45:00 1992  Fred Fish  (fnf@fishpond.cygnus.com)
5964         * configure.in (configdirs):  Add gdb.t07, gdb.t08, gdb.t09
5965         gdb.t10, gdb.t12.
5966         * runtest:  Fix some misspellings in trap commands.
5967         * runtest (proc unknown):  Change arg to args.
5968         * runtest (clone_output, pass, fail):  Remove leading tabs from result
5969         lines that waste space that can be used for more meaningful
5970         comments.
5971         * runtest:  Remove extraneous 12 newlines at end of file.
5972         * config/init-unix-gdb.exp:  Add convenience abbreviations for
5973         hex and decimal number strings.
5974         * config/init-unix-gdb.exp:  Add gdb_unload proc.
5975         * gdb.t06/break.exp:  Replace hardcoded directory with $subdir.
5976         * gdb.t07/{Makefile.in, configure.in, in-gdbme.c, watchpoint.exp}:
5977         New tests for watchpoints.
5978         * gdb.t08/{Makefile.in, configure.in, in-gdbme0.c, in-gdbme1.c,
5979         opaque.exp}:  New tests for opaque structs.
5980         * gdb.t09/{Makefile.in, configure.in, in-gdbme.c, corefile.exp}:
5981         New tests for core file handling.
5982         * gdb.t10/{Makefile.in, configure.in, README, in-gdbme.c, 
5983         crossload.exp, i486-elf.u, i860-elf.u, m68k-aout.u, m68k-aout2.u,
5984         m68k-elf.u, mips-ecoff.u, sparc-aout.u}:  New files for non-native
5985         executable handling tests.
5986         * gdb.t12/{Makefile.in, configure.in, in-gdbme0.c, in-gdbme1.c,
5987         scope.exp}:  New tests for handling scope specifications.
5989 Sun Sep 20 14:18:19 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5991         * configure.in: Better support for multiple platforms. Configures
5992         for most unix variants and targets.
5993         * DejaGnu.l, dejagnu.texi: Updated with new command line option.
5994         * runtest: Added option to not reboot the target evry time.
5996 Thu Sep 10 17:15:37 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5998         * runtest: Check for config variable targetname and nfshost after
5999         cmd options rather than before.
6001 Mon Sep  7 21:06:23 1992  Rob Savoye  (rob at darkstar.cygnus.com)
6003         * config/mt-m68k-coff: Created for m68k based bare board.
6005 Sun Sep  6 16:48:29 1992  Rob Savoye  (rob at darkstar.cygnus.com)
6007         * postbase.exp: add $srcdir for g++_start invocation from
6008         different directory tree.
6009         * postbase.exp: made output other than pass/fail go only to
6010         screen only if $verbose > 1.
6012 Wed Sep  2 23:29:14 1992  Rob Savoye  (rob at rtl.cygnus.com)
6014         * Minor bug fixes. Now works with local config file.
6016 Sun Aug 16 23:00:40 1992  Rob Savoye  (rob at darkstar.cygnus.com)
6018         * dejagnu.texi: updated some more.
6019         * configure.in: added nm support.
6020         * Makefile.in: added nm.all to subdirs list.
6021         * config/init-sunos-nm.exp: new init module for nm tests.
6022         * nm.all/in-nmtest.c: new test case code for nm.
6023         * nm.all/nm.exp: new test cases for nm.
6024         * nm.all/Makefile.in: new makefile fragment
6025         for nm tests.
6026         * nm.all/configure.in: new config file file for nm tests.
6028 Sat Aug 15 16:30:39 1992  Rob Savoye  (rob at darkstar.cygnus.com)
6030         * All test cases: changed how the tool is invoked. Now use the
6031         _start function.
6032         * configure.in: added g++ init module.
6033         * init-*-g++.exp: Created new global called $exec_output, to hold
6034         the output of an executable produce by g++.
6035         * init-sunos-g++.exp: Added stubs to target dependant routines.
6036         * g++-init.exp: renamed to config/init-sunos-g++.exp.
6037         * Features.txt: moved to doc directory.
6039 Sun Aug  9 22:49:21 1992  Rob Savoye  (rob at darkstar.cygnus.com)
6041         * Added self-defined makefile style arguments.
6042         * Added most of the makefile variables for tools to site.exp.
6043         * Merged *-gdb-exit.exp into the config/init-*-gdb.exp and made it
6044         a function call instead.
6046 Sat Aug  8 18:47:40 1992  Rob Savoye  (rob at darkstar.cygnus.com)
6048         * runtest: Now lets all site.exp set all configuration variables.
6049         Command line options overrule the config file's.
6050         * runtest: Rearranged all command line options. Made most of them
6051         use a --fullname syntax.
6052         * runtest: Now --verbose prints only the tests that failed. Added
6053         option --all that prints tests that passed too.
6055 Fri Aug  7 21:55:48 1992  Rob Savoye  (rob at darkstar.cygnus.com)
6057         * init-vxworks-gdb.exp: Now uses config file.
6058         * Makefile.in: Now has a target to make a config file.
6059         * site.exp: Created by make/configure. Holds init values for
6060         init module. 
6061         * configure.in: Now configures init modules for tool.
6062         * runtest: Now uses init setup by configure.
6064 Wed Aug  5 23:04:47 1992  Rob Savoye  (rob at darkstar.cygnus.com)
6066         * all files: Changed the prompt pattern to a variable $prompt that
6067         is set in the init module.
6069 Thu Jul 16 11:12:44 1992  Rob Savoye  (rob at darkstar.cygnus.com)
6071         * Changed the framework executable from DejaGnu to runtest.
6073 Sun Jul 12 16:08:04 1992  Rob Savoye  (rob at darkstar.cygnus.com)
6075         * Changed command line options so cc, gdb, etc... are specified
6076         like makefiles. ie: CC=gcc CFLAGS="-v -r"
6077         * Changed several command line option names.
6079 Fri Jul 10 11:28:00 1992  Rob Savoye  (rob at darkstar.cygnus.com)
6081         * Added support to gdb_load in gdb-init.exp for loading a program
6082         if another one is already loaded. Also now deals with reloading if
6083         still debugging previous program.
6084         * Added multiple levels of verbose. Verbose gets incremented
6085         depending on how many times it appears on the command line.
6086         * Added more subdirectories for gdb tests.
6087         * Added tests for testing "run" and "terminal" commands.
6088         * Added support to gdb_load() so it can load a file to replace the
6089         previous one.
6091 Tue Jun 30 22:22:00 1992  Rob Savoye  (rob at darkstar.cygnus.com)
6093         * DejaGnu: Added changes to main loop adding support for init and
6094         exit modules.  Moved *_version stuff to init modules.
6095         * DejaGnu.l: Added new command line option for targets. Added lots
6096         on how to write a test.
6097         * Added section on init and exit modules. Added keyword use by
6098         DejaGnu.
6099         * vxworks-gdb-init.exp: Expect script that logs in to vxworks board,
6100         starts GDB, and loads a file.
6101         * gdb-init.exp: New init module for gdb native. Was gdb-01.exp.
6102         * gdb-exit.exp: New exit module for GDB native.
6103         * features.txt: List of features and goals. Based on testing meeting
6104         notes.
6105         * g++-init.exp: New module for G++ initialization.
6106         * Gave gdb.all tests intelligent names instead of numbers.
6107         * default.exp: Was xdefault.exp. Removed spawn commnd. Added prompt
6108         for test failure.
6109         * help.exp: Removed process spawning part. Added prompt match for test
6110         failure.
6111         * echo.exp: Was gdb-02.exp.
6113 Thu May 21 17:20:23 1992  Rob Savoye  (rob@darkstar.cygnus.com)
6115         * Hacking in better detailed reports.