12003-02-19  Andrew Cagney  <ac131313@redhat.com>
2
3	 * lib/remote.exp (local_exec, standard_close): Use shell
4	 background instead of Tcl background to background the kill
5	 processes.  Work around problem found by Nick Duffek in older
6	 Cygwins.
7
82003-02-19  DJ Delorie  <dj@redhat.com>
9
10	* config/sim.exp: Support both sid and rawsid protocols.
11
122003-01-31  Kazu Hirata  <kazu@cs.umass.edu>
13
14	* dejagnu/baseboards/h8300-sim.exp: Don't set
15	needs_status_wrapper.
16
172002-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
18
19	* lib/libgloss.exp (newlib_include_flags): Use -isystem, not -I.
20	(libio_include_flags, g++_include_flags, libstdc++_include_flags,
21	winsup_include_flags): Ditto.
22	* doc/user.sgml (Local Config File): Use -isystem, not -I, in
23	example.
24
252002-11-21 Matt Bemis <bemis@iol.unh.edu>
26
27	* modified xml_output to handle null input and output
28
292002-10-21  Adam Nemet  <anemet@lnxw.com>
30
31	* libgloss.exp (get_multilibs): Don't use the first argument
32	passed to this function as the multilib option unless it is in
33	fact a multilib option.
34
352002-11-13 Matt Bemis <bemis@iol.unh.edu>
36
37	* Fixed input/output to check for empty.
38
392002-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
40
41	* lib/libgloss.exp (newlib_include_flags): Use -isystem, not -I.
42	(libio_include_flags, g++_include_flags, libstdc++_include_flags,
43	winsup_include_flags): Ditto.
44	* doc/user.sgml (Local Config File): Use -isystem, not -I, in
45	example.
46
472002-10-29  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
48
49	* Makefile.am: Add support for DESTDIR.
50	* Makefile.in: Regenerated.
51
522002-10-21  Matt Bemis  <bemis@iol.unh.edu>
53
54       * added input/output to xml_output in lib/framework.exp
55       * removed the log feature replaced by input/output_xml
56
572002-09-24  Richard Earnshaw  <rearnsha@arm.com>
58
59	* lib/libgloss.exp (build_wrapper): Use a tool-specific filename on
60	the host for the testglue.
61
622002-09-04  Rob Savoye  <rob@welcomehome.org>
63
64	* Clean.tcl (cleanfiles): Add more patterns to remove.
65	* Makefile.am: Fix tarball target to clean up the source tree
66	better.
67
682002-09-03  Rob Savoye  <rob@welcomehome.org>
69
70	* Makefile.am: Add support to build Solaris and HPUX packages.
71	* Makefile.in: Regenerated with automake 1.6.
72	* aclocal.m4: Regenerated with aclocal 1.6.
73	* example/hello/Makefile.in:  Regenerated with automake 1.6.
74	* example/calc/Makefile.in:  Regenerated with automake 1.6.
75	* missing: Update with the one from automake 1.6.
76
772002-08-30  Rob Savoye  <rob@welcomehome.org>
78
79	* configure.in: Add AC_NO_EXECUTABLES, so things configure without
80	building C++ executables.
81	* example/hello/hello.c: New C version of the example.
82	* example/hello/Makefile.am: Build C based example.
83	* example/hello/configure.in: Add AC_NO_EXECUTABLES, so things
84	configure without building C++ executables.
85	* configure: Regenerated.
86
872002-08-30  Nick Clifton  <nickc@redhat.com>
88
89	* acinclude.m4: Provide alternative definition of AC_PROG_CXX
90	which does not call AC_PROG_CXX_WORKS.  This allows dejagnu to
91	be configured and built without a working C++ compiler.
92
932002-08-29  Rob Savoye  <rob@welcomehome.org>
94
95	* debian/changelog: Update version number to 1.4.3.
96	* redhat/dejagnu.spec: Update version number to 1.4.3.
97	* dejagnu.h: Use __STDC_HOSTED__, rather than our own autoconf
98	test to determine libstdc++ 2.x or 3.x.
99	* testsuite/libdejagnu/unit.cc: Use __STDC_HOSTED__, rather than
100	our own autoconf test to determine libstdc++ 2.x or 3.x.
101
1022002-06-18  Dave Brolley  <brolley@redhat.com>
103
104	From Catherine Moore, Michael Meissner, Mark Salter, Jim Blandy:
105	* baseboards/frv-elf.exp: New board description.
106	* baseboards/frv-sim.exp: New board description.
107	* baseboards/frv-tiger.exp: New board description.
108	* baseboards/frv-tomcat.exp: New board description.
109
1102001-01-15  Ben Elliston  <bje@redhat.com>
111
112	* lib/framework.exp (record_test): Invoke a user-defined procedure
113	if one is named in local_record_procs($type).
114
1152002-08-28  Catherine Moore  <clm@redhat.com>
116
117	* baseboards/v850-sim.exp (target_install): Add v850e-elf.
118
1192002-07-16  Rob Savoye  <rob@direwolf.welcomehome.org>
120
121	* doc/user.sgml: Add new tutorial by Niklaus Giger as a new
122	chapter.
123	* doc/Makefile.am: Tweak rules for building output files.
124	* doc/Makefile.in: Regenerated.
125
1262002-07-14 Daniel Jacobowitz <drow@false.org>
127
128	* lib/remote.exp: Fix standard_spawn{} to support SSH.
129
130Wed Jun  5 14:52:15 PDT 2002   Joey Ekstrom <joey@ekstrom.org>
131
132	* dejagnu.h: Modified C functions to behave like printf().
133	* dejagnu.h: Added wait() to fix problem with host_execute() in
134	dejagnu.exp where if skips failed, untested, etc. messages from the
135	executable.
136
1372002-05-01  Matt Bemis <bemis@iol.unh.edu>
138
139	* added documentation on xml capabilities
140
1412002-05-02  Fernando Nasser  <fnasser@redhat.com>
142
143	* runtest.exp: Add kfail_flag and kfail_prms variable
144	initializations.
145	* lib/framework.exp (setup_kfail): New proc. Like setup_xfail, but
146	for known tool bugs already registered in a bug database.
147	(kfail): New proc. Record that a test has failed due to a known bug.
148	(kpass): New proc. Record that a test for a known bug has passed
149	unexpectedly.
150	(clear_kfail): Like clear_xfail, but for known bugs.
151	(record_test): Handle KFAIL and KPASS.
152	(pass, fail): Test for known failures.
153	(clone_output): Add KFAIL to list of message types to be cloned.
154	(log_summary): Add summary for KFAIL and KPASS.
155	(unknown): Update comment.
156	* doc/dejagnu.texi: Document the above.
157	* lib/libsup.exp: Add counters for KFAIL and KPASS.
158	* testsuite/runtest.all/stats-sub.exp: Test kfail and kpass.
159	* testsuite/runtest.all/stats.exp: Ditto.
160
1612002-04-30  Ben Elliston  <bje@redhat.com>
162
163	* doc/runtest.1: Fix formatting error for --ignore option.
164
1652002-04-25    <Matthew Bemis <bemis@iol.unh.edu>
166
167	* lib/framework/exp: new procs check_xml{}, insertdtd{}, xml_output{},
168	plus a few hooks to xml_output in the other logging procs to produce
169	XML output.
170	* runtest.exp: Add support for the --x option for XML output.
171
1722002-04-25  Nick Clifton  <nickc@cambridge.redhat.com>
173
174	* example/calc/configure.in (AM_MAINTAINER_MODE): Add invocation.
175	* example/calc/aclocal.m4: Regenerate.
176	* example/calc/configure: Regenerate.
177	* example/calc/Makefile.in: Regenerate.
178
1792002-03-22  Elena Zannoni  <ezannoni@redhat.com>
180
181	* baseboards/powerpc-sim.exp: Don't disable inferior
182	function calls.
183
1842002-04-19  Nick Clifton  <nickc@cambridge.redhat.com>
185
186	* Import files from sourceware dejagnu repository:
187
188	2002-03-15  Chris Demetriou  <cgd@broadcom.com>
189	* baseboards/mips-sim-idt32.exp: New file.
190	2002-01-21  Ben Elliston  <bje@redhat.com>
191	* baseboards/sh-sid.exp: New file.
192	2001-11-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
193	* baseboards/i386-sid.exp: New file.
194	2001-10-10  Frank Ch. Eigler  <fche@redhat.com>
195	* config/sid.exp (set_host_info): New proc.  Call it to set
196	gdb,nointerrupt flag to work around framework problems.
197	2001-08-24  Frank Ch. Eigler  <fche@redhat.com>
198	* baseboards/basic-sid.exp (find_sid_conf): Tolerate not
199	finding path to pregen configuration file.
200	2001-02-22  Ben Elliston  <bje@redhat.com>
201	* config/sid.exp: New file.
202	* baseboards/basic-sid.exp: Likewise.
203	* baseboards/arm-sid.exp: Likewise.
204	* baseboards/m32r-sid.exp: Likewise.
205	* baseboards/m68k-sid.exp: Likewise.
206
2072002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
208
209	* lib/remote.exp (check_for_board_status): Also strip a \r before
210	a \n before the exit message.
211
2122002-03-26  Hans-Peter Nilsson  <hp@bitrange.com>
213
214	* lib/libgloss.exp (build_wrapper): Wrap _exit too, unless
215	wrap_m68k_aout, uses_underscores or is_vxworks are defined in
216	target_info.
217
218	* testglue.c [!VXWORKS && !UNDERSCORES && !WRAP_M68K_AOUT]
219	(REAL__EXIT): Define.
220	[!UNDERSCORES && !WRAP_M68K_AOUT] (ORIG__EXIT): Define.
221	[REAL__EXIT] (REAL__EXIT): Prototype.
222	[ORIG__EXIT] (ORIG__EXIT): New function wrapper.
223	(done_exit_message): New static variable.
224	(ORIG_EXIT): Set done_exit_message.
225
2262002-03-11  Chris Demetriou  <cgd@broadcom.com>
227
228	* baseboards/mips-sim-idt32.exp: New file.
229
230Wed Nov 21 18:02:49 PST 2001  Brendan Conoboy <blc@redhat.com>
231
232	* lib/rsh.exp: Obey rsh_prog/rcp_prog, support username
233	* lib/remote.exp: same.
234
2352002-02-22  Bob Wilson  <bob.wilson@acm.org>
236
237	* baseboards/xtensa-sim.exp: New file.
238
2392001-11-02  Alexandre Oliva  <aoliva@redhat.com>
240
241	* lib/libgloss.exp [get_multilibs]: Compute multitop earlier, and
242	use --print-multi-directory if available.
243
2442002-02-05  Nick Clifton  <nickc@cambridge.redhat.com>
245
246	* lib/libgloss.exp (g++_include_flags): Add top level
247	libstdc++-v3 build include path, remove duplicate src path.
248	(libstdc++_include_flags): Add top level libstdc++-v3 build
249	include path.
250
2512001-11-10  Hans-Peter Nilsson  <hp@bitrange.com>
252
253	* baseboards/mmixware-sim.exp: New file.
254	* lib/remote.exp (check_for_board_status): Return 2 if the board
255	uses a status wrapper and there was no match for the expected
256	pattern.
257
2582001-11-02  Philip A. Wilsey  <philip.wilsey@cliftonlabs.com>
259
260	* lib/utils.exp: Need to pass -all to getdirs, so it descends
261	through all the subdirectories.
262
2632001-10-08  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
264
265	* runtest.exp: Don't fail at processing Makefile style args in the
266	second command line parsing pass. Actually, skip them in this pass
267	since they are already processed in the first one for possible use
268	by init scripts.
269
2702001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
271
272	* lib/remote.exp (proc file_on_host): Fix typo in construction
273	of file argument.
274
2752001-09-12  Rob Savoye  <rob@peggyo.welcomehome.org>
276
277	* Makefile.am: Add a clean-local target, and nuke example and
278	testsuite from SUBDIRS, so they don't get built via "make all".
279	* Makefile: All Makefiles regenerated.
280	* debian/changelog: Update version for 1.4.2 release.
281	* redhat/dejagnu.spec: Update version for 1.4.2 release.
282
2832001-09-07  Will Cohen  <wcohen@redhat.com>
284
285	* lib/target.exp: Ignore ld's warning about alternative functions
286	to use.
287
288Thu Aug 30 19:31:44 2001  J"orn Rennecke <amylaar@redhat.com>
289
290	* baseboards/h8300-sim.exp: set_board_info uses_underscores 1
291	set_board_info gcc,text_size 60000
292
2932001-07-30  Paul A. Houghton <houghton@wcomnet.com>
294
295	* dejagnu.h, testsuite/libdejagnu/unit.cc: Make the outstate array
296	be a const to work with Sun's compiler.
297	* runtest.exp: Move the command line variable instantiation to the
298	first block of command line option tests, so command line
299	variables can be used in tool init scripts.
300
3012001-07-25  Will Cohen  <wcohen@redhat.com>
302
303	* runtest.exp: Removed puts statement.
304
3052001-07-17  Jason Merrill  <jason_merrill@redhat.com>
306
307	* lib/utils.exp (runtest_file_p): An argument can match trailing
308	directories as well as the basename.
309
3102001-06-08 John Cotton <john.cotton@nrc.ca>
311
312	* testglue.c:
313	* lib/remote.exp:
314	* lib/standard.exp:
315	* lib/target.exp:
316	* lib/utils.exp:
317	* baseboards/mbx821_001.exp:
318	* baseboards/mbx860_002.exp:
319	* baseboards/mbx8xx.exp:
320	* baseboards/mvme167.exp:
321	 Added support for automated testing of RTEMS targets,
322	 specifically the mbx821, mbx860 and mvme167.
323
3242001-06-08 John Cotton <john.cotton@nrc.ca>
325
326	 */lib/libgloss.exp: fixed regexp bug.
327
3282001-05-30  Jeffrey Oldham  <oldham@codesourcery.com>
329
330	* doc/dejagnu.texi: Fix typographical errors.
331	* doc/ref.sgml: Likewise.
332	* doc/user.sgml: Likewise.
333
3342001-05-30  Rob Savoye  <rob@peggyo.welcomehome.org>
335
336	* dejagnu.h: Remove the iostream headers, so now we have no
337	conditional compilation problems with libstdc++-v3 or v2.
338
3392001-05-28  Rob Savoye  <rob@peggyo.welcomehome.org>
340
341	* acinclude.m4(DJ_AC_STL): Also use
342	AC_LANG_CPLUSPLUS so we build this test case with G++.
343	* aclocal.m4, configure: Regenerated.
344	* dejagnu.h: Don't use testout(), have each method print the array
345	value directly, which is much simpler.
346
3472001-05-27  Jeffrey Oldham  <oldham@codesourcery.com>
348
349	* acinclude.m4(DJ_AC_STL): s/for for/for/.
350	* dejagnu.h: Add conditional support for sstream.
351	(testout): Likewise. Make return type `const'.
352
3532001-05-25  Rob Savoye  <rob@peggyo.welcomehome.org>
354
355	* acinclude.m4: Add DJ_AC_STL, which figures out if we're running
356	libstdc++ version 2 or 3.
357	* aclocal.m4: Regenerated.
358	* configure.in: Add DJ_AC_STL.
359	* configure: Regenerated.
360	* dejagnu.h: Add the use of the std namespace, so we work with
361	libstdc++ version 2 or 3.
362	* testsuite/libdejagnu/unit.cc: Use setbuf() or pubsetbuff(),
363	depending on the version.
364
3652001-05-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
366
367	* baseboards/m68hc11-sim.exp: New file for 68HC11/68HC12 validation.
368	* config/m68hc11.exp: New file.
369
3702001-05-16  Rob Savoye  <rob@peggyo.welcomehome.org>
371
372	* lib/target.exp: Reverse when add_flags gets set, so it actually
373	links with the libraries being tested. From J. David Anglin
374	<dave@hiauly1.hia.nrc.ca>.
375
3762001-05-14  Rob Savoye  <rob@peggyo.welcomehome.org>
377
378	* runtest.exp: Conditionally set the exit_status so we don't stomp
379	on FAIL. Rearrange --status so it works correctly with --strace.
380
3812001-05-13  Rob Savoye  <rob@peggyo.welcomehome.org>
382
383	* lib/target.exp: Fix the regsub line where it prunes -fPIC
384	warnings so the text variable is on the same line.
385
3862001-05-09  Rob Savoye  <rob@peggyo.welcomehome.org>
387
388	* runtest.exp: Add new command line option, --status (or -sta) to
389	toggle whether Tcl script bugs in test drivers should be
390	propogated as an error to the shell.
391
3922001-05-08  Rob Savoye  <rob@peggyo.welcomehome.org>
393
394	* lib/dejagnu.exp: Trim off test state part of the message, so we
395	don't duplicate it.
396	* runtest.exp: Set the exit status when their are Tcl script bugs,
397	so make notices the errors. (contributed by Martin Muenstermann
398	<muenstermann@trustcenter.de>)
399
4002001-05-06  Rob Savoye  <rob@blackpeter.welcomehome.org>
401
402	* debian/rules: Install all the doc formats.
403	* redhat/dejagnu.spec: Install all the doc formats.
404	* Clean.tcl: Also nuke all Emacs backup files.
405	* Makefile.am: Fix dependencies on tarball target. Add new target
406	to build Debian packages. Add $(includedir) to install-data-local
407	target so dejagnu.h gets installed in the right place.
408
4092001-05-03  Rob Savoye  <rob@peggyo.welcomehome.org>
410
411	* doc/Makefile.am: Make all paths absolute, cause some versions of
412	the db2* tools are braindead.
413	* doc/overview.sgml: Update version numbers and log.
414	* doc/user.sgml: Add mention of dejagnu.h header file.
415	* doc/ref.sgml: Add chapter on dejagnu.h header file for unit
416	testing.
417	* config/default.exp: New file for default config settings for
418	simple native testsuites that don't need anything else.
419	* lib/dejagnu.exp: Add $text\r\n to all strings, to make sure we
420	only get one line at a time.
421	* testsuite/libdejagnu: New directory for dejagnu library test
422	cases.
423	* testsuite/libdejagnu/unit.cc: Test case for dejagnu.h.
424	* testsuite/libdejagnu/tunit.exp: Test driver for dejagnu.h.
425	* testsuite/libdejagnu/Makefile.am: New makefile to build the test
426	case.
427	* testsuite/libdejagnu/Makefile.in: Generated.
428	* testsuite/Makefile.am: Add libdejagnu to SUBDIRS. Replace the
429	site.exp rule, cause we don't want the $tool setting, so we run
430	all the test suites. Don't pass the tool name for "make check".
431	* configure.in: Add testsuite/libdejagnu/Makefile to AC_OUTPUT.
432
4332001-05-02  Rob Savoye  <rob@peggyo.welcomehome.org>
434
435	* Makefile.am: Rename dist2 to tarball target. Fix the version
436	number to have the minor release too.
437	* doc/Makefile.am: Convert all paths from relative to absolute,
438	cause not all verions of the db2* tools can work with a relative
439	path.
440	* redhat/dejagnu.spec: Update version number, and install
441	dejagnu.h.
442	* debian/changelog: Update version number.
443	* debian/rules: and install dejagnu.h
444
4452001-05-01  Matt Hiller  <hiller@redhat.com>
446
447	* lib/libgloss.exp (get_multilibs): Correction to Catherine
448	Moore's patch of 2000-06-09.
449
4502001-04-11  Rob Savoye  <rob@slipknot.welcomehome.org>
451
452	* Clean.tcl: Add -r to rm, so it gets rid of CVS directories.
453	* .clean: Don't install the debian or redhat packaging directories.
454	* Makefle.am: Install dejagnu.h. Fix dist2 target, so we build our
455	own tarballs, instead of letting automake do it for us.
456	* examples/calc/Makefile.am: Use noist_PROGRAMS, so calc doesn't
457	get installed.
458	* doc/Makefile.am: Install the man page for runtest.
459	* configure.in: Make VERSION 1.4.0, not just 1.4, so distributions
460	get built right.
461
4622001-04-07  Rob Savoye  <rob@blackpeter.welcomehome.org>
463
464	* lib/dejagnu.exp: Test driver for embedded DejaGnu API.
465	* dejagnu.h: Embedded DejaGnu API main header file.
466	* config/default.exp: Default tool init file for simple test
467	suites.
468
4692001-04-06  Rob Savoye  <rob@slipknot.welcomehome.org>
470
471	* Makefile.am: Add an empty check-DEJAGNU target, cause we only
472	want to run the testsuite once.
473	* example/Makefile.am: Don't run "calc" as part of check target,
474	cause calc is just an example.
475	* testsuite/Makefile.am: Use the runtest in the source tree, or
476	refuse to run.
477
4782001-04-03  David Billinghurst <David.Billinghurst@riotinto.com>
479
480	* baseboards/unix.exp: Don't link with -lm on cygwin.
481	* lib/target.exp: Remove compiler warnings about -fpic or -fPIC on
482	cygwin.
483
4842001-02-21  Rob Savoye  <rob@slipknot.welcomehome.org>
485
486	* debian/changelog: Add entry for new release.
487	* debian/control: Fix problem with "no binary package" error.
488	* debian/rules: Fix so things actually build a package. This was
489	mostly installing the new html version of the doc, not an info
490	page.
491	* doc/Makefile.am: Build and install the rtf and ps versions
492	of the manual. Remove all the created files and subdirectories.
493	* doc/overview.sgml: Update the copyright message.
494	* doc/ref.sgml: Update the copyright messages. Add section on
495	obtaining DejaGnu releases.
496	* doc/user.sgml: Update the copyright messages. Add blurb about
497	the --mail option.
498	* doc/overview: Regenerated.
499
5002001-02-17  Rob Savoye  <rob@slipknot.welcomehome.org>
501
502	* Most all files: Update copyright notices.
503	* Makefile.am: Add support for making RPMs. Force different
504	values for RUNTEST and RUNTESTFLAGS, so we can test ourselves.
505	* testsuite/Makefile.am: Force a different value for
506	RUNTESTFLAGS.
507	* acinclude.m4, configure.in: Find Tclsh, and Docbook.
508	* configure: Regenerated.
509	* doc/Makefile.am: Use $DOCBOOK to find the filters.
510	* doc/overview: Add the html version of the doc so one doesn't
511	need docbook to read the manual.
512
5132001-01-31  Rob Savoye  <rob@slipknot.welcomehome.org>
514
515	* Merge in latest snapshot from Red Hat.
516	* example/calc/Makefile.am: New automake support.
517	* example/calc/Makefile.in: Generated.
518	* example/Makefile.am: Recursion support for make.
519	* example/calc/Makefile.in: Generated by automake.
520	* example/calc/calc.h.in: Move constants to calc.c, so we can use
521	autoheader.
522	* example/calc/calc.c: Add constants from calc.h.in.
523	* redhat/dejagnu.spec: New RPM packaging file.
524	* debian/{changelog,conffiles,control,copyright,postinst,preinst,
525	rules,site.exp}: New Debian packaging support.
526
527
5282001-01-20  Ben Elliston  <bje@redhat.com>
529
530	* runtest.exp (usage): Replace --mail in usage output.
531	* doc/runtest.1: Re-document --mail option, which was erroneously
532	removed from this man page in 1994.
533
5342001-01-19  Andrew Cagney  <cagney@b1.cygnus.com>
535
536	* lib/target.exp (prune_warnings): Avoid ``.*'' in NetBSD warnings
537	pattern.
538
5392001-01-18  Gabriel Dos Reis  <gdr@codesourcery.com>
540
541       * lib/dg.exp (dg-trim-dirname): New function.
542       (dg-test): Use it to rip directory-name out of file name.
543
5442001-01-15  Ben Elliston  <bje@redhat.com>
545
546	* lib/framework.exp (record_test): Invoke a user-defined procedure
547	if one is named in local_record_procs($type).
548
5492001-01-12  Richard Earnshaw  <rearnsha@arm.com>
550
551	* target.exp (prune_warnings): Prune warnings from NetBSD linker.
552
5532000-11-29  Drew Moseley  <dmoseley@redhat.com>
554
555	* baseboards/xscale-cygmon.exp: New file for xscale board testing.
556
5572000-10-19  Michael Snyder  <msnyder@cleaver.cygnus.com>
558
559	* baseboards/linux-gdbserver.exp: New file.
560	* baseboards/linux-libremote.exp: New file.
561
5622000-08-14  Jimmy Guo  <guo@cup.hp.com>
563
564	* runtest.exp: Eliminate from test_top_dirs entries that
565	are subdirectories of other entries, to avoid redundant
566	testing on *.exp files in these subdirectories.
567
5682000-08-14  Jimmy Guo  <guo@cup.hp.com>
569
570	* runtest.exp: Reapply part of the backed out change to
571	runtest.exp -- handle multiple directories in TCL variables
572	dir_to_run and cmdline_dir_to_run.
573
5742000-08-04  Geoff Keating  <geoffk@cygnus.com>
575
576	Back out this change:
577
578	* lib/utils.exp: Add support for a -maxdepth <n>
579	option to limit find to <n> directories deep.
580	* runtest.exp: Handle multiple directories in TCL variables
581	dir_to_run and cmdline_dir_to_run; limit *.exp find to
582	one directory level to avoid foo/bar/baz.exp getting tested
583	twice (when ${dir} is 'foo', and when ${dir} is 'foo/bar').
584
5852000-08-02  Jimmy Guo  <guo@hpcleara.cup.hp.com>
586
587	* lib/target.exp (default_target_compile,default_target_assemble,
588	default_link): Remove env() interface for *_FOR_TARGET TCL vars.
589
590	* lib/framework.exp (setup_xfail): Relax PRMS string pattern
591	to allow a more general bug ID specification (without '-').
592
593	* lib/utils.exp: Add support for a -maxdepth <n>
594	option to limit find to <n> directories deep.
595	* runtest.exp: Handle multiple directories in TCL variables
596	dir_to_run and cmdline_dir_to_run; limit *.exp find to
597	one directory level to avoid foo/bar/baz.exp getting tested
598	twice (when ${dir} is 'foo', and when ${dir} is 'foo/bar').
599
600	* runtest.exp: Cleanup reference to $env(MULTIPASS) and
601	$env(PASS).  These were added by HP but unused since.
602
603	* lib/framework.exp (pass): make compiler_conditional_xfail_data
604	a global, corresponding to a recent change to 'proc fail'.
605
6062000-07-21  Frank Ch. Eigler  <fche@redhat.com>
607
608	* example/Makefile.am (SUBDIRS): Remove to prevent automatic recursion
609	into `calc'.
610	(all-local): Add at least `calc' building back.
611	* example/Makefile.in: Regenerated.
612
613Fri Jul 21 16:01:43 2000  Andrew Cagney  <cagney@b1.cygnus.com>
614
615	From 2000-04-25 Felix Lee <flee@cygnus.com>:
616	* baseboards/tx39-sim.exp: Use idt, not dve linker script.  Delete
617	misleading comments and null statements.
618
6192000-07-08  Angela Marie Thomas <angela@cygnus.com>
620
621	* lib/framework.exp: Use compiler_conditional_xfail_data as a global
622	rather than assuming it's set in the level above us.
623
624Fri Jun  9 09:10:48 2000  Catherine Moore  <clm@cygnus.com>
625
626	* lib/libgloss.exp (proc_get_multilibs):  Handle multilib
627	pathnames for ports that have defined MULTILIB_EXTRA_OPTS.
628
629Sun Jun  4 12:59:06 2000  Andrew Cagney  <cagney@b1.cygnus.com>
630
631	* lib/target.exp (reboot_target): Don't reboot target twice.
632
633Wed May  3 19:41:07 2000  Andrew Cagney  <cagney@b1.cygnus.com>
634
635	From Felix Lee <flee@cygnus.com>:
636	* example/calc/Makefile.in (install-info): Add target.
637
638Fri Apr 21 13:33:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
639
640	* example/calc/Makefile.in: Add target info.
641
642Tue Apr 18 15:49:00 2000  Andrew Cagney  <cagney@b1.cygnus.com>
643
644	* Makefile.am (SUBDIRS): Add directory example.
645	* Makefile.in: Re-generate.
646
6472000-04-10  Tom Tromey  <tromey@cygnus.com>
648
649	* lib/target.exp (default_target_compile): Put sources before
650	$add_flags unless building an object file.
651
652Thu Dec 16 18:27:47 1999  Anthony Green  <green@cygnus.com>
653
654	* lib/target.exp: Put the source file after options, for
655	compatibility with libtool.
656
657Fri Mar 31 00:15:54 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
658
659	* runtest (expectbin): After choosing expectbin, try
660	$expectbin-bld.sh and use it instead.
661
662Wed Mar 29 16:13:46 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
663
664	* lib/target.exp (prune_warnings): Discard not-implemented
665	warnings from libgloss/libnosys non-functional functions.
666
667Thu Feb 17 20:24:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
668
669	* baseboards/d10v.exp (gdb_init_command): Force register DMAP2 to
670	0x2000 so that the d10v VM matches the simulator.
671
6722000-02-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
673
674	* lib/target.exp: Strip warnings about dangerous functions.
675
6761999-12-14  Geoff Keating  <geoffk@cygnus.com>
677
678	* baseboards/rom68k-idp.exp: Don't pass -nostdlib to the IDP
679	boards when using ELF, they need crtbegin and crtend.
680
6811999-11-09  Jason Molenda  (jsm@bugshack.cygnus.com)
682
683	* config.guess:  Copy current top-level config.guess down to
684	the dejagnu/ subdir.  The dejagnu automake configuation should
685	probably be changed to grab the top-level config.guess instead
686	of the random one in this dir.
687
6881999-11-04  Nick Clifton  <nickc@cygnus.com>
689
690	* baseboards/arm-sim.exp: Underscore no longer needed for arm-pe
691	ports.
692
693Tue Oct 12 11:44:53 1999  Andrew Cagney  <cagney@b1.cygnus.com>
694
695	* lib/libgloss.exp (process_multilib_options): Add support for
696	generic gdb variable option - ``gdb:VARIABLE=VALUE''.
697
6981999-09-28  Angela Marie Thomas <angela@cygnus.com>
699
700	* lib/rsh.exp (rsh_download, rsh_upload): Use rcp_prog if set.
701
7021999-09-15  Stan Shebs  <shebs@andros.cygnus.com>
703
704	* baseboards/d10v.exp: Request disable of X- and Z-packets
705	from GDB, all D10V boards respond incorrectly to these.
706
7071999-08-31  Doug Evans  <devans@casey.cygnus.com>
708
709	* lib/target.exp (default_link): New local proc only--Ls.
710	Use it to pick out -L arguments in $ldflags.
711	Strip -Wl, from $ldscript.
712
7131999-07-12  Felix Lee  <flee@cygnus.com>
714
715	* config/i960.exp: complain if 'sx' not found.
716
7171999-07-12  Drew Moseley  <dmoseley@cygnus.com>
718
719	* baseboards/strongarm-cygmon.exp: Rename the StrongARM boards as
720	follows:
721			EBIX-DB           -> SA-IOP
722			EBSA285           -> EBSA-285
723			BRUTUS            -> SA1100DP
724			SA1100-MULTIMEDIA -> SA1100MM
725
7261999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
727
728	* lib/framework.exp (record_test): Remove weird recursion and
729	make sure exit_status is properly set to 1.
730
7311999-06-08  Felix Lee  <flee@cygnus.com>
732
733	* lib/telnet.exp (telnet_open): need to match '(Advanced or Simple)'
734
7351999-06-06  Felix Lee  <flee@cygnus.com>
736
737	* lib/utils.exp (getdirs): When -all, return parents of
738	subdirectories too.
739
7401999-06-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
741
742	* lib/remote.exp (standard_send): Add -- to protect strings that
743	start with a '-'; also added a verbose 3 statement with the send
744	command that is being issued.
745
746Fri May 21 17:36:56 1999  Andrew Cagney  <cagney@b1.cygnus.com>
747
748	* lib/target.exp: Don't import CC_FOR_TARGET, CXX_FOR_TARGET or
749	F77_FOR_TARGET from environment.
750
751Thu May 20 10:28:23 1999  Andrew Cagney  <cagney@b1.cygnus.com>
752
753	* lib/target.exp: Do not import CFLAGS_FOR_TARGET,
754	LDFLAGS_FOR_TARGET and ASFLAGS_FOR_TARGET from external
755	environment.  GNUMAKE in conjunction with the top level Makefile
756	will set/export these variables according to the needs of the
757	target libraries.  Such a configuration may not be applicable to
758	testsuites.
759
7601999-05-17  Keith Seitz  <keiths@cygnus.com>
761
762	* baseboards/mcore-elf.exp: New file.
763	* baseboards/mcore-pe.exp: New file.
764	* baseboards/mcore-sim.exp: Don't run gdb's float tests
765	and increase timeout.
766
7671999-05-09  Nick Clifton  <nickc@cygnus.com>
768
769	* baseboards/mcore-moto-sim.exp: New file: Support Motorola's
770	proprietry MCore simulator.
771
7721999-05-07  Stan Shebs  <shebs@andros.cygnus.com>
773
774	From HP's WDB group:
775	* lib/target.exp: Add ability to pick CC_FOR_TARGET,
776	CFLAGS_FOR_TARGET, etc from env vars, add ability to use HP F77
777	compiler.
778
7791999-05-05  Stan Shebs  <shebs@andros.cygnus.com>
780
781	* lib/utils.exp (getdirs): Add option -all to get subdirs too.
782
7831999-05-05  Jason Merrill  <jason@yorick.cygnus.com>
784
785	* baseboards/sparclite-sim.exp: Set needs_status_wrapper.
786	* baseboards/sparclite-sim-le.exp: Likewise.
787
7881999-05-05  Angela Marie Thomas <angela@cygnus.com>
789
790	* baseboards/strongarm-cygmon.exp: Use "boardtype" instead of "name"
791	to avoid variable name clash in lib/target.exp.  Add support for
792	ebsa and ebix boards.
793
7941999-05-04  Stan Shebs  <shebs@andros.cygnus.com>
795
796	Finer control over test runs, from HP's WDB group:
797	* runtest.exp: Look for MULTIPASS in env also, define variable or
798	env var PASS to choose particular pass in multipass, search for
799	subdirs recursively, and if ignoredirs is set, skip over those
800	directories.
801	(--directory): New argument to limit test running to
802	a single directory.
803	(usage): Document, fix tabbing.
804
805Mon May  3 11:14:37 1999  Jim Wilson  <wilson@cygnus.com>
806
807	* config/dos.exp (dos_load): Look for cygwin1.dll in addition to
808	cygwin.dll.  New variable dll_name for use in download command.
809	* lib/libgloss.exp (winsup_include_flags): Change windows to windows.h.
810
8111999-04-27  Felix Lee  <flee@cygnus.com>
812
813	* testsuite/runtest.all/stats.exp: make sure tmpdir is set
814
815	* baseboards/Makefile.am: deleted.
816	* config/Makefile.am: deleted.
817	* lib/Makefile.am: deleted.
818	* configure.in: delete references to the above.
819	* Makefile.am: install things correctly.
820
821	* testsuite/Makefile.am: set DEJATOOL.
822
823	* configure, Makefile.in, */Makefile.in: regenerated.
824
825	* runtest.exp: fix location of config.guess.
826
8271999-04-26  Felix Lee  <flee@cygnus.com>
828
829	* lib/libgloss.exp (libgloss_link_flags): remove bogus -L flag.
830
8311999-04-23  Angela Marie Thomas <angela@cygnus.com>
832
833	* baseboards/cf.exp: gdb protocol is case-sensitive.
834
8351999-04-19  Nick Clifton  <nickc@cygnus.com>
836
837	* baseboards/Makefile.am (boards): Add mcore-sim.exp
838
8391999-04-13  Angela Marie Thomas <angela@cygnus.com>
840
841	* baseboards/sh-hms-sim.exp:  Pass "-m 18" to standalone sim.
842
8431999-04-08  Nick Clifton  <nickc@cygnus.com>
844
845	* baseboards/mcore-sim.exp: New file: Definitions for MCore
846	simulator support.
847
8481999-04-07  Michael Meissner  <meissner@cygnus.com>
849
850	* baseboards/d30v-sim.exp (cflags): Add -Wa,-C to suppress
851	warnings about symbols being the same as registers.
852
853Fri Apr  2 13:13:51 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
854
855	* lib/target.exp (prune_warnings): Ignore cc1, cc1plus warnings when
856	called with -g and -mabi=32.
857
8581999-03-28  Angela Marie Thomas <angela@cygnus.com>
859
860	* baseboards/x86-cygmon.exp: New file.
861
8621999-03-19  Gavin Romig-Koch  <gavin@cygnus.com>
863
864	* lib/libgloss.exp (get_multilibs): Handle MULTILIB_MATCHES.
865
8661999-03-18  James Ingham  <jingham@cygnus.com>
867
868	* baseboards/strongarm-cygmon.exp: Add a baseboard for the
869	strongARM boards.
870
871Fri Mar 12 14:01:31 1999  Jim Wilson  <wilson@cygnus.com>
872
873	* baseboards/d10v-sim.exp, baseboards/d10v.exp (ldflags): Add
874	libgloss_link_flags.
875	* lib/libgloss.exp (libgloss_link_flags): Map d10v to libnosys.
876
8771999-03-12  Nick Clifton  <nickc@cygnus.com>
878
879	* baseboards/arm-sim.exp: Set timeout to 800.
880
8811999-03-01  Jim Wilson  <wilson@cygnus.com>
882
883	* baseboards/cf.exp: New file for coldfire.
884	* config/cfdbug.exp: Likewise.
885	* config/base68k.exp (base68k_ld): Don't call remote_binary if
886	no_binary_mode set.  Send return and wait for prompt before sending
887	download command.
888
889Sun Feb 28 23:26:36 1999  Geoffrey Noer  <noer@cygnus.com>
890
891	* configure.in: AC_EXEEXT, not AM_EXEEXT.  Require Autoconf 2.13.
892	* aclocal.m4: Regenerate.
893	* configure: Regenerate.
894
8951999-02-25  Felix Lee  <flee@cygnus.com>
896
897	* config/dos.exp (dos_send): rewrite.  add short delay.
898
8991999-02-18  Nick Clifton  <nickc@cygnus.com>
900
901	* baseboards/arm-sim.exp: Disable uses_underscores for COFF
902	targets as the linker now works correctly.
903
9041999-02-11  Nick Clifton  <nickc@cygnus.com>
905
906	* lib/remote.exp (proc remote_exec): Display timeout in log
907	message.
908
909	* lib/target.exp (proc default_target_compile): Add support for
910	timeout option.
911
912	* baseboards/arm-sim.exp: Set gcc,timeout to 500.
913
9141999-02-10  Nick Clifton  <nickc@cygnus.com>
915
916	* config/dos.exp: Fix typo: need_status_wrapper ->
917	needs_status_wrapper.
918
9191999-02-09  Nick Clifton  <nickc@cygnus.com>
920
921	* baseboards/arm-sim.exp: Enable uses_underscores for the COFF
922	based targets.
923
9241999-02-06  Felix Lee  <flee@cygnus.com>
925
926	* runtest.exp: Don't trap SEGV.
927
928Fri Feb  5 15:43:59 1999  Jeffrey A Law  (law@cygnus.com)
929
930	* lib/target.exp (prune_warnings): Prune +vcompatwarnings output
931	from the HP linker.
932
9331999-02-02  Felix Lee  <flee@cygnus.com>
934
935	* lib/libgloss.exp (find_nm): new function.
936
9371999-01-31  Felix Lee  <flee@cygnus.com>
938
939	* Makefile.am: Add cygnus option.  Add doc to SUBDIRS
940	* doc/Makefile.am: Add cygnus option.  Add info_TEXINFOS.
941	* Makefile.in, */Makefile.in: Regenerated.
942
9431999-01-29  Felix Lee  <flee@cygnus.com>
944
945	* baseboards/fr30-cygmon.exp: New file.
946
947	* config/gdb_stub.exp (gdb_stub_load): Fix another typo.
948
949Fri Jan 29 17:16:25 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
950
951	* lib/remote.exp: Added check for value of $outp.
952
953	* lib/target.exp: Ignore some hppa specific warning messages. Added
954	checks for CC_FOR_TARGET and CXX_FOR_TARGET. Check for redirection
955	and optimization flags.
956
9571999-01-26  Frank Ch. Eigler  <fche@cygnus.com>
958
959	* configure.in: Define BOARDS/CONFIG for automake.
960	* baseboards/Makefile.am: Use $(boards) for public files.
961	* config/Makefile.am: Use $(config) for public files.
962
963	* configure: Regenerated.
964	* Makefile.in: Regenerated.
965	* doc/Makefile.in: Regenerated.
966	* baseboards/Makefile.in: Regenerated.
967	* config/Makefile.in: Regenerated.
968	* example/Makefile.in: Regenerated.
969	* lib/Makefile.in: Regenerated.
970
971	* testsuite/aclocal.m4: Deleted obsolete file.
972	* testsuite/configure.in: Deleted obsolete file.
973
974Sun Jan 17 17:11:52 1999  Jeffrey A Law  (law@cygnus.com)
975
976	* lib/target.exp (prune_warnings): Ignore osf4 NFS messages.
977
978Fri Jan 15 14:19:31 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
979
980	* lib/libgloss.exp (get_multilibs): Multilib directories can
981	contain '=', too.
982
983Thu Jan 14 00:10:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
984
985	* lib/target.exp (prune_warnings): Ignore -g not supported
986	warnings.  Ignore o32 as warning when called with -O3 (IRIX 6).
987
9881999-01-07  Felix Lee  <flee@cygnus.com>
989
990	* runtest.exp (setup_target_hook): add missing globals.
991
9921998-12-31  Felix Lee  <flee@cygnus.com>
993
994	* config/dos.exp (dos_spawn): ignore optional args.
995
996	* lib/ftp.exp (ftp_upload): ftp error messages vary.
997
9981998-12-30  Rob Savoye  <rob@chinadoll.welcomehome.org>
999
1000	* doc/{overview,user,ref},sgml: New manual in DocBook format. This
1001	includes most of the old manual, but is tottally up to date.
1002	* /doc/Makefile.am, baseboards/Makefile.am, config/Makefile.am,
1003	example/Makefile.am, lib/Makefile.am, Makefile.am,
1004	testsuite/Makefile.am: New Makefiles for automake support.
1005	* /doc/Makefile.in, baseboards/Makefile.in, config/Makefile.in,
1006	example/Makefile.in, lib/Makefile.in, Makefile.in,
1007	testsuite/Makefile.in: New Makefiles for autoconf as generated by
1008	automake.
1009	* runtest.exp: Look for config.guess in a libexec directory.
1010	* config.guess: Add so it gets installed correctly.
1011	* Most Files: Update copyright message, add 1998 and 1999.
1012
10131998-10-19  Rob Savoye  <rob@chinadoll.cygnus.com>
1014
1015	* lib/rsh.exp(rsh_exec): Check the board info before blindly
1016	setting RSH to remsh.
1017	* lib/remote.exp(remote_reboot): Don't close the shell connection,
1018	or all the remote procedures stop working.
1019
10201998-12-29  Ken Raeburn  <raeburn@cygnus.com>
1021
1022	* lib/framework.exp (istarget): Do string compare on first
1023	argument, not tcl list containing first argument, against actual
1024	target name.
1025
10261998-12-29  Felix Lee  <flee@cygnus.com>
1027
1028	* runtest.exp: option --a=b=c wasn't handled right.
1029
1030	* lib/ftp.exp (ftp_download): ftp error messages vary.
1031
1032Fri Dec 18 21:48:25 1998  Bob Manson  <manson@charmed.cygnus.com>
1033
1034	* config/gdb-comm.exp(quit_gdb): Don't close connection to the
1035	host if it's remote.
1036	(gdb_comm_go_idle): The "No exec file" prompt has mysteriously
1037	changed; detect either.
1038
10391998-12-11  Felix Lee  <flee@cygnus.com>
1040
1041	* contrib/test-tool: diagnostic if no test summary,
1042	and add summary headers, in case of multiple test runs.
1043
1044	* contrib/test-tool: don't print location of log file if it's not
1045	really there.
1046
10471998-12-10  Felix Lee  <flee@cygnus.com>
1048
1049	* lib/remote.exp (remote_download): in the non-remote case, try to
1050	make the copy writable as well as readable.
1051
10521998-12-09  Felix Lee  <flee@cygnus.com>
1053
1054	* contrib/test-tool: spit out test summary first.
1055
10561998-12-07  James E Wilson  <wilson@wilson-pc.cygnus.com>
1057
1058	* baseboards/i960-sim.exp: New file.
1059
1060Thu Dec  3 14:03:27 1998  Dave Brolley  <brolley@cygnus.com>
1061
1062	* baseboards/fr30-elf.exp: New file.
1063	* baseboards/fr30-sim.exp: New file.
1064
10651998-11-30  Gavin Romig-Koch  <gavin@cygnus.com>
1066
1067	* lib/libgloss.exp (get_multilibs): Multilib options can contain '='.
1068
10691998-11-27  Felix Lee  <flee@cygnus.com>
1070
1071	* config/gdb-comm.exp (gdb_comm_reload): give up after N reboot
1072	failures.
1073
1074Mon Nov 23 10:19:06 1998  Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1075
1076	* lib/target.exp (prune_warnings): Kill NFS server not responding
1077	warnings too.
1078
10791998-11-18  Jim Wilson  <wilson@cygnus.com>
1080
1081	* baseboards/tx39-dve.exp: Add cygmon support.
1082
10831998-11-05  Jim Wilson  <wilson@cygnus.com>
1084
1085	* baseboards/vx960.exp (cflags): Set to -mca if cpu is I960CA.
1086	* config/vxworks.exp (vxworks_unld): Don't run unld if os is
1087	vxworks5.0.
1088	(vxworks_load): Sed out carriage returns.
1089
1090Thu Oct 15 16:33:01 1998  Doug Evans  <devans@canuck.cygnus.com>
1091
1092	* lib/remote.exp (remote_spawn): Properly pass trailing args
1093	to call_remote.
1094
1095Tue Oct 13 21:04:04 1998  Felix Lee  <flee@cygnus.com>
1096
1097	* config/vxworks.exp: grok preload_obj_flags.  recognize
1098	"Operation Fault" messages from the board.  increase reboot_delay
1099	so we don't interrupt the countdown-to-autoboot
1100	* i960glue.c: add missing file.
1101
1102Mon Oct 12 20:08:06 1998  Mark Alexander  <marka@cygnus.com>
1103
1104	* baseboards/danlite-elf.exp: New file.
1105
11061998-10-11  Michael Meissner  <meissner@cygnus.com>
1107
1108	* baseboards/powerpc{,le}-sim.exp (needs_status_wrapper): Don't
1109	set, normal exit returns the appropriate status.
1110
1111Thu Oct  8 13:49:04 1998  Doug Evans  <devans@canuck.cygnus.com>
1112
1113	* lib/standard.exp (${tool}_load): Clear up argument order.
1114
1115	* config/sim.exp: Fix typo in inpfile computation.
1116
1117	* lib/remote.exp (remote_spawn): Pass $args to call_remote.
1118
1119Fri Oct  2 00:02:51 1998  Tom Tromey  <tromey@cygnus.com>
1120
1121	* config/unix.exp (unix_load): Pass `--' to verbose when
1122	displaying program output.
1123	* lib/remote.exp (standard_load): Pass `--' to verbose when
1124	displaying program output.
1125
11261998-09-29  Felix Lee  <flee@cygnus.com>
1127
1128	* config/gdb_stub.exp: watch for the exitcodes generated by the
1129	testglue wrapper.  workaround for failing to hit _exit breakpoint.
1130
11311998-09-18  Rob Savoye  <rob@chinadoll.cygnus.com>
1132
1133	* testsuite/runtest.all/options.exp: Also pass --srcdir to the
1134	child runtest being tested, so it doesn't try to execute the
1135	config files.
1136
1137Thu Sep 17 18:03:16 1998  Christopher Faylor <cgf@cygnus.com>
1138
1139	* runtest.exp: Allow // at beginning of path spec since
1140	this is a valid Windows (Posix?) construction.
1141
1142Tue Sep 15 17:06:17 1998  Nick Clifton  <nickc@cygnus.com>
1143
1144	* config/gdb-comm.exp: Catch RDI_open failure.
1145
1146Mon Sep 14 20:00:57 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
1147
1148	* baseboards/m68k-emc.exp: New file.
1149	* config/m68k-emc.exp: New file.
1150
11511998-09-12  Michael Meissner  <meissner@cygnus.com>
1152
1153	* baseboards/powerpc{,le}-sim.exp: Call process_multilib_options
1154	so multilib tests can be run.
1155
1156Fri Sep  4 09:26:47 1998  Nick Clifton  <nickc@cygnus.com>
1157
1158	* lib/utils.exp (proc prune): Initialise $tmp to an empty list.
1159
1160Mon Aug 31 13:43:47 1998  Tom Tromey  <tromey@cygnus.com>
1161
1162	* lib/libgloss.exp (find_gcj): Renamed from find_gjavac; compiler
1163	now named `gcj'.
1164
1165Tue Aug 25 13:31:18 1998  Anthony Green  <green@cygnus.com>
1166
1167	* lib/libgloss.exp (find_gjavac): New function.
1168
11691998-08-25  Rob Savoye  <rob@chinadoll.cygnus.com>
1170
1171	* lib/framework.exp(check_conditional_xfail): Add spaces to the
1172	search pattern, so it doesn't match just part of an option.
1173
11741998-08-24  Rob Savoye  <rob@chinadoll.cygnus.com>
1175
1176	* runtest: Update copyright date.
1177	* runtest.exp: Add compiler_flags as a new global variable.
1178	* lib/framework.exp: Add new proc, check_conditional_xfail. This
1179	is like xfail, only it looks in all the compiler options for
1180	options to determine the actual test result state.
1181	(pass,fail): If there is a conditional xfail setup, check the
1182	condition to determine the actual test result state.
1183	* lib/target.exp(default_target_compile): Set the global
1184	compiler_opts to the compiler flags used to invoke the compiler.
1185
1186Sat Aug  1 08:02:15 1998  Mark Alexander  <marka@cygnus.com>
1187
1188	* config/mn10200-eval.exp: New file.
1189	* baseboards/mn10200-cygmon.exp: New file.
1190
1191Wed Jul  8 11:41:21 1998  Jeffrey A Law  (law@cygnus.com)
1192
1193	* baseboards/mn10200-sim.exp: Update for recent mn10200 newlib/libgloss
1194	changes.
1195
1196Fri Jun  5 11:29:26 1998  Felix Lee  <flee@cygnus.com>
1197
1198	* config/gdb_stub.exp (gdb_stub_load): fix typo
1199
1200Thu Jun  4 14:16:32 1998  Felix Lee  <flee@zog.cygnus.com>
1201
1202	* config/gdb_stub.exp (gdb_stub_wait): watch for "Program exited",
1203	which may happen on segv or similar.
1204	(gdb_stub_start,gdb_stub_wait): need to save exit_brnum and
1205	abort_brnum.
1206	(gdb_stub_ld): delete old breakpoints when loading a new program.
1207	(gdb_stub_spawn): return the right result.
1208
1209	* baseboards/d10v-sim.exp: add process_multilib_options.
1210
1211Tue Jun  2 01:51:47 1998  Mark Alexander  <marka@cygnus.com>
1212
1213	* baseboards/sparclite-sim-le.exp: New file.
1214
1215Mon Jun  1 00:15:34 1998  Angela Marie Thomas (angela@cygnus.com)
1216
1217	* config/sim.exp (spawn_sim): Pass sim,options to the standalone
1218	simulator if set.
1219	* baseboards/sparclite-sim.exp: Set sim,options and
1220	gdb,target_sim_options.
1221
1222Mon Jun  1 01:40:26 1998  Felix Lee  <flee@zog.cygnus.com>
1223
1224	* runtest.exp(iterate_target_variants_two): concat multiple globs
1225	correctly.
1226
1227Tue May 26 17:56:57 1998  Bob Manson  <manson@charmed.cygnus.com>
1228
1229	* config/dos.exp(dos_send): Handle text without newlines
1230	properly.
1231
1232Sun May 17 17:08:46 1998  Bob Manson  <manson@charmed.cygnus.com>
1233
1234	* baseboards/sh-hms-sim.exp: Need to pass "18" to the target sim
1235	command in GDB.
1236
1237	* baseboards/sparclite-sim.exp: Need to pass "-sparclite" to the
1238	target sim command in GDB.
1239
1240Thu May 14 12:03:36 1998  Bob Manson  <manson@charmed.cygnus.com>
1241
1242	* lib/remote.exp(remote_exec): Add optional timeout
1243	parameter. Move local execution code to...
1244	(local_exec): New procedure.
1245
1246Wed May 13 18:41:23 1998  John Metzler  <jmetzler@cygnus.com>
1247
1248	* runtest.exp (main) : Add printout of schedule of variations
1249
1250Fri May  8 14:36:49 1998  Doug Evans  <devans@canuck.cygnus.com>
1251
1252	* baseboards/basic-sim.exp (find_sim): Check $SIM first.
1253	(setup_sim): Rename arg `name' to `subdir_name'.  Print message
1254	of simulator found.
1255
1256Tue Apr 28 14:12:01 1998  Mark Alexander  <marka@cygnus.com>
1257
1258	* lib/libgloss.exp (libgloss_link_flags): Recognize sparc86x target.
1259
1260Sun Apr 19 09:29:44 1998  Mark Alexander  <marka@cygnus.com>
1261
1262	* baseboards/sparclite-sim.exp: New file.
1263
1264Tue Apr 14 09:55:37 1998  Bob Manson  <manson@charmed.cygnus.com>
1265
1266	* lib/telnet.exp: Look for "VxWorks Boot"; be a bit more picky about
1267	looking for "account name" prompt.
1268
1269Mon Apr  6 13:14:52 1998  Bob Manson  <manson@charmed.cygnus.com>
1270
1271	* config/ddb-ether.exp(remote_wait): If we see "Exception Cause"
1272	from the board, reboot it.
1273
1274Thu Apr  2 18:22:33 1998  Jim Wilson  <wilson@cygnus.com>
1275
1276	* lib/target.exp (prune_warning): Extend regexp for Irix6 warnings
1277	to handle all 3 linker names.
1278
1279Thu Apr  2 15:39:38 1998  Felix Lee  <flee@zog.cygnus.com>
1280
1281	* config/sim.exp(sim_spawn): code for remote host was wrong.
1282
1283Tue Mar 31 00:31:53 1998  Bob Manson  <manson@charmed.cygnus.com>
1284
1285	* baseboards/dos.exp: Disable GDB interrupt tests if we're testing
1286	on a DOS host.
1287
1288Mon Mar 30 23:44:19 1998  Bob Manson  <manson@charmed.cygnus.com>
1289
1290	* config/dos.exp(dos_send): Don't send string if we've already
1291	sent it once.
1292
1293Thu Mar 26 11:34:18 1998  Bob Manson  <manson@charmed.cygnus.com>
1294
1295	* lib/remote.exp(remote_exec): Need to look at the result from
1296	wait if we used spawn.
1297
1298Wed Mar 25 22:20:25 1998  Bob Manson  <manson@charmed.cygnus.com>
1299
1300	* lib/remote.exp(remote_exec): More attempts at working around
1301	tcl/expect's inadequacies in dealing with processes.
1302
13031998-03-25  Brendan Kehoe  <brendan@cygnus.com>
1304
1305	* contrib/test-g++: Only do the libg++ tests if the directory exists.
1306
1307Wed Mar 25 12:24:25 1998  Bob Manson  <manson@charmed.cygnus.com>
1308
1309	* baseboards/basic-sim.exp(find_sim): Search for the sim rather than
1310	assuming tool_root_dir points to the right place.
1311
1312Tue Mar 24 16:07:51 1998  Stu Grossman  <grossman@bhuna.cygnus.co.uk>
1313
1314	* configure doc/configure example/configure example/calc/configure
1315	testsuite/configure:  Regenerate with autoconf 2.12.1 to fix shell
1316	issues for NT native builds.
1317
1318Sun Mar 15 23:25:06 1998  Bob Manson  <manson@charmed.cygnus.com>
1319
1320	* lib/target.exp(default_target_compile): If the compiler produced
1321	no output and the compiler execution failed, return a string
1322	signifying this. (This is the wrong fix, but...)
1323
1324	* lib/remote.exp(remote_exec): Don't append arbitary strings to
1325	the output from the program; callers must check the exit status.
1326	Also, when killing a runaway process, try sending a SIGINT before
1327	sending a SIGTERM (may help to terminate gcc properly).
1328
1329Mon Mar  9 01:54:39 1998  Bob Manson  <manson@charmed.cygnus.com>
1330
1331	* lib/remote.exp(remote_exec): Use spawn directly, rather than
1332	trying to potentially manage multiple spawn processes on the same
1333	host.
1334
1335Sun Mar  8 21:40:40 1998  Bob Manson  <manson@charmed.cygnus.com>
1336
1337	* lib/remote.exp(remote_exec): Use remote_spawn and remote_wait
1338	if the machine is local.
1339
1340Fri Mar  6 23:28:59 1998  Bob Manson  <manson@charmed.cygnus.com>
1341
1342	* baseboards/sparclite-cygmon.exp: New file.
1343
1344Wed Mar  4 18:05:46 1998  Bob Manson  <manson@charmed.cygnus.com>
1345
1346	* baseboards/basic-sim.exp(find_sim): Don't search tool_root_dir
1347	because it's always the root of the tree.
1348	(setup_sim): Don't pass tool_root_dir to find_sim.
1349
1350Tue Mar  3 00:08:53 1998  Bob Manson  <manson@charmed.cygnus.com>
1351
1352	* baseboards/unix.exp: Tell the benchmark code to use alarms.
1353	* baseboards/basic-sim.exp(find_sim): Use tool_root_dir.
1354	* baseboards/i960-cyclone.exp: Ditto.
1355	* baseboards/op50n.exp: Ditto.
1356	* baseboards/rom68k-idp.exp: Ditto.
1357	* baseboards/sparclet-aout.exp: Ditto.
1358
1359Mon Mar  2 21:54:30 1998  Bob Manson  <manson@charmed.cygnus.com>
1360
1361	* lib/utils.exp(runtest_file_p): Be a bit more lenient about
1362	what files we match.
1363
1364	* lib/telnet.exp: Clean up regexps.
1365
1366	* lib/target.exp(default_target_compile): Use tool_root_dir.
1367	(target_link, default_link): New functions.
1368
1369	* lib/remote.exp: Wrap close statements with catch.
1370
1371	* lib/framework.exp(cleanup): Remove unused global declaration.
1372
1373	* config/unix.exp(unix_load): Unset LD_LIBRARY_PATH and
1374	SHLIB_PATH after loading.
1375
1376	* config/sim.exp(sim_spawn, sim_wait): New functions.
1377
1378	* config/i960.exp(i960_spawn, i960_wait): New functions.
1379	(i960_load): Use spawn and wait.
1380
1381	* config/gdb-comm.exp: Use tool_root_dir instead of objdir.
1382	* config/ddb.exp: Ditto.
1383
1384	* config/gdb_stub.exp: Use tool_root_dir.
1385	(gdb_stub_spawn, gdb_stub_wait): New functions.
1386	(gdb_stub_load): Use spawn and wait.
1387
1388	* config/dos.exp(dos_send): Send strings one line at a time.
1389	(dos_file): Delete files using del instead of rm.
1390
1391	* config/ddb-ether.exp(ddb_ether_spawn, ddb_ether_wait): New functions.
1392
1393	* config/cygmon.exp: Set send_initial_cr.
1394
1395	* runtest.exp: Must process tool_root_dir option in multiple
1396	places (should be fixed!)
1397
1398Mon Feb 23 09:08:43 1998  Mark Alexander  <marka@cygnus.com>
1399
1400	* baseboards/mn10300-sim.exp: Use libgloss when compiling/linking,
1401	and new linker script sim.ld when linking.
1402	* baseboards/mn10300-cygmon.exp: New file for MN10300 Cygmon.
1403	* config/mn10300-eval.exp:  New file for MN10300 eval board.
1404
1405Thu Feb 19 18:23:17 1998 John Metzler  <jmetzler@cygnus.com>
1406
1407	* baseboards/mips64vr4100-sim.exp
1408	Defines simulated test target for mips46vr4100-*-elf
1409
1410Wed Feb 18 15:29:12 1998  Bob Manson  <manson@charmed.cygnus.com>
1411
1412	* lib/libgloss.exp: Use tool_root_dir instead of base_dir or
1413	objdir when searching for uninstalled libraries or executables.
1414
1415	* runtest.exp(tool_root_dir): New variable.
1416
1417Sat Feb 14 15:06:25 1998  Bob Manson  <manson@charmed.cygnus.com>
1418
1419	* config/vxworks.exp(${board}_init): If we don't get useful info
1420	from the 'p' command in the VxWorks boot ROM, reboot the board.
1421	(vxworks_exec): Check more closely for problems executing the
1422	testcase.
1423
1424Mon Feb  9 16:48:55 1998  Bob Manson  <manson@charmed.cygnus.com>
1425
1426	* lib/libgloss.exp(get_multilibs): If the compiler doesn't exist,
1427	return nothing.
1428	(find_ld): New function.
1429
1430	* config/powerpc-bug.exp: New file.
1431
1432	* baseboards/powerpc-bug.exp: Load the generic powerpc-bug
1433	configuration.
1434
1435Mon Feb  2 15:44:10 1998  Bob Manson  <manson@charmed.cygnus.com>
1436
1437	* contrib/test-tool (patterns): Glob pattern to match log files.
1438	Add appropriate glob for new logfile naming scheme.
1439
1440Sun Feb  1 14:29:16 1998  Joseph H. Buehler  <jhpb@sarto.gaithersburg.md.us>
1441
1442	* runtest: Handle finding runtest.exp better automounted
1443	environments.
1444
1445Mon Jan 19 10:37:13 1998  Mark Alexander  <marka@cygnus.com>
1446
1447	* config/dve.exp: New file to support Densan boards.
1448	* baseboards/tx39-sim.exp: New file to support TX39 simulator.
1449	* baseboards/tx39-dve.exp: New file to support Densan TX39 board.
1450
1451Tue Jan 13 01:21:14 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
1452
1453	* lib/libgloss.exp: Handle setting of LD_LIBRARY_PATH/SHLIB_PATH
1454	when testing with installed libraries.
1455
14561998-01-12  Brendan Kehoe  <brendan@cygnus.com>
1457
1458	* contrib/test-tool (todayname): Refer to and use ChangeLog.egcs
1459	instead of ChangeLog.fsf.
1460
1461Mon Jan  5 17:25:25 1998  Michael Meissner  <meissner@cygnus.com>
1462
1463	* baseboards/d30v-sim.exp ({c,ld}flags): Set libgloss flags in
1464	addition to newlib flags.
1465
1466Sun Dec 28 11:06:49 1997  Jeffrey A Law  (law@cygnus.com)
1467
1468	* Makefile.in: Change "gxx_includedir" to "gxx_include_dir".
1469
1470Tue Dec 23 14:46:44 1997  Bob Manson  <manson@charmed.cygnus.com>
1471
1472	* config/gdb-comm.exp(gdb_comm_load): Use "signal 0" instead of
1473	continue. Check for testcase_timeout board feature to determine
1474	how long we wait before we decide the testcase has gone into
1475	an infinite loop.
1476
1477	* baseboards/cygmon.exp: Set shell_prompt and send_initial_cr.
1478
1479	* lib/libgloss.exp(libgloss_link_flags): Add case for sparc64.
1480
1481	* baseboards/usparc-cygmon.exp: New file.
1482
1483Sat Dec 13 18:43:16 1997  Michael Meissner  <meissner@cygnus.com>
1484
1485	* baseboards/d30v-sim.exp (ldflags): Fix typo.
1486
1487Thu Dec 11 20:23:28 1997  Jeffrey A Law  (law@cygnus.com)
1488
1489	* config/unix.exp (unix_load): Set LD_LIBRARY_PATH and SHLIB_PATH
1490	for native tests if ld_library_path is defined.
1491	* lib/libgloss.exp (g++_link_flags): Build up ld_library_path.
1492	(libstdc++_link_flags): Likewise.
1493
1494Thu Dec 11 12:35:12 1997  Michael Meissner  <meissner@cygnus.com>
1495
1496	* baseboards/d30v-sim.exp (ldflags): Also set stack to end of
1497	default 8 meg external area.
1498
1499Wed Dec 10 16:11:47 1997  Bob Manson  <manson@charmed.cygnus.com>
1500
1501	* config/gdb-comm.exp(gdb_comm_load): Add more possible error
1502	messages.
1503
1504	* lib/remote.exp(standard_close): Make sure we close both file
1505	descriptors, if there are two.
1506
1507Wed Dec 10 14:35:05 1997  Michael Meissner  <meissner@cygnus.com>
1508
1509	* baseboards/d30v-sim.exp (ldflags): Add -mextmem to allow testing
1510	larger tests.
1511
1512Tue Dec  9 21:38:03 1997  Fred Fish  <fnf@cygnus.com>
1513
1514	* lib/libgloss.exp (get_multilibs): Use previously set value
1515	of "target_board" rather than "board", since it may not exist.
1516
1517Tue Dec  9 10:54:34 1997  Bob Manson  <manson@charmed.cygnus.com>
1518
1519	* lib/remote.exp(standard_wait): We have to call wait, even though
1520	it can't possibly work.
1521
1522Mon Dec  8 11:55:33 1997  Bob Manson  <manson@charmed.cygnus.com>
1523
1524	* lib/remote.exp(remote_spawn): Use -leaveopen.
1525	(standard_wait): If we used -leaveopen, call close ourselves.
1526	(standard_close): Ditto.
1527
1528	* lib/libgloss.exp(get_multilibs): Remove bogus tests for board
1529	variable. Only set the board's multitop variable if we didn't
1530	get an explicit list of multilib options to use.
1531
1532Sun Dec  7 08:29:40 1997  Bob Manson  <manson@charmed.cygnus.com>
1533
1534	* lib/remote.exp(remote_spawn): Fix typo.
1535	(standard_wait): If the process was created with a pipeline, we
1536	have to use close instead of wait.
1537
1538Fri Dec  5 14:21:18 1997  Bob Manson  <manson@charmed.cygnus.com>
1539
1540	* lib/remote.exp(remote_spawn): If the "spawn -open" command
1541	fails, clean up after the command we just spawned.
1542
1543Thu Dec  4 11:32:06 1997  Bob Manson  <manson@charmed.cygnus.com>
1544
1545	* lib/remote.exp(remote_open): Use catch.
1546
1547Tue Dec  2 22:44:42 1997  Bob Manson  <manson@charmed.cygnus.com>
1548
1549	* lib/remote.exp(remote_close): Move close statement after we
1550	determine the PID. Look at fileid_pid feature.
1551	(remote_spawn): If we're invoking a pipeline, stash the PID we
1552	get in the board's fileid_pid feature.
1553
1554Sun Nov 30 19:09:49 1997  Jeffrey A Law  (law@cygnus.com)
1555
1556	* lib/target.exp (prune_warning): Prune some unwanted warnings
1557	from the HP assembler and gcc when using the HP assembler.
1558
1559Fri Nov 28 10:42:30 1997  Michael Meissner  <meissner@cygnus.com>
1560
1561	* baseboards/d30v-sim.exp: Re-enable trampolines.
1562
1563Tue Nov 25 09:24:13 1997  Michael Meissner  <meissner@cygnus.com>
1564
1565	* baseboards/d30v-sim.exp: Re-enable using label values.
1566
1567Mon Nov 24 09:56:20 1997  Bob Manson  <manson@charmed.cygnus.com>
1568
1569	* config/cygmon.exp, baseboards/cygmon.exp,
1570	  baseboards/msparc-cygmon.exp: New files.
1571
1572	* config/i960.exp: Don't call perror.
1573
1574Sun Nov 16 20:55:59 1997  Michael Meissner  <meissner@cygnus.com>
1575
1576	* baseboards/d30v-sim.exp: Turn off trampolines and label values
1577	temporarily.
1578
1579Thu Nov 13 22:51:42 1997  Michael Meissner  <meissner@cygnus.com>
1580
1581	* baseboards/d30v-sim.exp: New file for d30v support.
1582
1583Wed Nov 12 23:45:48 1997  Bob Manson  <manson@charmed.cygnus.com>
1584
1585	* config/unix.exp(unix_load): Call remote_spawn and remote_wait
1586	instead of using exec.
1587
1588	* lib/remote.exp(remote_wait): Use $dest, not host.
1589
1590Tue Nov  4 17:39:58 1997  Jim Wilson  <wilson@cygnus.com>
1591
1592	* lib/target.exp (default_target_compile): Put math library
1593	before linker script.
1594
1595Sun Oct 26 20:00:34 1997  Bob Manson  <manson@charmed.cygnus.com>
1596
1597	* config/base68k.exp(base68k_wait): New procedure.
1598	(base68k_load): Use remote_spawn and remote_wait.
1599
1600Sat Oct 25 21:48:36 1997  Bob Manson  <manson@charmed.cygnus.com>
1601
1602	* config/base68k.exp(base68k_spawn): New procedure.
1603
1604Fri Oct 24 10:55:17 1997  Bob Manson  <manson@charmed.cygnus.com>
1605
1606	* config/gdb-comm.exp: Add missing -re. If we get an EXIT message
1607	from the remote system, we know that we've exited gdb.
1608
1609	* lib/remote.exp(standard_wait): Keep the timer running even if we
1610	get output from the remote program.
1611
1612	* config/dos.exp(dos_wait): Ditto.
1613
1614Fri Oct 17 22:20:35 1997  Jeffrey A Law  (law@cygnus.com)
1615
1616	* lib/libgloss.exp (find_g77): No longer need --driver stuff.
1617
1618Wed Oct 15 21:13:39 1997  Philippe De Muyter  <phdm@macqel.be>
1619
1620	* runtest (mypath): Scan $PATH to set mypath if $0 does not give it.
1621
1622Mon Oct 13 11:09:09 1997  Bob Manson  <manson@charmed.cygnus.com>
1623
1624	* config/base68k.exp(base68k_load): Don't call exp_continue
1625	outside of an expect statement.
1626
1627Sun Oct 12 21:29:28 1997  Ian Lance Taylor  <ian@cygnus.com>
1628
1629	* Makefile.in: Replace datadir with dejadatadir throughout.
1630
1631Mon Oct  6 10:52:25 1997  Jeffrey A Law  (law@cygnus.com)
1632
1633	* lib/libgloss.exp (find_g77): New function.
1634
1635Fri Oct  3 14:13:30 1997  Bob Manson  <manson@charmed.cygnus.com>
1636
1637	* baseboards/vr4100-ddb.exp: Fix start addresses.
1638
1639	* config/vxworks.exp: Remove 'set timeout' statements.
1640
1641	* runtest.exp: Always output board name of target.
1642
1643Tue Sep 30 15:35:03 1997  Bob Manson  <manson@charmed.cygnus.com>
1644
1645	* baseboards/arm-sim.exp: No longer uses underscores.
1646	* baseboards/arm-ice.exp: Ditto.
1647
1648Tue Sep 30 12:47:19 1997  Doug Evans  <dje@canuck.cygnus.com>
1649
1650	* lib/remote.exp (standard_file, cmp): Ensure file exists before
1651	computing file size.
1652
1653Sun Sep 28 14:30:52 1997  Bob Manson  <manson@charmed.cygnus.com>
1654
1655	* baseboards/powerpc-sim.exp: The simulator directory is
1656	named "ppc", not "powerpc".
1657
1658	* config/mips-idt.exp: Set the "syn-garbage-limit" gdb
1659	value to 0.
1660
1661Sat Sep 27 22:11:45 1997  Bob Manson  <manson@charmed.cygnus.com>
1662
1663	* lib/libgloss.exp(get_multilibs): Return the multilib directory
1664	that matches closest to the specified set of options.
1665
1666Fri Sep 26 10:20:56 1997  Bob Manson  <manson@charmed.cygnus.com>
1667
1668	* lib/libgloss.exp(find_binutils_prog): Changed from find_objdump.
1669
1670	* lib/remote.exp(remote_load): Use objcopy instead of objdump.
1671
1672Thu Sep 25 10:54:55 1997  Bob Manson  <manson@charmed.cygnus.com>
1673
1674	* baseboards/h8300.exp: Use global prefix_dir instead of
1675	explicitly putting a pathname in the file.
1676	* baseboards/i386-bozo.exp: Ditto.
1677	* baseboards/i960-cyclone.exp: Ditto.
1678
1679Wed Sep 24 13:06:47 1997  Bob Manson  <manson@charmed.cygnus.com>
1680
1681	* config/ddb.exp: Close the connection to the board after we've
1682	initialized it.
1683
1684	* testglue.c: Add support for atexit() and _exit() if VXWORKS
1685	is defined.
1686
1687	* lib/libgloss.exp(build_wrapper): Define VXWORKS if is_vxworks
1688	target feature is set.
1689
1690	* config/vxworks.exp: Set is_vxworks and gdb,nosignals target
1691	features.
1692
1693Tue Sep 23 17:56:43 1997  Bob Manson  <manson@charmed.cygnus.com>
1694
1695	* lib/remote.exp(remote_load): If is_simulator board feature is
1696	set, don't try to cache executables for this target.
1697
1698	* baseboards/basic-sim.exp: Set is_simulator board feature.
1699
1700Thu Sep 18 20:31:57 1997  Jeffrey A Law  (law@cygnus.com)
1701
1702	* lib/libgloss.exp (libio_include_flags): If we can't find
1703	_G_config.h, look for iostream.list in the same directory.
1704
17051997-09-18  Brendan Kehoe  <brendan@lisa.cygnus.com>
1706
1707	* contrib/test-tool: Put all of the failure stuff up above the
1708	pass stuff.
1709
1710Tue Sep 16 22:15:20 1997  Bob Manson  <manson@charmed.cygnus.com>
1711
1712	* lib/remote.exp(remote_load): Skip all the caching code if the
1713	REMOTELOAD_CACHE env variable isn't set. Use objdump to get only
1714	the executable contents, so we avoid problems with timestamps in
1715	the executable.
1716	(remote_expect): Check remote_suppress_flag instead of
1717	suppress_flag.
1718
1719	* config/tic80.exp: Set gdb,use_breakpoint_for_stub. Don't
1720	bother skipping the float tests, as the gdb stub now traps
1721	FPU errors.
1722	* config/dos.exp: If there is a timeout, try to interrupt
1723	the remote job.
1724	(dos_interrupt_job): Return a null string on success.
1725	(dos_copy_download): Make the files on the destination world-writable
1726	as well.
1727	(dos_copy_upload): Ditto.
1728
1729Fri Sep 12 11:10:42 1997  Bob Manson  <manson@charmed.cygnus.com>
1730
1731	* testsuite/runtest.all/options.exp: Commented out failing strace
1732	test--test is probably failing because of a TCL8 interaction.
1733
1734Thu Sep 11 18:13:11 1997  Bob Manson  <manson@charmed.cygnus.com>
1735
1736	* baseboards/tic80-board.exp: Added support for running gdb.
1737
1738	* config/dos.exp(dos_exec): Add support for an output file.
1739
1740	* lib/remote.exp(remote_load): Only cache executables that
1741	pass. Allow use of a checksum program in place of caching the
1742	entire executable.
1743
1744	* lib/libgloss.exp(find_objdump): New procedure.
1745
1746	* config/gdb_stub.exp: Don't loop forever in gdb_stub_ld.
1747	(gdb_stub_retry_ld): New procedure.
1748
1749Wed Sep 10 12:58:11 1997  Bob Manson  <manson@charmed.cygnus.com>
1750
1751	* config/tic80.exp: Add new procedure tic80_ld. Call
1752	tic80_ld from tic80_load. Add settings for gdb testing.
1753
1754	* lib/remote.exp: Add missing quotes around eval arguments.
1755
1756Tue Sep  9 14:45:24 1997  Bob Manson  <manson@charmed.cygnus.com>
1757
1758	* config/tic80.exp: Remove bogus call to "fix" program.
1759	Add timeout to remote_wait.
1760
1761Tue Sep  9 11:40:01 1997  Doug Evans  <dje@canuck.cygnus.com>
1762
1763	* config/arc.exp: New file.
1764	* baseboards/arc-sim.exp: New file.
1765
1766Fri Sep  5 15:17:38 1997  Jeffrey A Law  (law@cygnus.com)
1767
1768	* lib/libgloss.exp (get_multilibs): Search for "libraries" directory
1769	as the toplevel multilib directory too.
1770	(libstdc++_link_flags, libstdc++_include_flags): New functions.
1771
1772Wed Sep  3 16:55:52 1997  Bob Manson  <manson@charmed.cygnus.com>
1773
1774	* lib/remote.exp(standard_file): cmp now returns 0 on "files
1775	identical", some other value if the files are different.
1776
1777	* baseboards/sh-hms-sim.exp: Need to pass -mieee when building
1778	testcases that rely on IEEE-compliant behavior.
1779	* baseboards/sh-hms.exp: Ditto.
1780
1781	* lib/remote.exp(remote_load): Remove spurious debug output.
1782	Use "remote_file cmp" instead of invoking cmp directly.
1783	(standard_file): Added cmp operation to compare two binary
1784	files.
1785
1786	* lib/libgloss.exp: Add dwarf2 target variant.
1787
1788	* lib/target.exp: Make sure the CC_FOR_TARGET variable overrides
1789	any default compiler.
1790
1791Tue Sep  2 18:28:53 1997  Bob Manson  <manson@charmed.cygnus.com>
1792
1793	* config/gdb_stub.exp: Detect gratuitous change to sparclet
1794	gdb target mode.
1795
1796	* lib/remote.exp(remote_expect): Added timeout setting.
1797
1798Tue Sep  2 16:39:21 1997  Doug Evans  <dje@canuck.cygnus.com>
1799
1800	* dg.exp (dg-test): New arg -keep-output.
1801
1802Wed Aug 27 13:16:32 1997  Bob Manson  <manson@charmed.cygnus.com>
1803
1804	* config/vxworks.exp: Set the gdb_prompt target feature to be
1805	(vxgdb).
1806
1807Fri Aug 22 13:24:58 1997  Bob Manson  <manson@charmed.cygnus.com>
1808
1809	* config/vxworks.exp: Check for negative values from the "value ="
1810	return string. If preload_obj is a target feature, load the
1811	specified object file after a reboot.
1812
1813Thu Aug 21 18:06:20 1997  Bob Manson  <manson@charmed.cygnus.com>
1814
1815	* baseboards/vx4300.exp: New file.
1816
1817Wed Aug 13 12:57:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
1818
1819	* lib/target.exp (prune_warnings): Generalize alpha ld warning.
1820	Also handle IRIX 6 linker "I give up" message.
1821
1822Tue Aug 12 21:44:58 1997  Bob Manson  <manson@charmed.cygnus.com>
1823
1824	* lib/framework.exp(clone_output): Don't use lindex on things that
1825	aren't really lists.
1826
1827Mon Aug 11 20:51:08 1997  Bob Manson  <manson@charmed.cygnus.com>
1828
1829	* lib/remote.exp(remote_expect): Nasty ugliness to work around
1830	change in behavior of lrange in tcl8.
1831
1832Sat Aug  9 00:59:47 1997  Ian Lance Taylor  <ian@cygnus.com>
1833
1834	* config/netware.exp (${board}_init): Change ld.new to ld-new.
1835
1836Wed Aug  6 18:41:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
1837
1838	* lib/libgloss.exp (libio_include_flags): Look for _G_config.h, not
1839	libio.a.
1840
1841Wed Aug  6 00:41:46 1997  Ian Lance Taylor  <ian@cygnus.com>
1842
1843	* lib/libgloss.exp (find_gas): Look for as-new, not as.new.
1844
1845Sat Aug  2 20:44:55 1997  Bob Manson  <manson@charmed.cygnus.com>
1846
1847	* config/gdb-comm.exp: Look for "Program exited with" exit status,
1848	even though this should *never* appear (we're setting a breakpoint
1849	in _exit and abort, duh).
1850
1851Fri Aug  1 15:56:06 1997  Felix Lee  <flee@yin.cygnus.com>
1852
1853	* runtest.exp: "runtest gcc.c-torture/execute/execute.exp" didn't
1854	work because expected global vars weren't set.
1855
1856Wed Jul 30 09:05:41 1997  Felix Lee  <flee@yin.cygnus.com>
1857
1858	* lib/ftp.exp (ftp_download): and needed an -re flag.  and changed
1859	"Timeout" to "421", to catch other premature disconnects.
1860
1861Wed Jul 30 00:15:04 1997  Felix Lee  <flee@cygnus.com>
1862
1863	* lib/ftp.exp (ftp_download): "Timeout ..." pattern wasn't listed
1864	early enough to ever get matched.
1865
1866Mon Jul 28 21:20:59 1997  Bob Manson  <manson@charmed.cygnus.com>
1867
1868	* lib/libgloss.exp(get_multilibs): Iterate through the list of
1869	compiler-specified options looking for a match, rather than
1870	farting around with regexps.
1871
1872Mon Jul 28 15:28:09 1997  Felix Lee  <flee@cygnus.com>
1873
1874	* lib/ftp.exp (ftp_upload): return localfilename, not
1875	remotefilename.
1876
1877Mon Jul 28 15:28:09 1997  Felix Lee  <flee@cygnus.com>
1878
1879	* config/base68k.exp (base68k_ld): need global objdir.
1880
1881Tue Jul 22 10:24:54 1997  Bob Manson  <manson@charmed.cygnus.com>
1882
1883	* runtest.exp: More cleanups for setting isremote board feature.
1884	Leave the previous setting alone if the board already has one.
1885
1886	* lib/framework.exp(is_remote): Add debugging info.
1887
1888	* lib/remote.exp(remote_spawn): If the local spawn fails, return
1889	-1 instead of falling through.
1890
1891Mon Jul 21 14:30:01 1997  Bob Manson  <manson@charmed.cygnus.com>
1892
1893	* lib/target.exp(list_targets): Deleted, no longer meaningful.
1894	(default_target_compile): Use warning instead of perror when
1895	download fails. Delete an existing a.out object file if we're
1896	running on a remote host.
1897
1898	* lib/libgloss.exp(libgloss_ld): Deleted, not used.
1899
1900	* config/dos.exp(dos_copy_download): If the local file doesn't
1901	exist, don't try to download it.
1902
1903	* runtest.exp: Change tests for setting isremote board feature.
1904	We assume the board is remote unless the name is the same as
1905	the local hostname or we're defining the build board.
1906
1907Wed Jul 16 12:45:30 1997  Bob Manson  <manson@charmed.cygnus.com>
1908
1909	* config/dos.exp(dos_copy_upload): If the remote file doesn't
1910	exist, don't try to upload it.
1911
1912	* baseboards/basic-sim.exp: Don't transform the simulator name
1913	using the target alias if no_transform_name is set on the host.
1914
1915	* lib/kermit.exp: Don't try to unset the file descriptor if it
1916	isn't set.
1917
1918Mon Jul  7 12:01:54 1997  Bob Manson  <manson@charmed.cygnus.com>
1919
1920	* baseboards/m32r-sim.exp(ldflags): Use libgloss_link_flags, not
1921	libgloss_include_flags.
1922	* baseboards/m32r-elf.exp: Ditto.
1923
1924Sat Jul  5 18:42:52 1997  Bob Manson  <manson@charmed.cygnus.com>
1925
1926	* lib/libgloss.exp(libgloss_link_flags): Add sparclet->sparc CPU
1927	mapping. (This needs to be fixed.)
1928
1929Thu Jul  3 15:34:21 1997  Bob Manson  <manson@charmed.cygnus.com>
1930
1931	* config/ddb.exp: Use base68k instead of gdb-comm.
1932
1933	* stub-loader.c: Renamed from sparclet-loader.c.
1934	* config/gdb_stub.exp: Refer to stub-loader.c now.
1935
1936Tue Jul  1 17:48:43 1997  Bob Manson  <manson@charmed.cygnus.com>
1937
1938	* runtest.exp: Allow boards_dir to be a list of directories to
1939	search for board descriptions.
1940
1941Mon Jun 30 19:12:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
1942
1943	* baseboards/arm-ice.exp: Board doesn't do I/O, signals,
1944	or call functions from GDB.
1945
1946Mon Jun 30 18:32:44 1997  Bob Manson  <manson@charmed.cygnus.com>
1947
1948	* config/arm-ice.exp: New file.
1949	* baseboards/arm-ice.exp: New file.
1950
1951Sun Jun 29 22:12:51 1997  Bob Manson  <manson@charmed.cygnus.com>
1952
1953	* baseboards/arm-sim.exp: New file.
1954
1955	* lib/libgloss.exp(process_multilib_options): Added pe object format.
1956
1957	* baseboards/armpe-sim.exp: Removed file.
1958
1959Sat Jun 28 13:37:27 1997  Bob Manson  <manson@charmed.cygnus.com>
1960
1961	* config/gdb_stub.exp: Use gdb_opts feature instead of a random
1962	check if the host is remote.
1963
1964	* runtest.exp: Use the no_transform_name feature instead of
1965	looking for a specific host triplet.
1966
1967	* baseboards/*-sim.exp: Use load_base_board_description, not
1968	load_board_description.
1969
1970	* lib/target.exp(default_target_compile): If we're compiling
1971	with the C++ compiler, include g++_include_flags and
1972	g++_link_flags as appropriate.
1973
1974Fri Jun 27 15:17:12 1997  Bob Manson  <manson@charmed.cygnus.com>
1975
1976	(load_board_description): Set the board feature isremote if the
1977	board appears to be remote.
1978	Call setup_build_hook with the local hostname.
1979
1980	* lib/target.exp(push_build): New procedure.
1981
1982	* lib/framework.exp(is_remote): Detect if the board name specified
1983	is the name of the build or host, and handle appropriately.
1984
1985	* lib/remote.exp(check_for_board_status): Be a bit more aggressive
1986	about stripping trailing CRLFs.
1987
1988	* config/dos.exp(dos_exec): Add support for an input file.
1989	(dos_load): Pass program arguments and input file to remote_exec.
1990
1991Wed Jun 25 20:01:37 1997  Bob Manson  <manson@charmed.cygnus.com>
1992
1993	* lib/target.exp(target_compile): Always add the target's cflags
1994	spec. Use find_g++ to find a compiler if we've been asked to use a
1995	C++ compiler.
1996
1997	* lib/remote.exp(remote_spawn): Wrap open and spawn
1998	statements with catch.
1999
2000	* lib/libgloss.exp(g++_link_flags): Add -L options to point to the
2001	correct libiberty and librx directories.
2002	(find_g++): New routine.
2003
2004	* lib/kermit.exp: Loosen up the regexp matching the connect
2005	string.
2006
2007	* lib/ftp.exp: Look for a "Timeout after..." message from
2008	ftp.
2009
2010	* config/sparclet.exp: The gdb prompt is "gdbslet".
2011
2012	* config/gdb_stub.exp: If running on a remote host, add --command
2013	gdbinit to the gdb command line. Use the gdb_is_running target
2014	feature to keep track of whether or not we started gdb. Replace
2015	errors with warnings in many cases.
2016	(gdb_stub_load): Always set a breakpoint on exit if the
2017	target feature always_break_exit is set. Retry the testcase
2018	if it times out.
2019	(gdb_stub_close): New routine.
2020
2021	* baseboards/sparclet-aout.exp: varargs and label values
2022	apparently don't work. Always set a breakpoint at
2023	exit() even if we can break at _exit instead.
2024
2025	* sparclet-loader.c: Add global variable "remote_debug"
2026	initialized to 0.
2027
2028	* runtest.exp: If running on a DOS host, don't canonicalize
2029	the tool names.
2030
2031	* config/i386-bozo.exp(${board}_reboot): Return 1.
2032
2033Mon Jun 23 14:55:13 1997  Bob Manson  <manson@charmed.cygnus.com>
2034
2035	* config/gdb_stub.exp: Clean up a few regexps. Check for either
2036	the breakpoint function name (preferred) or the breakpoint number.
2037
2038Sun Jun 22 12:31:02 1997  Bob Manson  <manson@charmed.cygnus.com>
2039
2040	* lib/remote.exp(standard_file): Add dirname, join, and absolute
2041	operators.
2042	(unix_clean_filename): New procedure.
2043
2044	* runtest.exp(lookfor_file): Call 'remote_file build dirname'
2045	instead of appending "/..".
2046
2047	* lib/framework.exp(is_remote): Really fix the problem with
2048	"unix/cpu=v8" this time. Minor cleanups.
2049
2050Wed Jun 18 21:21:00 1997  Bob Manson  <manson@charmed.cygnus.com>
2051
2052	* config/ddb-ether.exp(ddb_ether_try): Fix typo.
2053
2054Tue Jun 17 16:18:00 1997  Bob Manson  <manson@charmed.cygnus.com>
2055
2056	* config/base68k.exp: Wait for an entire line before appending
2057	it to the result buffer.
2058	(base68k_load): Check every optional argument, and don't allow
2059	any (yet). Use -re in front of regular expressions.
2060
2061	* lib/framework.exp(is_remote): Strip off any variant info from
2062	the board name before determining if the board is remote.
2063
2064Tue Jun 17 02:32:07 1997  Bob Manson  <manson@farmer>
2065
2066	* config/gdb-comm.exp(gdb_comm_load): Check for parameters we don't
2067	support, and return UNSUPPORTED as appropriate. Don't set a
2068	breakpoint in exit if we can set one in _exit.
2069	* config/gdb_stub.exp: Ditto.
2070
2071Mon Jun 16 16:07:32 1997  Bob Manson  <manson@charmed.cygnus.com>
2072
2073	* config/dos.exp(dos_wait): Add timeout parameter.
2074
2075	* lib/remote.exp(remote_expect): Add timeout parameter.
2076	(remote_wait): Ditto.
2077	(standard_wait): Ditto. Also give up if the program outputs
2078	more than 512,000 bytes.
2079
2080	* config/vxworks.exp: Use timeout parameter instead of setting
2081	timeout variable.
2082	* config/dos.exp: Ditto.
2083	* config/ddb.exp: Ditto.
2084	* lib/mondfe.exp: Ditto.
2085	* lib/rlogin.exp: Ditto.
2086	* lib/telnet.exp: Ditto.
2087	* config/base68k.exp: Ditto.
2088	* config/i386-bozo.exp: Ditto.
2089	* config/gdb-comm.exp: Ditto.
2090	* config/gdb_stub.exp: Ditto.
2091	* config/i960.exp: Ditto.
2092	* config/ddb-ether.exp: Ditto.
2093	* config/sim.exp: Ditto.
2094
2095Fri Jun 13 19:54:24 1997  Bob Manson  <manson@charmed.cygnus.com>
2096
2097	* contrib/test-tool: Default to assuming a standard tree
2098	structure. Don't die if we don't have a previous file to
2099	diff against--diff against /dev/null instead.
2100
2101	* config/m32r.exp: Misc fixes.
2102
2103	* config/m32r-stub.exp: New file.
2104
2105	* config/gdb_stub.exp: Download the loader program to the host
2106	before we try to load it.
2107
2108	* config/dos.exp: Move the cygwin exception check to a point
2109	earlier in the expect sequence.
2110	(dos_copy_upload): New routine.
2111
2112Thu Jun 12 19:05:21 1997  Bob Manson  <manson@charmed.cygnus.com>
2113
2114	* testglue.c (write_int): write_int takes two args.
2115
2116	* lib/target.exp(target_compile): Must insert spaces when
2117	appending flags.
2118
2119	* lib/remote.exp(remote_reboot): Print a message stating that
2120	the board is being rebooted.
2121
2122	* config/dos.exp(dos_exec): Call remote_wait instead of
2123	doing it ourselves.
2124	(dos_wait): Minor cleanups.
2125
2126Wed Jun 11 10:07:10 1997  Bob Manson  <manson@charmed.cygnus.com>
2127
2128	* config/dos.exp: Look for "cygwin except" string and reboot
2129	the board if we see it. Make sure we get output from the
2130	right place.
2131	(dos_exec): We always need to return a result list.
2132
2133	* lib/target.exp(target_compile): Strip extra newlines/CRs from
2134	the start of the compiler output.
2135
2136	* config/dos.exp: Make sure we can have multiple spawned commands
2137	open to the board without reusing the same batch file name. Use
2138	the new conninfo board feature to hold the name of the batch file
2139	being used for the current connection.
2140	(dos_interrupt_job): New procedure.
2141
2142	* config/tic80.exp, baseboards/tic80-board.exp: New files.
2143
2144	* lib/remote.exp(remote_swap_conn): New procedure.
2145	(remote_pop_conn,remote_push_conn): The conninfo board feature
2146	is used to store data specific to the current connection; make
2147	sure we update it correctly when we push and pop connections.
2148
2149Fri Jun  6 14:24:36 1997  Bob Manson  <manson@charmed.cygnus.com>
2150
2151	* config/gdb-comm.exp: Fix typo (missing call to list).
2152
2153	* lib/libgloss.exp(g++_link_flags): Put spaces in appropriate
2154	places. If we don't have a multilib pathname to use, try
2155	global $objdir instead.
2156	(g++_include_flags): Don't bother checking to see if the libraries
2157	are there, just look for the source directories.
2158
2159Thu Jun  5 18:09:55 1997  Bob Manson  <manson@charmed.cygnus.com>
2160
2161	* config/ddb.exp: Fix typo.
2162
2163	* lib/remote.exp(remote_close): Use nasty ugly shell stuff to kill
2164	the program being closed.
2165	(remote_expect): Make sure expect fails if there isn't a
2166	connection open to the requested board.
2167
2168	* lib/libgloss.exp(winsup_include_flags,winsup_link_flags): New
2169	functions.
2170
2171	* baseboards/dos.exp: Fix link flags and prompt regexp.
2172
2173	* config/dos.exp(dos_load): New function.
2174
2175Tue Jun  3 12:04:15 1997  Bob Manson  <manson@charmed.cygnus.com>
2176
2177	* baseboards/unix.exp: Add call to process_multilib_options.
2178
2179	* runtest.exp: Clean up target iteration expansion.
2180
2181	* testglue.c: Add #ifndef NO_UNISTD_H test.
2182
2183	* config/vxworks.exp: Try to boot the system into the desired OS.
2184
2185	* lib/telnet.exp(telnet_open): Remove the option of passing
2186	the port #. If the first optional argument is "raw", return
2187	immediately rather than trying to look for a shell prompt.
2188
2189	* lib/util-defs.exp: Remove expect_before statement.
2190
2191	* config/gdb-comm.exp(gdb_comm_add_breakpoints): Check for "No
2192	symbol table" message from gdb.
2193
2194	* config/vxworks.exp(*_load): Don't set global exec_output
2195	variable. We return a list of two members, the first containing
2196	the pass/fail string, and the second containing the output
2197	from the executable.
2198	* lib/dg.exp(dg-test): Ditto.
2199
2200	* config/rom68k.exp: Fix shell_prompt value (add a space at the
2201	end).
2202
2203	* baseboards/h8300.exp: Put back magic linker script brain-damage.
2204
2205	* baseboards/mips-sim.exp: Check for ecoff object file format,
2206	and use idtecoff.ld instead of idt.ld.
2207
2208	* config/dos.exp(dos_wait): Wait for a shell prompt from
2209	the board before returning.
2210
2211	* config/i960.exp: Detect if the board starts spewing nonsense,
2212	and reboot it if it does.
2213	* config/base68k.exp: Ditto. Also tighten up the checks for
2214	a shell prompt.
2215
2216	* lib/remote.exp: Add a bit more debugging output. Use -9 when
2217	killing the process.
2218
2219Mon Jun  2 09:50:33 1997  Bob Manson  <manson@charmed.cygnus.com>
2220
2221	* lib/remote.exp(standard_close): Check the return value from
2222	catch. Fix quoting on the after command.
2223
2224	* baseboards/rom68k-idp.exp: Look for a.out object file format.
2225
2226	* baseboards/vr4300-sim.exp: Look for ecoff object file format.
2227	* baseboards/vr4300-ddb.exp: Ditto.
2228	* baseboards/mips-idt.exp: Ditto.
2229
2230	* lib/libgloss.exp: Set the board's obj_format feature according
2231	to the specified object file format. Handle "stabs" variant.
2232
2233	* baseboards/i960-cyclone.exp: Mark the board as being unreliable.
2234
2235	* config/i960.exp: Check for a couple of common failure modes and
2236	reboot the board as needed. Also reboot if the testcase fails and
2237	the board is marked as "unreliable".
2238
2239Sun Jun  1 16:48:30 1997  Bob Manson  <manson@charmed.cygnus.com>
2240
2241	* config/base68k.exp: Add base68k_ld procedure. Clean up a few
2242	regexps.
2243
2244	* baseboards/rom68k-idp-aout.exp: We need to pass the load offset
2245	to gdb's load command.
2246
2247	* baseboards/rom68k-idp.exp: Use -msoft-float by default.
2248
2249	* lib/telnet.exp: If dont_wait_for_prompt is set, don't bother
2250	trying to get a prompt back before returning.
2251
2252	* config/i960.exp(${board}_init): Send several CRs in order to get
2253	a prompt from the board (fun with autobaud). Set
2254	dont_wait_for_prompt. Clear exec_output.
2255
2256Sat May 31 00:29:33 1997  Bob Manson  <manson@charmed.cygnus.com>
2257
2258	* config/base68k.exp: Handle various errors more gracefully.
2259
2260	* config/dos.exp(dos_start_command): Flush any pending output
2261	before sending the new command to be run. Make regexp for
2262	prompt more strict.
2263
2264	* contrib/test-tool: Add support for compressed log files.
2265	(Can't compress ChangeLog files yet.)
2266
2267Fri May 30 15:08:15 1997  Bob Manson  <manson@charmed.cygnus.com>
2268
2269	* lib/libgloss.exp(build_wrapper): New procedure.
2270
2271	* config/base68k.exp: Check for use_vma_offset target feature.
2272	Make sure we keep in sync with the remote target.
2273
2274	* baseboards/rom68k-idp-aout.exp: Try using objcopy again.
2275	Make sure we link with -N.
2276
2277	* testglue.c: Handle m68k-aout specially.
2278
2279Thu May 29 19:57:47 1997  Bob Manson  <manson@charmed.cygnus.com>
2280
2281	* testglue.c: Include sys/unistd.h.
2282
2283	* lib/telnet.exp: Use $connhost correctly.
2284
2285	* lib/remote.exp(remote_wait, remote_raw_wait, standard_wait): New
2286	procedures.
2287
2288	* config/sim.exp(sim_load): Use remote_wait to wait on the
2289	spawned child.
2290
2291	* config/dos.exp(dos_spawn): Make sure we can return an exit
2292	status from the spawned command.
2293	(dos_wait): New procedure.
2294
2295Thu May 29 15:08:07 1997  Bob Manson  <manson@charmed.cygnus.com>
2296
2297	* baseboards/rom68k-idp-aout.exp: Status wrapper seems to be
2298	working in devo.
2299
2300Wed May 28 12:34:28 1997  Bob Manson  <manson@charmed.cygnus.com>
2301
2302	* baseboards/sparc64-sim.exp: New file.
2303
2304	* baseboards/vx68k.exp: New file.
2305
2306	* lib/libgloss.exp(newlib_link_flags): Also look for the linker
2307	script directory that's part of ld, and include it if it
2308	exists.
2309
2310Tue May 27 20:00:01 1997  Bob Manson  <manson@charmed.cygnus.com>
2311
2312	* lib/libgloss.exp(libgloss_link_flags): If we're building
2313	for a powerpc target, the cpu is rs6000, not powerpc.
2314
2315Sat May 24 11:31:26 1997  Bob Manson  <manson@charmed.cygnus.com>
2316
2317	* config/gdb-comm.exp: Strip off "Continuing." response
2318	from gdb. Set the height and width to 0 so GDB doesn't
2319	try to scroll.
2320
2321Fri May 23 12:02:29 1997  Bob Manson  <manson@charmed.cygnus.com>
2322
2323	* baseboards/i960-cyclone.exp: It's noargs now.
2324
2325	* lib/remote.exp(call_remote): Make sure we set the
2326	board's database name entry if we tried to load it.
2327
2328	* lib/libgloss.exp(process_multilib_options): Look for aout and
2329	elf board variants, and set is_aout/is_elf as appropriate.
2330
2331	* lib/targetdb.exp(set_currtarget_info,unset_currtarget_info):
2332	New functions.
2333
2334	* config/gdb-comm.exp: Check for gdb_sect_offset target feature;
2335	if it's set, adjust the sections in the executable with the
2336	.sect command.
2337
2338	* config/i386-bozo.exp: New file.
2339	* baseboards/i386-bozo.exp: New file.
2340
2341Thu May 22 15:24:48 1997  Bob Manson  <manson@charmed.cygnus.com>
2342
2343	* baseboards/op50n.exp: Set gdb,timeout to 9 minutes.
2344
2345	* config/base68k.exp: Display the output from the board in
2346	verbose mode.
2347
2348	* config/proelf.exp: Use base68k to load programs instead of
2349	GDB.
2350
2351	* baseboards/hppa-proelf.exp: Renamed to baseboards/op50n.exp.
2352
2353	* lib/libgloss.exp: Make sure we don't include the libio
2354	stdio directory.
2355
2356Wed May 21 22:58:05 1997  Bob Manson  <manson@charmed.cygnus.com>
2357
2358	* baseboards/i960-cyclone.exp: Link with i960.ld linker
2359	script.
2360
2361Tue May 20 19:03:54 1997  Bob Manson  <manson@charmed.cygnus.com>
2362
2363	* config/sim.exp: Check for magic CHILDKILLED nonsense from
2364	wait.
2365
2366Mon May 19 13:07:01 1997  Bob Manson  <manson@charmed.cygnus.com>
2367
2368	* baseboards/i960-cyclone.exp: New file.
2369	* config/i960.exp: New file.
2370
2371Tue May 20 17:55:39 1997  Jeffrey A Law  (law@cygnus.com)
2372
2373	* config/sim.exp: Set "slow_simulator".
2374
2375Tue May 20 08:54:55 1997  Jeffrey A Law  (law@cygnus.com)
2376
2377	* baseboards/*: Change "gdb,noargs" to just "noargs".
2378
2379Mon May 19 13:07:01 1997  Bob Manson  <manson@charmed.cygnus.com>
2380
2381	* lib/telnet.exp: Backquote the braces in "VxWorks Boot"
2382	correctly this time.
2383
2384	* lib/remote.exp: Use catch to wrap exp_pid calls.
2385
2386Sat May 17 21:44:08 1997  Bob Manson  <manson@charmed.cygnus.com>
2387
2388	* lib/remote.exp(standard_close): Don't wait forever on close; if
2389	it's a process, give it a SIGTERM after 10 seconds.
2390	(remote_spawn): Make sure stderr and stdout all go to the same
2391	place.
2392
2393Sat May 17 19:10:36 1997  Fred Fish  <fnf@cygnus.com>
2394
2395	* Makefile.in (install): Add missing ';' to datadir for...done.
2396
2397Fri May 16 23:30:27 1997  Bob Manson  <manson@charmed.cygnus.com>
2398
2399	* baseboards/powerpc-sim.exp: Can't call functions from within
2400	GDB.
2401
2402Wed May 14 20:59:11 1997  Bob Manson  <manson@charmed.cygnus.com>
2403
2404	* lib/libgloss.exp: Add spaces before options passed to
2405	the compiler.
2406
2407Fri May 16 10:11:54 1997  Jeffrey A Law  (law@cygnus.com)
2408
2409	* baseboards/mn10200-sim.exp: Remove redundant setting of
2410	"cflags".
2411	* baseboards/mn10300-sim.exp: Likewise.
2412
2413Thu May 15 14:26:20 1997  Mike Meissner  <meissner@cygnus.com>
2414
2415	* baseboards/tic80-sim.exp (gcc,no_varargs): Set to 1, the TIC80
2416	doesn't support varargs.
2417
2418Tue May 13 11:51:06 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
2419
2420	* Makefile.in (install): Take out errant semicolon.
2421
2422Mon May 12 21:48:52 1997  Bob Manson  <manson@charmed.cygnus.com>
2423
2424	* lib/libgloss.exp(find_gas): New procedure.
2425
2426	* lib/target.exp(default_target_compile): Look for
2427	CC_FOR_TARGET and CFLAGS_FOR_TARGET global variables.
2428	(target_assemble,default_target_assemble): New procedures.
2429
2430Thu May  8 21:53:03 1997  Bob Manson  <manson@charmed.cygnus.com>
2431
2432	* runtest.exp: Add more informative startup messages describing
2433	the various files that are being loaded.
2434	(setup_target_hook): Give a warning if a target board is the local
2435	machine and a "non-native" test is being run; check if the user
2436	has set their DEJAGNU variable.
2437
2438Tue May  6 14:27:11 1997  Bob Manson  <manson@charmed.cygnus.com>
2439
2440	* runtest.exp(lookfor_file): Use .. instead of [file dirname].
2441
2442Mon May  5 22:06:14 1997  Bob Manson  <manson@charmed.cygnus.com>
2443
2444	* baseboards/vxsparc.exp: New file.
2445
2446	* config/vxworks.exp: Look for [VxWorks Boot] prompt.
2447	* lib/telnet.exp: Ditto.
2448
2449Fri May  2 15:19:00 1997  Bob Manson  <manson@charmed.cygnus.com>
2450
2451	* lib/remote.exp(remote_spawn): Add new argument for readonly
2452	or writeonly processes, and use open to create a pipeline when
2453	it is given.
2454	* config/sim.exp(sim_load): Use it.
2455
2456Fri May  2 10:47:40 1997  Bob Manson  <manson@charmed.cygnus.com>
2457
2458	* baseboards/tic80-sim.exp: New file.
2459
2460Thu May  1 14:42:51 1997  Bob Manson  <manson@charmed.cygnus.com>
2461
2462	* baseboards/d10v.exp: Set gdb,short_int.
2463	* baseboards/d10v-sim.exp: Ditto.
2464	* baseboards/h8300.exp: Ditto.
2465	* baseboards/h8300-sim.exp: Ditto.
2466
2467	* lib/remote.exp(remote_download): Ignore "files are identical"
2468	error from cp.
2469
2470	* testglue.c: Renamed from test-glue.c.
2471
2472Tue Apr 29 17:42:22 1997  Jeffrey A Law  (law@cygnus.com)
2473
2474	* baseboards/h8300-sim.exp: Remove magic linker script braindamage.
2475	Set gdb,noinferiorio, gdb/noresults, gcc,stacksize and no_long_long.
2476	* baseboards/h8300.exp: Similarly.
2477
2478Tue Apr 29 12:56:53 1997  Bob Manson  <manson@charmed.cygnus.com>
2479
2480	* lib/rlogin.exp: Misc cleanups.
2481
2482	* lib/libgloss.exp(g++_include_flags): Don't skip if native. We're
2483	also building multilib versions of the libraries now, so don't
2484	pass a null argument to get_multilibs.
2485	(g++_link_flags): Ditto.
2486
2487Mon Apr 28 12:14:27 1997  Bob Manson  <manson@charmed.cygnus.com>
2488
2489	* lib/telnet.exp: Default to /usr/kerberos/bin/telnet if it
2490	exists.
2491
2492	* lib/target.exp(target_compile): Add use_at target feature, to
2493	support using the @file syntax of GCC on a go32 host.
2494
2495	* lib/rlogin.exp(rlogin_open): Don't try to open a connection if
2496	we already have one open. Use hostname and shell_prompt features of
2497	target.  Remove gratuitous $type variable. Don't use $board here.
2498	Don't die if we get Kerberos login failures; the destination may
2499	not support kerberos.
2500	(rlogin_spawn): New function.
2501
2502	* lib/libgloss.exp(g++_include_flags): Use spaces in
2503	appropriate places when appending flags.
2504
2505Fri Apr 25 19:03:55 1997  Bob Manson  <manson@charmed.cygnus.com>
2506
2507	* config/sim.exp(sim_load): Stop using bash/ulimit. If an input
2508	file is supplied, feed it into the simulator using
2509	remote_transmit.
2510
2511Thu Apr 24 14:37:01 1997  Bob Manson  <manson@charmed.cygnus.com>
2512
2513	* lib/libgloss.exp(g++_include_flags): Make sure libg++/src
2514	is part of the include path.
2515
2516	* lib/telnet.exp(telnet_open): Look for "simple or advanced"
2517	prompt from ataman. Use $connhost instead of $hostname
2518	correctly. Check for hostname feature of target machine.
2519
2520Fri Apr 18 16:43:39 1997  Bob Manson  <manson@charmed.cygnus.com>
2521
2522	* baseboards/sh-hms.exp: Set exit_statuses_bad.
2523
2524	* lib/telnet.exp: Handle more unexpected responses from telnet.
2525	Don't give a warning if we don't get a prompt back after sending
2526	the escape character.
2527
2528	* config/gdb-comm.exp: Check for SIGTRAP; retry if we get one.
2529	Also reboot if the program gets any other signal. Check for
2530	exit_statuses_bad on the target.
2531
2532	* config/base68k.exp: Retry if we didn't get a real exit status.
2533
2534Thu Apr 10 20:04:14 1997  Bob Manson  <manson@charmed.cygnus.com>
2535
2536	* baseboards/h8300.exp: The board is unreliable, make sure failing
2537	commands get retried.
2538
2539	* Makefile.in: Make sure we copy in any .c stub files.
2540
2541	* config/dos.exp: Use the pid as part of the file in /tmp;
2542	delete the file after we're done. Don't create the file
2543	locally until we're ready to download it (in case we're
2544	being called recursively).
2545
2546Thu Apr 10 14:35:02 1997  Jeffrey A Law  (law@cygnus.com)
2547
2548	* baseboards/mn10300-sim.c: The mn10300 can perform inferior
2549	function calls.
2550
2551Wed Apr  2 19:35:13 1997  Bob Manson  <manson@charmed.cygnus.com>
2552
2553	* baseboards/h8300.exp: Add appropriate references to linker
2554	scripts. Set noinferiorio, and noresults.
2555
2556Sun Mar 30 00:25:59 1997  Bob Manson  <manson@charmed.cygnus.com>
2557
2558	* config/ddb-ether.exp: Check for "Exception Cause" from the
2559	monitor, and also retry 3 times on "invalid executable" message.
2560
2561	* config/ddb.exp: Add timeout section. Reboot the
2562	board if we can't get any sort of a prompt.
2563
2564	* config/dos.exp(dos_exec): Return an error status
2565	when the connection fails to the remote host. Retry
2566	connecting several times, and also call remote_reboot
2567	as appropriate.
2568
2569	* lib/ftp.exp: Check return value from ftp_open.
2570
2571Sat Mar 29 00:42:59 1997  Bob Manson  <manson@charmed.cygnus.com>
2572
2573	* baseboards/*.exp: General cleanup, yet again. Take
2574	advantage of the new target variant support.
2575
2576	* runtest.exp: Fix everyone's favorite bug; now it says
2577	"interrupted by user" instead of "segmentation violation"
2578	when ^C is pressed.
2579
2580	* baseboards/vr4300-ddb.exp: Set gdb,noargs and gdb,nosignals.
2581
2582	* config/dos.exp: Increase timeout on program execution
2583	to 5 minutes. Pass target alias to initialization
2584	script. Don't delete the remote batch file.
2585
2586Thu Mar 27 01:38:35 1997  Bob Manson  <manson@charmed.cygnus.com>
2587
2588	* lib/framework.exp(is_remote): Use current_target_name, not
2589	current_target.
2590
2591	* baseboards/m32r-sim.exp: Don't set unnecessary options here.
2592
2593	* lib/target.exp(default_target_compile): Add ldscript
2594	option.
2595
2596	* config/gdb_stub.exp: Check for netport as well as serial. Use
2597	gdb,start_symbol as appropriate.
2598
2599Wed Mar 26 16:45:42 1997  Bob Manson  <manson@charmed.cygnus.com>
2600
2601	* runtest.exp(process_target_variants,iterate_target_variants): New
2602	procedures, called as part of building up the list of targets
2603	to test.
2604
2605	* lib/libgloss.exp(process_multilib_options,add_multilib_option): New
2606	procedures.
2607
2608	* baseboards/*.exp: Call process_multilib_options instead of setting
2609	multilib_flags directly.
2610
2611Wed Mar 26 16:04:48 1997  Doug Evans  <dje@canuck.cygnus.com>
2612
2613	* baseboards/m32r-sim.exp (multilib_flags): Test all code models.
2614
2615Wed Mar 26 13:55:19 1997  Bob Manson  <manson@charmed.cygnus.com>
2616
2617	* baseboards/a29k-udi.exp: Don't use libio.
2618
2619Tue Mar 25 15:22:24 1997  Bob Manson  <manson@charmed.cygnus.com>
2620
2621	* lib/libgloss.exp(libgloss_link_flags): Always add a -L
2622	pointing to the libgloss source directory, if it exists.
2623
2624	* lib/telnet.exp(telnet_binary): Thanks, HPsUX.
2625	* lib/rsh.exp:(rsh_exec) Likewise, I'm sure.
2626
2627Mon Mar 24 22:20:18 1997  Bob Manson  <manson@charmed.cygnus.com>
2628
2629	* config/dos.exp: Grab the exit status from the command we
2630	executed.
2631
2632Sat Mar 22 13:07:52 1997  Bob Manson  <manson@charmed.cygnus.com>
2633
2634	* lib/mondfe.exp: General cleanups; don't be quite so
2635	picky about when a prompt should appear (the last
2636	step may not always be clearing the BSS section).
2637
2638	* config/gdb-comm.exp: Check for response when setting
2639	baud rate.
2640
2641	* config/udi.exp: Don't be quite so picky when checking
2642	for "Halt instruction encountered".
2643
2644	* testsuite/runtest.all/*.test: $srcdir/$subdir, not
2645	$srcdir$subdir.
2646
2647Fri Mar 21 17:36:29 1997  Michael Meissner  <meissner@cygnus.com>
2648
2649	* baseboards/d10v-sim.exp (sim_time_limit): Bump the default time
2650	limit to 10 minutes, since gcc.c-torture/execute/920501-6.c takes
2651	quite a while to do 64 bit arithmetic on a 16 bit host.
2652
2653Fri Mar 21 01:02:39 1997  Jeffrey A Law  (law@cygnus.com)
2654
2655	* baseboards/mn10300-sim.exp: The mn10300 can't perform
2656	inferior function calls yet.
2657
2658Thu Mar 20 22:45:18 1997  Jeffrey A Law  (law@cygnus.com)
2659
2660	* testsuite/runtest.all/options.exp: Remove "baud" test.
2661
2662Tue Mar 18 15:15:16 1997  Jeffrey A Law  (law@cygnus.com)
2663
2664	* baseboards/mn10300-sim.exp: Various updates from mn10200-sim.exp.
2665
2666Mon Mar 17 15:11:03 1997  Bob Manson  <manson@charmed.cygnus.com>
2667
2668	* testsuite/runtest.all/stats-sub.exp: Add missing brace.
2669
2670	* config/sim.exp: If bash isn't in the user's path, then use spawn
2671	and expect to try and catch cases where the simulator has gone
2672	into an infinite loop.
2673
2674Thu Mar 13 11:59:52 1997  Bob Manson  <manson@charmed.cygnus.com>
2675
2676	* runtest.exp: If running on multiple targets, output a summary
2677	for each target. Use log_and_exit instead of log_summary.
2678
2679	* lib/framework.exp: Use an array (test_count) instead of
2680	separate variables for each pass/fail/xpass/... count.
2681	(log_and_exit, init_testcounts,incr_count): New procedures.
2682
2683	* lib/debugger.exp: Call log_and_exit instead of log_summary.
2684
2685	* lib/libgloss.exp(get_multilibs): Use -all. Substitute " -"
2686	with " ", not the null string.
2687
2688Thu Mar 13 11:21:56 1997  Angela Marie Thomas (angela@cygnus.com)
2689
2690	* baseboards/mips-lsi-sim{,-EL,-sf,-sfEL}.exp: New files.
2691
2692Wed Mar 12 16:37:03 1997  Bob Manson  <manson@charmed.cygnus.com>
2693
2694	* baseboards/h8300-sim.exp: Add noargs and nosignals.
2695	* baseboards/h8300.exp: Ditto.
2696
2697Tue Mar 11 17:17:43 1997  Bob Manson  <manson@charmed.cygnus.com>
2698
2699	* config/gdb-comm.exp: If we're talking to a remote host,
2700	download the executable being loaded before starting GDB.
2701	Check for the gdb_opts feature of the host.
2702	(gdb_comm_leave): New procedure. If we're talking to a
2703	remote host, always start and exit gdb for each download.
2704
2705	* config/dos.exp: Use remote_expect.
2706
2707	* config/ddb.exp: If we're talking to a remote host, don't
2708	try to init the prompt.
2709
2710	* baseboards/vr4300-ddb.exp: Don't link in libio.
2711
2712	* baseboards/vr4100-ddb.exp: Don't link in libio. Do use
2713	-msoft-float "just in case".
2714
2715	* baseboards/sh-hms.exp: We need to pass in the -L options
2716	for the libgloss directories so we find the linker scripts.
2717
2718	* baseboards/dos.exp: Make sure --command gdbinit is passed
2719	to gdb.
2720
2721	* runtest.exp: Prefer target_alias over target_install.
2722	* baseboards/basic-sim.exp: Ditto.
2723
2724Sat Mar  8 12:01:04 1997  Bob Manson  <manson@charmed.cygnus.com>
2725
2726	* baseboards/mn10200-sim.exp: Fix comment.
2727
2728	* baseboards/sh-hms.exp: Include libgloss so we can find
2729	the linker scripts.
2730
2731	* baseboards/sh-hms-sim.exp: Ditto.
2732
2733	* config/vxworks.exp: Add additional error checking cases. Remove
2734	unused procedure "vxworks_transform_path".
2735
2736Fri Mar  7 13:53:35 1997  Bob Manson  <manson@charmed.cygnus.com>
2737
2738	* baseboards/vr5000-ddb.exp: Add configury for nullstone.
2739	* baseboards/vr4300-ddb.exp: Ditto.
2740
2741	* config/ddb-ether.exp(ddb_ether_ld): New routine.
2742	(ddb_ether_try): Use ddb_ether_ld.
2743	(ddb_ether_load): Make sure we return "fail" at the end of the loop.
2744
2745	* config/bug.exp: Use set_board_info.
2746
2747	* baseboards/vr4300-sim.exp: Use mips-sim as a base configuration.
2748
2749	* config/gdb_stub.exp: Use remote_expect.
2750
2751	* lib/remote.exp(remote_ld, remote_raw_ld, remote_push_conn,
2752	  remote_pop_conn): New routines.
2753
2754Thu Mar  6 09:34:39 1997  Bob Manson  <manson@charmed.cygnus.com>
2755
2756	* config/ddb-ether.exp: Use remote_expect and remote_send.
2757	* config/vxworks.exp: Ditto.
2758
2759	* runtest.exp: Remove --baud and --connect options, no longer
2760	functional.
2761	(setup_target_hook): Use the hostname of the local machine when
2762	searching for a board file, if a board wasn't specified with
2763	--host_board.
2764
2765Wed Mar  5 09:37:55 1997  Bob Manson  <manson@charmed.cygnus.com>
2766
2767	* config/base68k.exp: Use $dest instead of target, and remote_send
2768	and remote_expect.
2769
2770	* lib/framework.exp(clone_output): If $sum_file is null, don't try
2771	to write to the file.
2772
2773	* config/ddb-ether.exp(ddb_ether_try): Add -re to regexp pattern.
2774
2775	* baseboards/mips-sim.exp: New file.
2776
2777	* runtest.exp: Move loading the libraries and the
2778	tool initialization file before the start of the
2779	file. Allow the tool to add additional options to runtest.
2780	(transform): target_install is now a list kept as part of the
2781	board description. Search the list for the current target alias;
2782	if found, use in preference to the default target_install entry.
2783
2784	* lib/targetdb.exp(set_board_info,unset_board_info): New procedures.
2785
2786	* baseboards/*.exp: Use set_board_info instead of setting entries
2787	in the board_info array directly. Also, some general cleanup,
2788	removal of useless entries, etc.
2789
2790Tue Mar  4 22:58:37 1997  Bob Manson  <manson@charmed.cygnus.com>
2791
2792	* baseboards/vr5000-ddb.exp: Set gdb,nosignals and gdb,noargs.
2793
2794Tue Mar  4 14:43:50 1997  Bob Manson  <manson@charmed.cygnus.com>
2795
2796	* baseboards/powerpc-sim.exp: Set gdb,nosignals.
2797
2798Mon Mar  3 12:38:28 1997  Bob Manson  <manson@charmed.cygnus.com>
2799
2800	* config/base68k.exp(base68k_load): Send an extra CRLF pair.
2801
2802	* lib/telnet.exp(telnet_binary): Only send a linefeed to telnet
2803	after the command. Don't send an extra CRLF pair after the
2804	command.
2805
2806	* config/ddb-ether.exp: Minor cleanups.
2807
2808	* lib/remote.exp(remote_expect): New procedure.
2809
2810Fri Feb 28 17:04:11 1997  Bob Manson  <manson@charmed.cygnus.com>
2811
2812	* config/vr5000.exp: Use ddb-ether, as it's faster.
2813
2814	* baseboards/vr5000-ddb.exp: Use ddb.ld. Add setup info for
2815	nullstone. Mark it as unreliable, as it gets random SIGFPEs.
2816
2817	* runtest.exp(setup_target_hook): Call perror instead of error.
2818
2819	* config/ddb-ether.exp: New file.
2820
2821Thu Feb 27 12:58:01 1997  Bob Manson  <manson@charmed.cygnus.com>
2822
2823	* baseboards/rom68k-idp.exp: Set gdb,noargs gdb,nosignals
2824	and gdb,noresults.
2825
2826	* config/vr5000.exp,baseboards/vr5000-ddb.exp: New files.
2827
2828	* config/ddb.exp(${board}_init): Don't go into a recursive
2829	tailspin.
2830
2831	* config/gdb-comm.exp(quit_gdb): New procedure.
2832	(gdb_comm_load): Use it. Check for board feature
2833	"unreliable". If the testcase times out, try rebooting the board
2834	and reexecuting before deciding that the testcase is going into an
2835	infinite loop.
2836
2837	* lib/rsh.exp(rsh_exec): Explicitly call sh.
2838
2839	* lib/telnet.exp(telnet_open): Make sure we wait for the telnet to
2840	exit after closing it.
2841
2842	* test-glue.c: Include stdio.h and string.h.
2843
2844	* lib/remote.exp(standard_load): program args are in 0, input
2845	is in 1.
2846
2847	* config/vxworks.exp(vxworks_open): Use password, not passwd.
2848Sun Feb 23 14:32:34 1997  Bob Manson  <manson@charmed.cygnus.com>
2849
2850	* lib/telnet.exp(telnet_open): Add "catch" to the exp_send command
2851	after telnet gets a connection refused.
2852
2853	* lib/framework.exp(record_test): Add global variable pf_prefix,
2854	which contains a string that will be prefixed to every pass/fail
2855	message.
2856
2857	* runtest.exp(runtest): Pass the name of the expect script to
2858	the tool init function.
2859
2860	* baseboards/rom68k-idp.exp: Don't include libio.
2861
2862Sat Feb 22 21:02:01 1997  Bob Manson  <manson@charmed.cygnus.com>
2863
2864	* lib/telnet.exp(telnet_binary): Wait for a prompt after sending
2865	the telnet escape character.
2866
2867Fri Feb 21 13:46:45 1997  Bob Manson  <manson@charmed.cygnus.com>
2868
2869	* Makefile.in (install): Install the baseboards and config
2870	.exp files.
2871
2872	* config/vxworks.exp: General cleanup and restructuring.
2873	Added vxworks_exec.
2874
2875Thu Feb 20 17:17:08 1997  Bob Manson  <manson@charmed.cygnus.com>
2876
2877	* config/vxworks.exp(vxworks_ld): Unload modules after testing them.
2878	Check the results from remote_open; reboot the target if needed.
2879
2880	* lib/remote.exp(remote_download): Check the result code from "cp".
2881
2882Wed Feb 19 16:19:04 1997  Bob Manson  <manson@charmed.cygnus.com>
2883
2884	* baseboards/vr4300-sim.exp: Not "setup_sim vr4300", it's
2885	mips.
2886
2887	* config/gdb-comm.exp: Use warning instead of perror in several
2888	places.
2889
2890Wed Feb 19 09:36:06 1997  Michael Meissner  <meissner@cygnus.com>
2891
2892	* baseboards/powerpc-bug{,1}.exp: New files for dealing with
2893	PPCBUG monitor on ports 0 and 1.
2894
2895	* baseboards/powerpc-sim.exp (needs_status_wrapper): Delete,
2896	simulator can return exit statuses correctly.
2897
2898Mon Feb 17 16:52:37 1997  Michael Meissner  <meissner@cygnus.com>
2899
2900	* baseboards/d10v-sim.exp (needs_status_wrapper): Delete,
2901	simulator can return exit statuses correctly.
2902	(sim_time_limit): Delete, simulator can take more than 10 seconds
2903	on some tests.
2904
2905Thu Feb 13 15:59:28 1997  Bob Manson  <manson@charmed.cygnus.com>
2906
2907	* runtest.exp(runtest): Record number of seconds it took to
2908	run the testcase.
2909
2910	* lib/framework.exp(log_summary): Log finish time.
2911
2912	* lib/remote.exp(check_for_board_status): If $result ends up being
2913	empty, don't crash. Also, be a bit more lax about what we're
2914	removing from the result being processed.
2915
2916Thu Feb 13 13:17:19 1997  Michael Meissner  <meissner@cygnus.com>
2917
2918	* baseboards/d10v{,-sim}.exp: D10v has small stack, no trampoline
2919	support, and can't do labels as values.
2920
2921Tue Feb 11 12:54:17 1997  Bob Manson  <manson@charmed.cygnus.com>
2922
2923	* lib/mondfe.exp: Use mondfe,name instead of remote_host.
2924
2925	* config/gdb_stub.exp: Remove bogus global declaration.
2926
2927	* lib/target.exp(default_target_compile): Append -lm at the end of
2928	the argument list, so it is linked in as appropriate.
2929
2930Tue Feb 11 11:01:33 1997  Jeffrey A Law  (law@cygnus.com)
2931
2932	* baseboards/mn10200-sim.exp: Remove gdb,cannot_call_functions.
2933
2934	* lib/remote.exp (remote_exec): Send PARGS to exec, not ARGS.
2935
2936	* lib/remote.exp (remote_exec): OUTP comes from argument 2, not
2937	argument 1!
2938
2939Mon Feb 10 16:40:27 1997  Bob Manson  <manson@charmed.cygnus.com>
2940
2941	* config/vxworks.exp: Return $shell_id like we should.
2942
2943	* baseboards/d10v.exp: Fix.
2944
2945	* lib/telnet.exp: Don't be quite so verbose.
2946
2947	* lib/remote.exp(standard_send): Quote the string being sent
2948	correctly.
2949	(standard_transmit): Change a few verbose message levels.
2950
2951	* config/dos.exp: Return the result of remote_raw_send.
2952	* config/vxworks.exp: Ditto.
2953
2954Sun Feb  9 20:58:53 1997  Bob Manson  <manson@charmed.cygnus.com>
2955
2956	* baseboards/rom68k-idp.exp: Use objcopy by default, as
2957	otherwise gdb won't work with srecords.
2958	* baseboards/rom68k-idp-aout.exp: Output srecords directly.
2959
2960Sat Feb  8 13:40:38 1997  Bob Manson  <manson@charmed.cygnus.com>
2961
2962	* lib/libgloss.exp(libio_include_flags): Use the correct
2963	binary directory when including _G_config.h.
2964
2965	* baseboards/mips-idt.exp: Add -nostdlib. Use idt.ld, not
2966	pmon.ld.
2967
2968	* lib/remote.exp(standard_send): Use catch. Return a success
2969	or fail status. Don't use error, use perror.
2970
2971	* config/vr4100.exp, config/ddb.exp: New files.
2972
2973	* config/gdb-comm.exp: Try reopening 4 times before failing,
2974	rather than just once. Also, if we get a valid status result
2975	from the board, use it instead of trying to check the exit
2976	code passed to exit().
2977
2978	* lib/telnet.exp(telnet_open): Don't send the initial cr until
2979	we've seen the "Escape character is..." line from telnet. Also,
2980	if we got an unexpected EOF from telnet, wait 5 seconds before
2981	trying again.
2982
2983Fri Feb  7 13:22:43 1997  Bob Manson  <manson@charmed.cygnus.com>
2984
2985	* runtest.exp: Add --tool_exec and --tool_opt options. Clean
2986	up the help messages to correspond with reality a bit better.
2987
2988	* lib/target.exp(prune_warnings): Merge in all the various
2989	random versions of prune_system_crud and prune_warnings.
2990	Nuke prune_system_crud without prejudice; replace with calls
2991	to prune_warnings.
2992
2993	* lib/dg.exp: Use prune_warnings instead of prune_system_crud.
2994
2995Fri Feb  7 09:41:40 1997  Jeffrey A Law  (law@cygnus.com)
2996
2997	* baseboards/mn10200-sim.exp: Set gdb,noresults gdb,noinferiorio
2998	and no_double.
2999
3000Thu Feb  6 13:08:50 1997  Bob Manson  <manson@charmed.cygnus.com>
3001
3002	* lib/remote.exp(remote_download): When copying to a local file,
3003	make sure the copied file has read permissions for other.
3004
3005	* baseboards/vx960.exp: New file.
3006
3007	* config/vxworks.exp: Fix.
3008
3009	* lib/libgloss.exp(get_multilibs): If a list of multilib options
3010	is specified, don't return the cached multilib path.
3011
3012Wed Feb  5 22:08:03 1997  Jeffrey A Law  (law@cygnus.com)
3013
3014	* baseboards/mn10200-sim.exp: Random cleanups.
3015	Set gdb,noargs gdb,nosignals and gdb,cannot_call_functions.
3016
3017Tue Feb  4 21:43:39 1997  Bob Manson  <manson@charmed.cygnus.com>
3018
3019	* baseboards/sh-hms.exp: Set gcc,stack_size as well.
3020
3021	* config/gdb-comm.exp: Add gdb_run_command target feature.
3022
3023	* baseboards/a29k-udi.exp: Use gcc,stack_size instead of
3024	defining STACK_SIZE.
3025	* baseboards/armpe-sim.exp: Ditto.
3026	* baseboards/mn10200-sim.exp: Ditto.
3027	* baseboards/sh-hms-sim.exp: Ditto.
3028
3029Tue Feb  4 15:51:21 1997  Jim Wilson  <wilson@cygnus.com>
3030
3031	* baseboards/sh-hms-sim.exp (cflags): Add -DSTACK_SIZE=16384.
3032
3033Mon Feb  3 12:30:02 1997  Bob Manson  <manson@charmed.cygnus.com>
3034
3035	* lib/remote.exp: Be a little be more lenient about what matches
3036	the exit code returned from the board.
3037
3038	* baseboards/rom68k-idp-aout.exp: Fix.
3039
3040	* lib/telnet.exp: Added send_initial_cr board feature.
3041	Make sure we respawn telnet if it dies.
3042	* config/base68k.exp: Set it.
3043	  (base68k_load): Set exec_output. If we get a timeout from the
3044	  board, this is now considered to be a failure.
3045
3046	* baseboards/sh-hms.exp: This is now the baseboard for a SH board,
3047	not the simulator.
3048
3049	* baseboards/sh-hms-sim.exp: New file.
3050	* config/sh.exp: New file.
3051	* baseboards/m32r-sim.exp: New file.
3052
3053Mon Feb  3 07:54:04 1997  Jeffrey A Law  (law@cygnus.com)
3054
3055	* baseboards/mn10200-sim.exp: Add -DSTACK_SIZE=4096 to cflags.
3056	Set no_long_long for this target.
3057
3058Sun Feb  2 15:29:09 1997  Bob Manson  <manson@charmed.cygnus.com>
3059
3060	* lib/libgloss.exp(find_gcc): Don't be quite so choosy about
3061	the name of the compiler. But, make sure we look in all the
3062	right places.
3063
3064	* lib/remote.exp(standard_close): Return 0.
3065
3066	* lib/mondfe.exp(mondfe_close): Return 0 if the connection is
3067	already closed.
3068
3069Sun Feb  2 17:47:09 1997  Ian Lance Taylor  <ian@cygnus.com>
3070
3071	* lib/target.exp: Only mention the compiler exit status if it is
3072	non-zero.
3073
3074Sun Feb  2 00:00:39 1997  Bob Manson  <manson@charmed.cygnus.com>
3075
3076	* config/dos.exp: Use $shell_prompt, not $prompt.
3077	* config/netware.exp: Ditto.
3078	* lib/rlogin.exp: Ditto.
3079	* lib/rsh.exp: Ditto.
3080	* lib/telnet.exp: Ditto.
3081	* lib/tip.exp: Ditto.
3082
3083Sat Feb  1 12:38:05 1997  Bob Manson  <manson@charmed.cygnus.com>
3084
3085	* config/unix.exp: It's $dest, not $targetname.
3086
3087	* runtest.exp: Add global variable boards_dir, which will
3088	point to the directory containing the board description
3089	files referred to by site.exp.
3090
3091	* lib/target.exp: Always log output from the compile.
3092
3093Sat Feb  1 10:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
3094
3095	* lib/libgloss.exp (libgloss_link_flags): Add slash at the end of
3096	the -B option.
3097
3098Fri Jan 31 11:36:12 1997  Bob Manson  <manson@charmed.cygnus.com>
3099
3100	* config/gdb-comm.exp: Use $spawn_id consistently in expect.
3101	Grab output from the board and stuff it into exec_output;
3102	also check for status output from the status wrapper.
3103
3104	* baseboards/vr4300-ecoff-sim.exp: New file.
3105
3106	* baseboards/mips64-sim.exp: It's basic-sim, not basic-sim.exp.
3107
3108	* lib/target.exp(default_target_compile): If we end up with no
3109	compiler, or if we can't find it and we're compiling locally, give
3110	an error and return.
3111
3112	* lib/libgloss.exp(get_multilibs): If the host is remote, or if we
3113	have no compiler, or it can't be found, don't look for multilibs.
3114	(find_gcc): Don't even check to see if the compiler exists.
3115	(libio_include_flags): Don't bother looking for the include dir if we
3116	haven't got libio.a.
3117
3118Thu Jan 30 11:48:29 1997  Bob Manson  <manson@charmed.cygnus.com>
3119
3120	* lib/libgloss.exp(get_multilibs):  Options can be all caps too.
3121
3122	* config/gdb-comm.exp: Remove spurious quote. (Thanks, TCL!)
3123	  Add dest parameter to gdb_comm_reload calls.
3124	  Remind me not to reuse code (go_idle).
3125
3126	* runtest.exp(setup_target_hook): Use the non-generic name of
3127	the host when searching for a host-specific target description.
3128	(load_board_description): Use append correctly.
3129
3130	* baseboards/sparclite-coff.exp: New file.
3131
3132	* config/gdb_stub.exp: Add generic support for GDB stub targets
3133	(derived from sparclet.exp).
3134	* config/sparclet.exp: Use it.
3135	* config/slite.exp: Use it.
3136
3137	* config/gdb-comm.exp: Rename the rest of the routines while
3138	I'm at it.
3139
3140	* baseboards/d10v-sim.exp: Set gdb,nosignals and gdb,noargs.
3141
3142	* config/gdb-comm.exp: Change gdb_reload to gdb_comm_reload,
3143	gdb_file_cmd to gdb_comm_file_cmd and gdb_add_breakpoint to
3144	gdb_comm_add_breakpoint.
3145
3146	* baseboards/d10v.exp: It's d10v-elf.
3147	* baseboards/d10v-sim.exp: Ditto.
3148
3149	* config/dos.exp: Check for errors when opening a connection.
3150
3151	* runtest.exp: Remove the slash after $srcdir when generating $subdir.
3152
3153	* config/m32r.exp: Use load_generic_config, not load_config.
3154	* config/proelf.exp: Ditto.
3155
3156	* runtest.exp(transform): Add missing global declaration.
3157
3158	* lib/remote.exp(remote_reboot): Call ${board}_init after we
3159	reboot the board.
3160	(call_remote): If we're not working on a raw connection, look for a
3161	protocol specified by the board	description and use it.
3162
3163	* config/unix.exp: Replace ${board} with unix, and set the board's
3164	protocol to unix.
3165
3166	* config/udi.exp: Replace ${board} with udi, and set the board's
3167	protocol to udi.
3168
3169	* config/sim.exp: Replace ${board} with sim, and set the board's
3170	protocol to sim.
3171
3172	* config/dos.exp: Replace ${board} with dos, and set the board's
3173	protocol to dos.
3174
3175	* runtest.exp(load_generic_config): Don't set the generic name of
3176	the board if it already has one.
3177
3178	* config/gdb-comm.exp: Remove definition of ${board}_init, and move
3179	initialization to gdb_comm_start. Change $prompt to $gdb_prompt.
3180	Look to see if the destination board has defined gdb_prompt, and use
3181	it. Change ${board} to gdb_comm, and set the board's protocol as
3182	gdb_comm.
3183
3184	* baseboards/armpe-sim.exp: Fix typo; it's "needs_status_wrapper".
3185	* baseboards/d10v-sim.exp: Ditto.
3186	* baseboards/vr4300.exp: Ditto.
3187	* baseboards/sparclet-aout.exp: Ditto.
3188	* baseboards/sh-hms.exp: Ditto.
3189	* baseboards/mn10300-sim.exp: Ditto.
3190	* baseboards/mn10200-sim.exp: Ditto.
3191	* baseboards/m32r-elf.exp: Ditto.
3192	* baseboards/h8300.exp: Ditto.
3193	* baseboards/h8300-sim.exp: Ditto.
3194	* baseboards/vr4300-ddb.exp: Ditto
3195	* baseboards/vr4300-ddbecoff.exp: Ditto.
3196
3197Thu Jan 30 00:00:48 1997  Angela Marie Thomas (angela@cygnus.com)
3198
3199	* baseboards/vr4300-ddb*: New files.
3200
3201Wed Jan 29 14:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
3202
3203	* config/sim.exp: Log which simulator is being run.
3204
3205	* {baseboards,config}/h8300.exp: New files.
3206
3207	* baseboards/vr4300.exp: Don't need to set generic_name anymore,
3208	this is done by load_generic_config.
3209	* baseboards/m32r-elf.exp: Ditto.
3210	* baseboards/unix.exp: Ditto.
3211	* baseboards/v850-sim.exp: Ditto.
3212	* baseboards/vr4300-sim.exp: Ditto.
3213
3214	* config/vr4300.exp: It's load_generic_config now; don't need the
3215	.exp suffix either.
3216	* config/bug.exp: Ditto.
3217	* config/mips-idt.exp: Ditto.
3218	* config/rom68k.exp: Ditto.
3219
3220	* config/gdb-comm.exp(go_idle): Set shell_id before doing an
3221	send/expect. Use "remote_send host" instead of send.
3222	(gdb_comm_start): GDB and prompt are globals; declare them so.
3223	(${board}_load): need to give a boardname to board_info.
3224
3225	* lib/remote.exp(remote_exec): Add logging.
3226
3227Wed Jan 29 00:19:01 1997  Bob Manson  <manson@charmed.cygnus.com>
3228
3229	Major revisions for cross-testing and remote hosted testing.
3230
3231	* runtest.exp: Remove several global variables, including variables
3232	that describe target info; this is now kept in the board_info
3233	array. Add new options --host_board and --target_board. Remove
3234	--name option.
3235	(search_and_load_file): New routine.
3236	(lookfor_file): New routine.
3237	(load_lib): Use search_and_load_file.
3238	(setup_target_hook, setup_host_hook): New routines.
3239	(load_generic_config, load_tool_target_config, load_tool_init,
3240	load_board_description, load_base_board_description): New routines.
3241	(runtest): New routine, code moved from main loop.
3242
3243	* site.tmpl: Update using new format of site.exp.
3244
3245	* lib/dg.exp(dg-init): Remove call to ${tool}_init, this is now done
3246	by runtest.exp.
3247	(dg-test): Change the format of the results returned from
3248	${tool}-dg-test to include the output from the test.
3249
3250	* lib/framework.exp(is_remote): New routine.
3251
3252	* lib/libgloss.exp: Add libgloss_{link,include}_flags,
3253	newlib_{link,include}_flags, libio_{link_include}_flags,
3254	g++_{link,include}_flags.
3255
3256	* lib/remote.exp: Major rewrite. Add remote_* functions,
3257	move telnet, rlogin, ftp, kermit, et al to separate files.
3258
3259	* lib/target.exp(set_target_info, compile, archive, ranlib,
3260	link_objects, execute_anywhere, getprompt, make): Deleted.
3261	(push_target,push_config,pop_config,pop_target): Don't copy
3262	the entries around, just change the name.
3263	(target_compile, default_target_compile, reboot_target): New routines.
3264
3265Fri Jan  3 12:30:07 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
3266
3267	* site.tmpl (powerpc*-*-eabi*): Add sample entry.
3268
3269Thu Dec 12 18:11:24 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3270
3271	* lib/utils.exp (diff): Set list_a and list_b to null so diffing
3272	empty files works.
3273	* lib/framework.exp (unknown): Set the exit status before calling
3274	log_summary.
3275
3276Thu Dec  5 10:24:27 1996  Fred Fish  <fnf@rtl.cygnus.com>
3277
3278	* runtest.exp: Fix an indentation glitch.  Before running a new
3279	test case clear any pending errcnt so that the first test in the
3280	new test case won't become a spurious "unresolved" test.
3281
3282Mon Dec  2 21:55:22 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3283
3284	* lib/utils.exp (diff): Notice the file dofferences even if the
3285	file lengths are the same.
3286	* lib/remote.exp (rsh_exec): Work with both csh and sh.
3287	* lib/target.exp (execute_anywhere): Print an error message if
3288	START & END aren't found rather than core dump.
3289
3290Fri Oct 18 20:54:10 1996  Doug Evans  <dje@canuck.cygnus.com>
3291
3292	* lib/target.exp (prune_warnings): Fix typo in sunos pattern.
3293
3294Thu Oct  3 16:00:52 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3295
3296	* doc/Makefile.in (clean): Move config.log to distclean.
3297	* example/calc/Makefile.in (clean): Move config.log to distclean.
3298	* testsuite/Makefile.in (clean): Move config.log to distclean.
3299
3300Wed Oct  2 17:46:15 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3301
3302	* Makefile.in (distclean): Remove config.cache
3303	* doc/Makefile.in (clean): Remove config.log
3304	* example/calc/Makefile.in (clean): Remove config.log
3305
3306Wed Oct  2 16:59:24 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3307
3308	* testsuite/Makefile.in (clean): Remove config.log.
3309
3310Mon Sep 30 11:23:25 1996  Tom Tromey  <tromey@cygnus.com>
3311
3312	* configure: Regenerated.
3313	* aclocal.m4 (CY_AC_PATH_TKLIB): Typo fix.
3314
3315Fri Sep 27 12:17:35 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
3316
3317	* contrib/test-tool (todayname): Add some echos around the "Here is"
3318	lines.
3319
3320Thu Sep 26 17:09:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
3321
3322	* contrib/test-tool: For g++, also track ChangeLog.fsf.
3323
3324Fri Aug 30 10:35:12 1996  Doug Evans  <dje@canuck.cygnus.com>
3325
3326	* contrib/test-tool: Don't use cp -p if not supported.
3327	Fix first call to grep to extract PASS/FAIL/Ufoo messages.
3328
3329Fri Aug 23 22:58:56 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3330
3331	* lib/libgloss.exp(libgloss_cflags): Convert the mips part of the
3332	target triplet to just "mips", so the libgloss stuff can be found.
3333
3334Fri Aug 23 13:46:30 1996  Doug Evans  <dje@canuck.cygnus.com>
3335
3336	* Makefile.in (configure): Delete dependencies.
3337	(config.status): Depend on configure.
3338	* example/Makefile.in: Likewise.
3339	* testsuite/Makefile.in: Likewise.
3340
3341Thu Aug 15 16:38:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
3342
3343	* lib/libgloss.exp (libgloss_flags): Add trailing slash to -B we
3344	added.
3345	(newlib_flags): Likewise.
3346
3347Mon Aug 12 16:07:21 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3348
3349	* lib/libgloss.exp(libgloss_cflags): Convert the hppa part of the
3350	target triplet to just "pa", so the libgloss stuff can be found.
3351
3352Thu Aug  8 17:07:52 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3353
3354	* lib/libgloss.exp(libgloss_flags): Don't look in new config info,
3355	just use CFLAGS & LDFLAGS as they're set as the default variables
3356	by the config code.
3357
3358	* lib/libgloss.exp(libgloss_flags): Look for the srcdir too, so we
3359	can find the linker script when libgloss isn't installed yet.
3360
3361Thu Aug  8 15:54:59 1996  Tom Tromey  <tromey@charmed.cygnus.com>
3362
3363	* lib/remote.exp (telnet): Don't exp_send directly after a spawn.
3364	Make line-termination-matching regexp more strict.  Use "expect",
3365	not "catch expect".  Loop terminates when prompt is found.
3366	login/password check no longer matches everything.
3367
3368Tue Aug  6 21:08:37 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3369
3370	* lib/libgloss.exp(get_multilibs): New proc to run gcc
3371	--print-multi-lib and to parse out the path and option info.
3372	(libgloss_flags,newlib_flags): Use get_multilibs, and set the
3373	-B and -L paths right based on the -m options passed to the cross
3374	compiler.
3375
3376Wed Jul 31 15:21:08 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3377
3378	* lib/libgloss.exp: Don't return an empty linker script name with
3379	-T.
3380
3381Thu Jul 25 15:19:32 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3382
3383	* runtest: Add another place to look for runtest.exp.
3384
3385Wed Jul 24 15:41:21 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3386
3387	* runtest.exp: Accept "0-9_-" as legit characters for variable
3388	names defined on the command line.
3389
3390Thu Jul 11 12:45:38 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3391
3392	* runtest: Find runtest.exp in $(prefix)/share, not $(prefix)/lib.
3393
3394Mon Jul  8 16:05:57 1996  Doug Evans  <dje@canuck.cygnus.com>
3395
3396	* contrib/test-tool: Update gcc/g++ testing directory.
3397
3398Tue Jun 25 10:21:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
3399
3400	* runtest.exp (load_file): Catch errors in "file exists".
3401
3402Mon Jun 24 17:26:20 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3403
3404	* Makefile.in (bindir, libdir, datadir, infodir, includedir): Use
3405	autoconf-set values.
3406	(docdir): Removed.
3407	* configure.in (AC_PREREQ): autoconf 2.5 or higher.
3408	* configure: Rebuilt.
3409	* doc/Makefile.in (VPATH, mandir, infodir, INSTALL_PROGRAM,
3410	INSTALL_DATA): Use autoconf set values.
3411	* doc/configure.in (AC_PREREQ): autoconf 2.5 or higher.
3412	* doc/configure: Rebuilt.
3413	* example/Makefile.in (bindir, libdir, datadir, mandir, infodir,
3414	includedir): Use autoconf set values.
3415	(docdir): Removed.
3416	* example/configure.in (AC_PREREQ): autoconf 2.5 or higher.
3417	* example/configure: Rebuilt.
3418	* example/calc/configure.in (AC_PREREQ): autoconf 2.5 or higher.
3419	* example/calc/configure: Rebuilt.
3420	* testsuite/configure.in (AC_PREREQ): autoconf 2.5 or higher.
3421	* testsuite/configure: Rebuilt.
3422	* testsuite/aclocal.m4: New.  Include ../aclocal.m4.
3423
3424Wed Jun 12 14:18:09 1996  Tom Tromey  <tromey@thepub.cygnus.com>
3425
3426	* configure: Regenerated.
3427	* aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
3428	avoid name clashes with SunOS headers.
3429
3430Tue Jun  4 17:53:16 1996  Gordon Irlam  <gordoni@snuffle.cygnus.com>
3431
3432	* install-sh: Add MIT copyright.  Fix typo.
3433
3434Fri May 31 14:09:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
3435
3436	* QuickRef.ps: Removed.
3437
3438Tue May 28 13:03:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
3439
3440	* testsuite/configure: Regenerated.
3441	* configure: Regenerated.
3442	* aclocal.m4 (CY_AC_PATH_TCLH): Don't use AC_TRY_RUN.
3443	(CY_AC_PATH_TKH): Don't use AC_TRY_RUN.
3444
3445Tue May 21 11:40:41 1996  Doug Evans  <dje@seba.cygnus.com>
3446
3447	* aclocal.m4 (CY_AC_PATH_TCLH): Guess Tcl version if cross compiling.
3448	* testsuite/configure: Regenerated.
3449
3450Tue May 14 15:38:04 1996  Mark Alexander  <marka@andros.cygnus.com>
3451
3452	* lib/target.exp (compile): Use append instead of lappend
3453	to prevent cflags from being surrounded by curly braces.
3454
3455Wed Apr 10 13:29:15 1996  Jeffrey A Law  (law@cygnus.com)
3456
3457	* site.tmpl (h8300*-*-*): Define STACK_SIZE and NO_LONG_LONG.
3458
3459Mon Apr  8 16:21:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
3460
3461	* testsuite/Makefile.in (configure): Removed bogus tab.
3462
3463Tue Feb 20 19:43:47 1996  Doug Evans  <dje@charmed.cygnus.com>
3464
3465	* runtest.exp (main loop): Handle a=b=c in $MULTIPASS.
3466
3467Fri Feb  2 10:25:32 1996  Jeffrey A Law  (law@cygnus.com)
3468
3469	* site.tmpl (hppa*-*-proelf*): Update.
3470
3471	* lib/target.exp (compile): Add a space before appending $arg
3472	to $options.
3473
3474Thu Feb  1 22:48:15 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3475
3476	* framework.exp (perror, warning): Add an errno global so the
3477	error message is from a subroutine is accessible to the calling
3478	proc.
3479	* remote.exp (rlogin, telnet, rsh): Trap various kerberos message
3480	when kinit is needed.
3481	* testsuite/runtest.all/libs.exp: Trap untested, unsupported,
3482	warnings, and errors too.
3483	* testsuite/runtest.all/remote.exp: Look for kerberos messages so
3484	those come up untested, rather than failures. This is only cause
3485	we're testing by connecting to the localhost.
3486
3487Mon Jan 29 08:49:14 1996  Doug Evans  <dje@canuck.cygnus.com>
3488
3489	* lib/dg.exp (dg-format-linenum): dg-linenum-format is global.
3490
3491Sun Jan 28 13:28:12 1996  Doug Evans  <dje@charmed.cygnus.com>
3492
3493	* lib/dg.exp (dg-test): Update to handle new results from ${tool}_load.
3494
3495Sat Jan 27 13:04:58 1996  Doug Evans  <dje@charmed.cygnus.com>
3496
3497	From Anthony Green <green@cygnus.com>.
3498	* lib/dg.exp (dg-do-what-default, dg-interpreter-batch-mode,
3499	dg-linenum-format): New globals.
3500	(dg-format-linenum): New proc.
3501	(dg-{error,warning,bogus}): Call dg-format-linenum.
3502	(dg-test): Set dg-do-what to ${dg-do-what-default}.
3503	Use ${dg-linenum-format} in trimming line number field.
3504	Don't scan for excess errors or delete output file if testing an
3505	interpreter.
3506
3507	* lib/dg.exp (${tool}-dg-test): Delete default_flags and libs args.
3508	(dg-extra-tool-flags): Renamed from dg-default-tool-flags.
3509	(dg-runtest): Delete libs arg.
3510	(dg-test): Likewise.  Merge ${tool_flags} ${dg-extra-tool-flags} when
3511	calling ${tool}-dg-test.
3512
3513Thu Jan 18 19:51:11 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3514
3515	* lib/remote.exp: All tcp/ip connection procs now are consistant
3516	with each other. The all take (optionall) "target" or "host" and
3517	establish a connection using the config array. plus they all do
3518	three retries on each connection.
3519	* runtest.exp: Minor formatting changes.
3520	* lib/target.exp: Fix a few config bugs.
3521	* testsuite/runtest.all/{remote,target}.exp: New test cases for
3522	remote.exp and target.exp.
3523
3524Wed Jan 17 11:32:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
3525
3526	* testsuite/Makefile.in (check): Find Tcl library directory.
3527
3528Tue Jan 16 11:11:44 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3529
3530	* testsuite/runtest.all/{remotelib,targetlib,utilslib,framelib}.exp:
3531	Removed.
3532	* testsuite/runtest.all/{clone_output,config,utils}.test: New
3533	files for testing DejaGnu's library procs without runtest. These
3534	all run standalone, as well as under DejaGnu.
3535	* testsuite/runtest.all/libs.exp: Run standalone DejaGnu tests.
3536
3537Mon Jan 15 18:16:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
3538
3539	* tcl-mode.el: Updated to version 1.49.
3540
3541Thu Jan 11 12:26:06 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3542
3543	* runtest.exp (--help): Fix --build description.
3544
3545Thu Jan 11 10:08:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
3546
3547	* testsuite/configure.in: Macro now called CY_AC_PATH_TCLH.
3548	* testsuite/configure: Regenerated.
3549
3550	Changes in sync with expect:
3551	* configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and
3552	CY_AC_PATH_TK.
3553	* aclocal.m4: Replaced with version from expect.
3554	* configure: Regenerated.
3555
3556Fri Jan  5 19:57:06 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3557
3558	* testsuite/lib/libsupp.exp: New support file for testing
3559	DejaGnu's libraries.
3560	* testsuite/runtest.all/
3561	framelib.exp,remotelib.exp,targetlib.exp,utilslib.exp: New test
3562	drivers, one for each library.
3563	* testsuite/runtest.all/options.exp: Create mini config file so
3564	the test cases still work.
3565
3566Thu Jan  4 22:51:46 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
3567
3568	* doc/dejagnu.texi: Add new sections on all the new librry
3569	routines. Rewrite config section, lots of other editing changes.
3570
3571Wed Dec 20 00:49:16 1995  Jeffrey A Law  (law@cygnus.com)
3572
3573	* lib/utils.exp (prune_system_crud): Discard warning about
3574	lack of exception sections from osf linker.
3575
3576Mon Dec 11 09:31:55 1995  Doug Evans  <dje@canuck.cygnus.com>
3577
3578	* contrib/test-tool: Use TMPDIR if set.
3579
3580Fri Dec  1 20:58:03 1995  Rob Savoye  <rob@chinadoll.cygnus.com>
3581
3582	* doc/Makefile.in: Don't include the expect and tcl texinfo files
3583	anymore, they're incredibly out of date.
3584	* doc/dejagnu.texi: Updates for version 1.3.
3585
3586Wed Nov 29 17:33:22 1995  Ian Lance Taylor  <ian@cygnus.com>
3587
3588	* lib/utils.exp (prune_system_crud): Discard warning about g++ not
3589	supporting -g with DWARF.
3590
3591Wed Nov 29 12:47:22 1995  Rob Savoye  <rob@chinadoll.cygnus.com>
3592
3593	* lib/libgloss.exp: Look for newlib and libgloss with the new
3594	configure path so stuff fully links again.
3595
3596Wed Nov 22 13:15:05 1995  Ian Lance Taylor  <ian@cygnus.com>
3597
3598	* lib/utils.exp (prune_system_crud): Discard -g -O warnings from
3599	native compilers on OSF/1 and SunOS.
3600
3601Thu Nov  2 14:50:23 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3602
3603	* runtest.exp: Set host_triplet to $build_triplet if it doesn't
3604	exist.
3605
3606Thu Oct 19 21:34:55 1995  Fred Fish  <fnf@cygnus.com>
3607
3608	* doc/Makefile.in, example/Makefile.in:  Remove extraneous tabs
3609	from otherwise empty line.  Confuses older non-GNU versions of "make".
3610
3611Tue Oct 17 12:11:40 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
3612
3613	* lib/libgloss.exp (newlib_flags): Delete msoft-float support.
3614	Pass a -B option instead of a -L option.  Add a -I option for the
3615	machine dependent header files.
3616
3617Mon Oct 16 13:27:27 1995  Doug Evans  <dje@canuck.cygnus.com>
3618
3619	* lib/target.exp (execute_anywhere): Use -log argument to verbose
3620	to eliminate duplicate messages in log file.
3621
3622Fri Oct  6 20:44:05 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3623
3624	* lib/libgloss.exp (newlib_flags, libgloss_flags): Just return the
3625	options so they work if gcc is in your path for a canadaian cross.
3626	* lib/remote.exp: Use "current" as an index into the target array
3627	rather than "target". Remove the need to
3628	target_info(current,prompt).
3629	* lib/target.exp (prune_warnings): Filter out the other warning we
3630	can safely ignore. Also strip out "\r" characters added by a
3631	remote command.
3632	(remote_open) Look for output between START and END rather than a
3633	prompt.
3634
3635Fri Sep 29 12:36:43 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3636
3637	*  lib/targets.exp (prune_warnings): Only check for ld.so warning
3638	on sunos systems. Check against host, not target.
3639	* lib/debugger.exp:
3640	* runtest.exp: Set target_abbrev to default to "unix" rather than
3641	"-unset-".
3642
3643Wed Sep 27 10:10:48 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3644
3645	* lib/targets.exp (prune_warnings): Remove certain host specific
3646	warnings from the compiler and linker.
3647	(compile,archive,ranlib): Use prune_warnings, and make comp_output
3648	a global incase the final error message is wanted to display.
3649
3650Tue Sep 26 23:58:16 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3651
3652	* lib/framework.exp (warning, perror): Take an optional numeric
3653	value to set the count to. A "0" effectively resets after the
3654	message so it doesn't have side effects on unrelated tests.
3655
3656Fri Sep 22 13:02:00 1995  Doug Evans  <dje@canuck.cygnus.com>
3657
3658	* runtest.exp (srcdir): Mark trailing '/' as deprecated,
3659	and append it outside the main loop.
3660
3661Wed Sep 20 13:25:40 1995  Ian Lance Taylor  <ian@cygnus.com>
3662
3663	* Makefile.in (maintainer-clean): New synonym for realclean.  Run
3664	target in subdirectories before current directory.
3665	* example/Makefile.in (maintainer-clean): Likewise.
3666	* doc/Makefile.in (maintainer-clean): New synonym for realclean.
3667	* example/calc/Makefile.in (maintainer-clean): Likewise.
3668	* testsuite/Makefile.in (maintainer-clean): Likewise.
3669
3670Wed Sep 20 11:28:09 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3671
3672	* testsuite/runtest.all/subdirs*: Add subdirs and bogus test files
3673	to use for testing the getdirs and find procs.
3674	* testsuite/runtest.all/libs.exp: New test driver for library
3675	procs.
3676
3677Tue Sep 19 16:58:57 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
3678
3679	* lib/remote.exp (remote_open): If we can't find netdata in the
3680	path, return a shell_id of -1.
3681
3682Mon Sep 18 10:24:51 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3683
3684	* lib/utils.exp (getdir): Stip out CVS, RCS, and a few other
3685	directories we don't need.
3686
3687	* runtest.exp: Get $tool dirs first, then process the subdirs.
3688	* lib/utils.exp (getdir,find): Search for directories and files
3689	the old way.
3690
3691	* testsuite/runtest.all/options.exp: Fix broken options and add
3692	tests for new options.
3693
3694Sat Sep  9 16:14:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
3695
3696	* lib/vxworks.exp (vxworks_spawn): Add `global checktask'.
3697
3698Sat Sep  9 08:54:01 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3699
3700	* lib/utils.exp: (diff) Fix to return correct value. Also make the
3701	output clearer for the differences found, and scan the whole file.
3702
3703Fri Sep  8 13:57:44 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
3704
3705	* lib/remote.exp (download): Use verbose, not puts, when saying
3706	how many lines we downloaded.
3707
3708Thu Sep  7 10:56:41 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3709
3710	* lib/utils.exp (find): Fix so it doesn't get duplicate
3711	directories.
3712
3713Wed Sep  6 20:51:40 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3714
3715	* lib/libgloss.exp: New file. Find linker scripts and search paths
3716	for the linker for libgloss supported targets.
3717	* lib/framework.exp: Set default output file to testrun.sum and
3718	testrun.log if --tool wasn't specified.
3719	* lib/remote.exp: Change from "current" to "target" for
3720	target_info index.
3721
3722Tue Sep  5 22:05:52 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3723
3724	* runtest.exp: Extract the vaules for *_cpu, *_vendor, and *_os
3725	from the config triplets. Tweak a few comments. Init files can now
3726	also be named $target_os.exp.
3727	* lib/target.exp: Add procs to find libgloss so we can produce a
3728	fully linked executable. Tweak a few comments, fixed push_target.
3729
3730Thu Aug 31 21:16:08 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3731
3732	* lib/utils.exp: (getdirs) now ignores directories named CVS, RCS,
3733	and SCCS.
3734	* runtest.exp: --tool is now optional. init files can also be
3735	named using the target_os part of target_triplet
3736
3737Thu Aug 31 02:52:57 1995  Doug Evans  <dje@canuck.cygnus.com>
3738
3739	* runtest.exp: Don't set target_triplet if already set.
3740
3741Wed Aug 30 21:34:16 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3742
3743	* runtest.exp: Use $*_triplet rather than $arg_*_triplet so
3744	configfile settings don't get trashed.
3745
3746	* runtest.exp: Fix argument processing for --host, --build, and
3747	--target.
3748
3749Mon Aug 28 23:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3750
3751	* lib/target.exp: New file containing most of the new config code.
3752	* lib/framework.exp: Fix ishost, istarget, isnative to use new
3753	config subsystem. Add is3way, isbuild.
3754	* lib/utils.exp: Add diff, setenv, getenv, unsetenv procs that
3755	function like the Unix commands of the same name.
3756	* lib/remote.exp: Add support to use the new config subsystem.
3757	* runtest.exp: Add support for handling the new config subsystems.
3758
3759Fri Aug  4 15:37:55 1995  Doug Evans  <dje@canuck.cygnus.com>
3760
3761	* lib/dg.exp (dg-test): Also watch for unsupported from
3762	${tool}-dg-prune.
3763
3764Wed Aug  2 21:36:10 1995  Doug Evans  <dje@canuck.cygnus.com>
3765
3766	* lib/dg.exp (dg-test): Watch for untested/unresolved markers
3767	from ${tool}-dg-prune.
3768
3769	* runtest.exp (init section): Delete host, target.
3770	Document host_triplet, target_triplet, target_alias.
3771
3772Tue Aug  1 11:34:46 1995  Doug Evans  <dje@canuck.cygnus.com>
3773
3774	* runtest.exp (target_abbrev): Provide initial value in case
3775	$DEJAGNU not set and global config file doesn't exist.
3776
3777Fri Jul 28 11:43:59 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
3778
3779	* lib/vxworks.exp (checktask): New variable, default to `fp'.
3780	(vxworks_spawn): Use it.
3781
3782	* lib/vx29k.exp: Delete file.
3783
3784Fri Jul 28 00:24:40 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
3785
3786	* site.tmpl: Make gdbserver the default for cross tests;
3787	no easy way to make it conditional on lynx  here.
3788
3789Thu Jul 27 16:21:05 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3790
3791	* config/{mh-linux, mh-sysv4}: Removed.
3792
3793	* Makefile.in (configure): Removed rule that automatically
3794	rebuilds configure script.  Users might not have autoconf.
3795	* configure.in: Use AC_PROG_CC instead of AC_SUBST, but still
3796	set CC to ${CC-cc} before that as per cygnus conventions.
3797	* configure: Regenerated with autoconf 2.4.2.
3798
3799Wed Jul 26 19:41:56 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
3800
3801	* lib/vx29k.exp: Copy of vxworks.exp, but without `filesys:' and
3802	using the `tt' command instead of `fp'.
3803
3804Wed May 10 18:33:21 1995  Stu Grossman  (grossman@andros.cygnus.com)
3805
3806	* site.tmpl:  Create rule for Oki targets.  Make Winbond rule more
3807	specific.
3808
3809Wed May 10 14:50:12 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3810
3811	* lib/bug.exp (bug_load): send two carriage returns to leave
3812	  s-record download mode.
3813	  (bug_execute): set exec_output.
3814
3815Thu May  4 11:48:12 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3816
3817	* lib/remote.exp (remote_open): If $reboot is set, call
3818	  reboot_hook proc if it exists.
3819	  Added experimental new connect type "netdata".
3820
3821Wed May  3 15:40:55 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3822
3823	* runtest.exp: Redo argument parsing so that arguments of the form
3824	  --foo=bar are processed correctly.
3825
3826Sat Apr 29 12:59:18 1995  Doug Evans  <dje@chestnut.cygnus.com>
3827
3828	* lib/dg.exp: New file.
3829
3830	* runtest.exp (verbose): New option -log.
3831
3832Wed Apr 26 12:40:23 1995  Doug Evans  <dje@canuck.cygnus.com>
3833
3834	* runtest.exp (main loop): Set multipass_name.
3835	* lib/framework.exp (record_test): Print multipass_name if not empty.
3836
3837	* lib/framework.exp (record_test): Handle UNTESTED, UNRESOLVED,
3838	and UNSUPPORTED.
3839	(untested, unresolved, unsupported): Call record_test.
3840	* lib/util-defs.exp: Whitespace and verbosity cleanup.
3841	* testsuite/Makefile.in (site.exp): Set tmpdir.
3842	(realclean): rm -rf tmpdir.
3843	* testsuite/config/default.exp: Whitespace cleanup.
3844	* testsuite/runtest.all/options.exp: Likewise.
3845	* testsuite/runtest.all/stats.exp: New file.
3846	* testsuite/runtest.all/stats-sub.exp: New file.
3847
3848	* runtest.exp: Parse --tool in time for config files to use it.
3849
3850Mon Apr 24 14:15:21 1995  Stu Grossman  (grossman@andros.cygnus.com)
3851
3852	* site.tmpl:  Re-install hppro config lost in previous change.
3853
3854Mon Apr 24 11:29:51 1995  Doug Evans  <dje@canuck.cygnus.com>
3855
3856	* runtest.exp (multipass): New global.
3857	(main loop): Make multiple passes if MULTIPASS set.
3858	(VAR= processing): Allow A=b=c.
3859
3860Sun Apr 23 10:29:37 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3861
3862	* site.tmpl: Revert last change, GDB isn't the only program that
3863	  uses dejagnu for testing.
3864
3865Fri Apr 21 15:46:42 1995  Stu Grossman  (grossman@rtl.cygnus.com)
3866
3867	* site.tmpl:  Change configs for monitor-based GDB targets to use
3868	common startup file.
3869
3870Fri Apr 21 12:16:56 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3871
3872	* lib/remote.exp (kermit, rlogin, rsh, telnet, tip): Don't set
3873	  connectmode.
3874	  (telnet): Send "\r\n" before attempting to match prompt.
3875	  (remote_open): split apart $netport into host and port,
3876	  and pass those values to the telnet proc.
3877
3878Wed Apr 19 17:30:40 1995  Stu Grossman  (grossman@cygnus.com)
3879
3880	* site.tmpl:  Add support for m68k-cpu32bug-coff.
3881
3882Sat Apr 15 17:44:57 1995  Doug Evans  <dje@canuck.cygnus.com>
3883
3884	* lib/utils.exp (prune_system_crud): Only define if not already
3885	defined.
3886
3887Tue Mar 28 17:45:37 1995  Stu Grossman  (grossman@cygnus.com)
3888
3889	* site.tmpl:  Add nosignals flag to indicate targets that can't
3890	use signals.  Change a bunch of append commands to set commands.
3891
3892Tue Mar 28 15:50:44 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3893
3894	* lib/remote.exp (remote_open, remote_close): New procs.
3895	  (download): changed to not convert contents of file to
3896	  s-records, as file is already supposed to contain s-records.
3897
3898Fri Mar 24 15:40:39 1995  Stu Grossman  (grossman@cygnus.com)
3899
3900	* site.tmpl: Add m68k-est-coff.
3901
3902Fri Mar 24 13:44:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
3903
3904	* doc/dejagnu.texi (Posix): Remove 3 words accidentally repeated.
3905
3906Thu Mar 23 22:12:07 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3907
3908	* aclocal.m4: Split AC_PATH_T* into two pieces, one for	headers
3909	and one for libraries.
3910	* testuite/configure.in: Use CY_PATH_TCLH so we don't get a
3911	warning looking for the libraries.
3912
3913Wed Mar 22 21:04:26 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3914
3915	* testuite/configure.in: Use CY_PATH_TCL so we can set TCL_LIBRARY
3916	right and run the selftests with a freshly built expect.
3917	* aclocal.m4: New support for autoconf.
3918	* configure.in, doc/configure.in: Use AC_PROG_INSTALL.
3919	* Makefile.in, doc/Makefile.in: Use mkinstalldirs and a BSD style
3920	install program.
3921	* mkinstalldirs, install-sh: Borrowed from autoconf to install
3922	without using special Cygnus install program.
3923	* testsuite/Makefile.in: Take out a bogus dependacy for exp_test.
3924
3925Tue Mar 21 09:18:15 1995  Doug Evans  <dje@canuck.cygnus.com>
3926
3927	* lib/vxworks.exp (vxworks_transform_path): New proc.
3928	(vxworks_ld): Clarify return codes.  Call vxworks_transform_path
3929	on argument.  Handle preset passwords.  Clean up main loop.
3930	(vxworks_spawn): Clarify return codes.  Poll board until program
3931	exits.  Watch for AbOrT abort() marker.  Only print remaining buffer
3932	contents on failure.
3933
3934	* contrib/test-tool: Watch for framework errors that prevent
3935	$tool.sum from being created.
3936
3937	* runtest.exp: Treat $DEJAGNU as a global config file (which it is).
3938	Don't exit if there isn't a global config file, just warn the user.
3939	Error if $DEJAGNU is defined but file doesn't exist.
3940
3941Sun Mar 19 12:01:06 1995  J.T. Conklin  (jtc@rtl.cygnus.com)
3942
3943	* runtest.exp: Don't use site.tmpl as a global config file.  It is
3944	  only useful as an example.
3945
3946Fri Mar 17 14:41:26 1995  Mike Stump  <mrs@cygnus.com>
3947
3948	* contrib/test-tool: Don't include expected failures in the tests
3949	that now fail, but worked before section.
3950
3951Thu Mar 16 16:52:23 1995  Mike Stump  <mrs@cygnus.com>
3952
3953	* contrib/test-tool: Treat expected failure to unexpected failure
3954	as a test that still doesn't work.
3955
3956Thu Mar 16 11:29:57 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3957
3958	* Makefile.in, example/Makefile.in, example/calc/Makefile.in,
3959	testsuite/Makefile.in, doc/Makefile.in: Don't rebuild the
3960	configure scripts automatically. Change how recursion works. Add
3961	.PHONY targets.
3962
3963Wed Mar 15 16:07:25 1995  Stu Grossman  (grossman@cygnus.com)
3964
3965	* site.tmpl (m68k-*-coff):  Add config for talking to IDP board.
3966
3967Wed Mar 15 16:32:41 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3968
3969	* Makefile.in, example/Makefile.in, example/calc/Makefile.in,
3970	testsuite/Makefile.in, doc/Makefile.in: Add rules to rebuild the
3971	configure scripts.
3972
3973Tue Mar 14 20:24:19 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3974
3975	* configure, example/configure, example/calc/configure,
3976	testsuite/configure, doc/configure: New autoconf scripts.
3977	* configure.in, example/configure.in, example/calc/configure.in,
3978	testsuite/configure.in, doc/configure.in: Rewritten to be autoconf
3979	based.
3980	* Makefile.in, example/Makefile.in,  example/calc/Makefile.in,
3981	testsuite/Makefile.in, doc/Makefile.in: Rewritten to use autconf
3982	variables.
3983
3984Fri Mar 10 06:57:53 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
3985
3986	* contrib/test-tool: Only call date once and put the result in a
3987	variable.  This should help behavior when run around midnight.
3988
3989Tue Mar  7 11:49:59 1995  Doug Evans  <dje@canuck.cygnus.com>
3990
3991	* contrib/test-tool (testdir): binutils tests are in `.'.
3992
3993Tue Feb 28 09:46:42 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
3994
3995	* doc/dejagnu.texi (Posix): Clarify discussion of expected
3996	failures.  Add note about what POSIX requires with respect to
3997	UNRESOLVED.  Editorial changes (e.g. samp -> code).
3998
3999Tue Feb 21 22:46:52 1995  Brendan Kehoe  (brendan@lisa.cygnus.com)
4000
4001	* contrib/test-tool (tool): If we're testing g++, also do a make
4002	check for each of libg++, libio, and libstdc++.
4003
4004Fri Feb 17 14:06:50 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4005
4006	* lib/vxworks.exp (vxworks_ld): Update pattern used to match a
4007	  successful load.
4008
4009Fri Feb 10 10:25:53 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4010
4011	* contrib/test-tool: Put errors and warnings into the output.
4012
4013Mon Feb  6 16:34:51 1995  Ian Lance Taylor  <ian@cygnus.com>
4014
4015	* runtest.exp (transform): Return a name based on target_alias,
4016	not on target_triplet.
4017	(target_alias): Default to target_triplet, not host_triplet.
4018
4019Thu Feb  2 11:29:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4020
4021	* lib/framework.exp (setup_xfail): Clear xfail_prms.  Before this
4022	change, if setup_xfail was called without a PRMS number,
4023	xfail_prms would have a value from the previous (completely
4024	unrelated, perhaps even for a different target) setup_xfail.
4025
4026Tue Jan 24 11:23:40 1995  J.T. Conklin  (jtc@rtl.cygnus.com)
4027
4028	* doc/runtest.1:  Fix typos and formatting bugs.
4029
4030Wed Jan 11 13:09:22 1995  Doug Evans  <dje@canuck.cygnus.com>
4031
4032	* contrib/test-tool: Treat expected things as "pass" only if
4033	-expectedpass given.
4034
4035Fri Jan  6 10:57:12 1995  Doug Evans  <dje@canuck.cygnus.com>
4036
4037	* contrib/test-tool: Pass 3 -v's to runtest.  Don't pass -a.
4038	Save output in test-$tool.log if -keepoutput given.
4039
4040Fri Dec 30 12:46:06 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
4041
4042	* runtest.exp: catch takes only two arguments; quote accordingly.
4043
4044Sun Dec  4 01:14:49 1994  Doug Evans  <dje@canuck.cygnus.com>
4045
4046	* contrib/test-tool: Handle gas, gld, and binutils.
4047	Treat XFAIL as PASS, XPASS as FAIL.
4048	Always pass options to `comm' as first argument.
4049
4050	* lib/remote.exp (*): Rename `retries' to `tries'.
4051	(rsh): Mark as deprecated.
4052	(rcp_download): Distinguish between failure and success in verbose
4053	message.  Call proc verbose, don't use global.
4054	(rsh_exec): New proc.
4055
4056	* lib/framework.exp (warning_threshold, perror_threshold): New vars.
4057	(record_test): Use them.
4058	(reset_vars): Reset them.
4059	(get_warning_threshold, set_warning_threshold): New procs.
4060
4061Mon Nov 14 00:21:05 1994  Doug Evans  <dje@canuck.cygnus.com>
4062
4063	* lib/framework.exp: Lots of formatting cleanup.
4064	(unknown): Delete unnecessary calls to close_logs, cleanup, exit.
4065	(warning, perror): errorInfo is global.
4066	(note): New proc.
4067
4068	* runtest.exp: Document perror vs send_error quandary.
4069	(unresolvedcnt): Initialize.
4070	(configfile): Use consistently in place of site.exp.
4071	(verbose): Call clone_output instead of perror.
4072	(load_file): New proc.
4073	(argument parsing): Always call send_error for error messages.
4074	(all loading of files, except testcases): Consistently exit if tcl
4075	error occurs.
4076	(all loading of files): Consistently handle errorInfo.
4077	(main loop): Delete useless test for $test_name == "".
4078
4079Wed Nov  2 08:49:06 1994  Doug Evans  <dje@canuck.cygnus.com>
4080
4081	* lib/udi.exp (shell_id): Delete.
4082	(mondfe): Delete unneeded global's.  Delete references to `shell_id'.
4083	(mondfe_download): New argument `shell_id'.
4084	Move verbose messages to level 2.  Tighten up pattern matching on
4085	text coming back from target.  Don't set `timeout'.  Only log
4086	expect buffer contents if connection failed.
4087	(exit_mondfe): Delete unneeded global's.  New argument `shell_id'.
4088	(exit_montip): Likewise.
4089	* lib/remote.exp (telnet): Use -gl for shell prompt pattern.
4090	(rlogin, rsh): Likewise.
4091	(exit_remote_shell): Delete nilpotent resetting of `shell_id'.
4092
4093Fri Oct 28 10:38:41 1994  Rob Savoye  (rob@cygnus.com)
4094
4095	* runtest: Make it an error if runtest.exp doesn't exist.
4096
4097Fri Oct 21 23:15:27 1994  Doug Evans  <dje@canuck.cygnus.com>
4098
4099	* lib/utils.exp (prune_system_crud): Fix ld.so pattern to catch
4100	multiple occurrences in a row.
4101
4102Fri Oct 14 17:26:38 1994  Doug Evans  <dje@canuck.cygnus.com>
4103
4104	* runtest.exp (test_name): Delete unnecessary initialization.
4105	* lib/framework.exp (clone_output): Reformat comment.
4106	(reset_vars): Delete `test_name'.
4107	(log_summary): Delete `tool.sum'.
4108	(cleanup): Fix comment.
4109	(record_test): New (internal) proc (taken from pass/fail).
4110	Test `warncnt',`errcnt' before `xfail_flag'.
4111	Don't incr `passcnt' prematurely.
4112	(pass, fail, xpass, xfail): Call it.
4113	(untested, unresolved, unsupported): Don't call xfail.
4114	* lib/utils.exp (grep): Don't pass trailing ".*" to regexp.
4115	(prune_system_crud): New proc.
4116
4117Fri Oct  7 19:19:12 1994  Doug Evans  (dje@canuck.cygnus.com)
4118
4119	* lib/utils.exp (runtest_file_p): Add support for glob style
4120	expressions.
4121
4122Mon Sep 26 12:03:16 1994  Doug Evans  (dje@canuck.cygnus.com)
4123
4124	* runtest: Handle relative paths in $0.
4125
4126Sun Sep 25 16:51:11 1994  Doug Evans  (dje@canuck.cygnus.com)
4127
4128	* runtest.exp: Add more docs on complexity of argument parsing.
4129	Parse --host, --objdir, --srcdir, --target, and --verbose before
4130	sourcing any config files.  Don't let config files override --host
4131	and --target.  Don't call `verbose' until it's useful.  Call
4132	config.guess after $objdir/site.exp has been sourced.
4133	Delete unused variable `match'.  Reword verbose message for --name.
4134	Delete existence check of `host_triplet' and `target_triplet'.
4135
4136Sat Sep 24 14:23:49 1994  Doug Evans  (dje@cygnus.com)
4137
4138	* runtest.exp: Lots of whitespace cleanup.  Update copyright.
4139	Exit with nonzero status for illegal arguments and if we can't
4140	determine the host.
4141	(verbose): Add two new arguments (-n, --).
4142	* lib/remote.exp: Formatting cleanup.
4143	(exit_remote_shell): Add a note about `shell_id'.
4144	* lib/udi.exp: Formatting cleanup.
4145	(mondfe): Send message when trying to connect.
4146	Watch and print more error messages coming from `mondfe'.
4147	(mondfe_download): Use "verbose -n" so the pretty dots appear on
4148	one line.  Fix regexp in "Clear.*BSS section" message.
4149
4150Tue Sep 13 10:51:47 1994  Doug Evans  (dje@canuck.cygnus.com)
4151
4152	* lib/framework.exp (log_summary): Clean up code that handles
4153	`testcnt'.
4154	(xfail, unsupported, untested): Don't set `exit_status',
4155	these aren't errors.
4156
4157	* runtest.exp: Sort options in --help.
4158
4159Mon Sep 12 12:25:22 1994  Doug Evans  (dje@canuck.cygnus.com)
4160
4161	* runtest.exp: Delete special handling of *.[Ccso] arguments.
4162	Accept new argument: foo.exp[=arg(s)].
4163	(all_runtests): New global.
4164	(runtests): Records arguments for each .exp script.
4165	(main test loop): Move setting of srcdir out of loop.
4166	Set up `runtests' for each script.
4167	* lib/utils.exp (find): Remove unnecessary "\n" in verbose message.
4168	(runtest_file_p): New proc.
4169
4170Wed Sep  7 10:41:33 1994  Doug Evans  (dje@canuck.cygnus.com)
4171
4172	* runtest.exp (verbose): Handle leading -'s in message.
4173
4174Mon Jul 18 11:16:02 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
4175
4176	* lib/vxworks.exp: no need to use system, stty is an expect
4177	  builtin and can be called directly.
4178
4179Thu Jun 30 15:23:19 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
4180
4181	* lib/bug.exp: replaced "rm -foreach" with "rm -f".
4182
4183Tue Jun 14 12:38:44 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
4184
4185	* doc/dejagnu.texi: Fix a few typos and omissions.
4186
4187Tue Jun  7 13:55:30 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
4188
4189	* Makefile.in (mostlyclean, realclean): New targets.
4190	* doc/Makefile.in, example/Makefile.in: Likewise.
4191	* example/calc/Makefile.in, testsuite/Makefile.in: Likewise.
4192
4193Mon Apr 25 17:11:30 1994  Bill Cox  (bill@cygnus.com)
4194
4195	* Makefile.in: Add FSF standard comment block.
4196	* example/calc/Makefile.in: Define and use EXPECT and
4197	  RUNTEST variables, so 'make check' will use tools in the
4198	  current objdir tree if they're present.
4199	* lib/remote.exp: Add rcp_download proc, to download a
4200	  file using remote 'cp'.  This was first used for the
4201	  Lynx cross-host tests.
4202	* testsuite/Makefile.in: Update copyright date.
4203	* testsuite/runtest.all/options.exp: Update copyright date.
4204
4205Wed Apr 13 18:05:44 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
4206
4207	* runtest: Pass ${1+"$@"} instead of "$@", because many shells
4208	incorrectly pass an empty string when no arguments were specified.
4209
4210Wed Apr 13 11:46:11 1994  Bill Cox  (bill@cygnus.com)
4211
4212	* lib/remote.exp (rcp_download): New proc for using 'rcp'
4213	  to download (used first for Lynx cross-testing).
4214
4215Tue Apr 12 13:27:15 1994  Stan Shebs  (shebs@andros.cygnus.com)
4216
4217	* Makefile.in (TCLIBRARY): Define and use.
4218
4219Wed Mar  9 13:08:54 1994  Doug Evans  (dje@canuck.cygnus.com)
4220
4221	* runtest.exp: Misc. formatting/typo cleanups.
4222	Process ~/.dejagnurc and $base_dir/site.exp before command line
4223	options and clarify search order of all config files.
4224	Clean up verbose output for -v, -srcdir, -host, and -target options.
4225
4226Mon Feb 14 20:37:10 1994  Rob Savoye  (rob@darkstar.cygnus.com)
4227
4228	* runtest.exp: Re-write init file search/loading code.
4229
4230Tue Feb  8 19:27:07 1994  Rob Savoye  (rob@darkstar.cygnus.com)
4231
4232	* runtest.exp: Move transform from lib/utils.exp so it can be used
4233	in config files.
4234
4235Thu Jan 20 20:05:39 1994  Rob Savoye  (rob@darkstar.cygnus.com)
4236
4237	* runtest.exp: findfile: New proc to be used in config files.
4238
4239Tue Jan 18 14:46:12 1994  Rob Savoye  (rob@darkstar.cygnus.com)
4240
4241	* runtest.exp: Fix so things don't bomb if whoami doesn't exist.
4242
4243Mon Jan 17 15:26:50 1994  Rob Savoye  (rob@darkstar.cygnus.com)
4244
4245	* lib/framework.exp (setup_xfail): Re-write so it works correctly
4246	with numbers in the config string.
4247
4248Mon Jan 10 21:29:08 1994  Rob Savoye  (rob@darkstar.cygnus.com)
4249
4250	* lib/framework.exp: Create exp_continue if it doesn't exist.
4251	* runtest.exp: Don't try to print errorInfo unless it exists.
4252
4253Tue Jan  4 16:01:40 1994  Rob Savoye  (rob@rtl.cygnus.com)
4254
4255	* All files: Updated to 1.1.3. This version works with Tcl7.3 and
4256	Expect5.2.
4257
4258Sat Jan  1 19:53:40 1994  Rob Savoye  (rob@darkstar.cygnus.com)
4259
4260	* lib/framework.exp: Fixed log_summary to cleanup all the way.
4261	setup_xfail now only use canonical names, catch errors from
4262	sourcing $tool_exit and $tool_version.
4263	* runtest.exp: Changed the order of sourcing init files. Removed
4264	all references to target_alias or host_alias. uses target and host
4265	triplet only, uses config.guess to get a host type.
4266
4267Thu Dec 23 18:26:24 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4268
4269	* runtest (debug): Add an environment variable DEJAGNULIBS to
4270	point to where runtest.exp and the rest live.
4271
4272Wed Dec 15 20:38:49 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4273
4274	* runtest.exp: Fix signal handling so only one ^C is required and
4275	it actually exists after printing the summary.
4276
4277Fri Dec  3 20:58:27 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4278
4279	* runtest.exp: Only consider a TCL_ERROR to be a sign of a problem
4280	worth handling. This is when sourcing the test case.
4281
4282Thu Dec  2 14:16:20 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4283
4284	* runtest.exp: If the verbose level is greater than 2, display
4285	debugging output to the screen.
4286
4287Wed Dec  1 16:04:08 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4288
4289	* runtest.exp: Change error handling to use the return from
4290	"catch" rather than depending on errorInfo.
4291
4292Fri Nov 19 15:08:34 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4293
4294	* site.tmpl: Add LDFLAGS "-r" to vxworks targets.
4295
4296Mon Nov 15 19:43:28 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4297
4298	* lib/debugger.exp: Add dumpvars which dumps the values of
4299	variables specified by a regular expression.Add dumpvars
4300	which dumps the body of procedures specified by a regular
4301	expression.
4302	* Makefile.in: Install site.exp as only config file.
4303	* runtest.exp: look for site.tmpl in $srcdir, not site.exp in
4304	$objdir.
4305	* lib/framework.exp: Make istarget and isnative procs use
4306	$target_alias rather than target_triplet.
4307	* lib/framework.exp: Make warning and perror keep count. Have
4308	pass or fail procs check, and change to unresolved.
4309
4310Mon Nov 15 10:20:42 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4311
4312	* runtest.exp: corrected a few typos in the comments. Added
4313	  test for getting user name from the environment first. Now
4314	  checks for USER and the LOGNAME. If unable to get the logname
4315	  from the environment, then try whoami and who am i
4316
4317Thu Nov  4 13:38:32 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4318
4319	* runtest: Use sed rather than expr to get the execution path and
4320	the runtest name cause expr doesn't seem to work portably on all
4321	machines.
4322
4323Wed Nov  3 11:27:34 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4324
4325	* Makefile.in, configure.in: Install and build with new config
4326	system.
4327	* config/mt-*: Set default connection parameters and name
4328	transformation.
4329	* lib/framework.exp: Change "error" proc to "perror" so I can use
4330	Tcl's builtin error handling.
4331	* runtest.exp: Re-write error handling so it's now real
4332	descriptive with errors and misses nothing. Add support for new
4333	config file system. Up version number to 1.1.
4334	* runtest: General cleanup. Add support for passing the config
4335	name down to runtest.exp.
4336
4337Sat Oct 16 07:47:38 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
4338
4339	* doc/runtest.1: Fix typos in font changes (\fi where \fI was meant).
4340
4341Wed Oct 13 11:00:55 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4342
4343	* runtest.exp: insert missing space
4344	* lib/framework.exp: made proc verbose work as expected. Now will
4345	  display a message if the level is = or > than the verbose level.
4346	* lib/utils.exp: replaced if $verbose>X then { send_user "foo\n" }
4347	  stuff with the verbose "foo" X proc call
4348
4349Mon Oct 11 17:11:37 1993  Jeffrey Wheat (cassidy@cygnus.com)
4350
4351	* runtest.exp: fixed stupid scoping bugs.
4352
4353Mon Oct 11 16:26:25 1993  Jeffrey Wheat (cassidy@cygnus.com)
4354
4355	* runtest.exp: fixed "$test_result" bug, and minor reformatting
4356	  changes to help make the file more readable
4357
4358Sat Oct  9 18:43:31 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
4359
4360	* configure.in: recognize mips*- instead of mips-
4361
4362Mon Sep 27 21:09:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4363
4364	* lib/bug.exp: Add new file for procs related to "bug" boot
4365	monitor.
4366
4367Wed Sep 22 21:01:43 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4368
4369	* lib/framework.exp: Added m68k-idp-* to target list.
4370	* configure.in: Added m68k-idp-* to target list.
4371	* config/mt-m68k-abug-aout: Fixed objobjcopy to be objcopy.
4372	* config/mt-m68k-abug-coff: Fixed objobjcopy to be objcopy.
4373
4374Wed Sep 22 12:10:34 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4375
4376	* lib/framework.exp: Folded in test counting mechanism.
4377
4378Tue Sep 21 19:41:07 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4379
4380	* lib/vxworks.exp: Added a vxworks_spawn proc to execute tasks.
4381
4382Mon Sep 20 21:28:23 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4383
4384	* lib/vxworks.exp: Prompt user for password if the default login
4385	fails.
4386
4387Mon Sep 13 11:30:37 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4388
4389	* runtest.exp: add global testcnt variable.
4390	* lib/framework.exp: add testcnt mechanism. Gives a total
4391	  number of testcases run in summary. incremented by the
4392	  pass/fail/etc procs. Also added a "Tool version" string
4393	  in the summary.
4394
4395Thu Sep  9 12:37:27 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4396
4397	* lib/utils.exp: Added new procs for pwd{} and absolute{}.
4398	* lib/utils.exp: Removed pwd{} proc, added a download{} proc.
4399
4400Mon Sep  6 12:55:54 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4401
4402	* lib/utils.exp: fixed scoping problem of missing ""'s
4403	  nasty little bugger. broken since the start.
4404
4405Fri Sep  3 16:47:07 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4406
4407	* lib/framework.exp: Added support for the h8/500.
4408
4409Fri Sep 03 10:42:12 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4410
4411	* configure.in: (h8300-*-*) (h8300h-*-*) (h8500-*-*) targets added.
4412
4413	* config/mt-h8300hms: new file for h8300-hitachi-hms support.
4414	* config/mt-h8500hms: new file for h8500-hitachi-hms support.
4415	* config/mt-h8300hhms: new file for h8300h-hitachi-hms support.
4416
4417Tue Aug 31 16:57:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4418
4419	* lib/utils.exp: Add a proc to kill process started within the
4420	current shell session.
4421
4422Sun Aug 29 23:10:35 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4423
4424	* lib/remote.exp: wait after exiting the remote shell.
4425
4426Sun Aug 15 22:27:23 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4427
4428	* lib/framework.exp: Numeric column in summary line up and only
4429	print if the sub total is greater than zero.
4430
4431Tue Jul 20 15:32:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4432
4433	* lib/framework.exp: Added code for initial POSIX (PCTS) support.
4434
4435Mon Jul 19 09:31:48 1993  Jeffrey Wheat  (cassidy@cygnus.com)
4436
4437	* remote.exp: Added a supplied patch to allow specifing a port
4438	  to the telnet command.
4439
4440Mon Jul 12 17:54:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4441
4442	* runtest.exp: Remove support for command line options to use "++"
4443	as a prefix. Also removed all the old code for the --diff option.
4444	The --debug option can now be abbreviated to just -d.
4445
4446Sun Jul 11 20:49:49 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4447
4448	* runtest.exp: Exit after printing the version numbers.
4449	* lib/utils.exp: Ignore extraneous words in the argument passed.
4450
4451Thu Jul  8 07:17:17 1993  Doug Evans  (dje@canuck.cygnus.com)
4452
4453	* lib/framework.exp: Add support for the h8/300.
4454
4455Tue Jun 29 15:04:05 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4456
4457	* runtest: Added Dje's patch so the shell stops stripping out the
4458	quotes from the command line.
4459
4460Sun Jun 13 21:05:25 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4461
4462	* runtest.exp: Remove runtests option. Use any valid file name on
4463	the command line instead.
4464	* runtest: Add support for the Tcl debugger from the command line.
4465
4466Thu May 27 20:01:51 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4467
4468	* Makefile.in: Make the release image of the testsuites from the
4469	special stubs.
4470
4471Sun May 23 18:40:01 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4472
4473	* runtest.exp: Don't flag successful return codes as errors.
4474	* runtest: Don't look for expect binary anymore.
4475
4476Tue May 11 17:31:29 1993  Rob Savoye  (rob@darkstar.cygnus.com)
4477
4478	* runtest: Pass "--" to $expectbin.
4479
4480Fri May  7 08:19:37 1993  Ian Lance Taylor  (ian@cygnus.com)
4481
4482	* Makefile.in (FLAGS_TO_PASS): Added CC, CFLAGS, LDFLAGS, RUNTEST,
4483	RUNTESTFLAGS.
4484	* example/Makefile.in (FLAGS_TO_PASS): Was being used, but was
4485	never defined.
4486	* example/calc/Makefile.in: (CFLAGS): Removed -I arguments.
4487	(.c.o): Use required -I arguments.
4488	(PROG): Pass CFLAGS to CC.
4489
4490Tue May  4 22:51:06 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4491
4492	* runtest.exp: load_lib exits if it can't find the file. It also
4493	finds library files if srcdir = .
4494
4495Tue Apr 27 08:59:32 1993  Ian Lance Taylor  (ian@cygnus.com)
4496
4497	* Makefile.in (FLAGS_TO_PASS): Define.
4498
4499Fri Apr 23 13:12:27 1993  Mike Werner  (mtw@deneb.cygnus.com)
4500
4501	* lib/framework.exp:
4502	  Made cosmetic changes to procedure "diff_logs".
4503
4504Wed Apr 21 18:05:30 1993  Rob Savoye  (rob@cygnus.com)
4505
4506	* runtest: Looks in $rootme/../../expect and $rootme/../expect and
4507	if there is one, it uses that to run runtest.exp.
4508
4509Wed Apr 21 12:34:10 1993  Mike Werner  (mtw@deneb.cygnus.com)
4510
4511	* runtest.exp:
4512	  Changed how -diff and -mail affect the printing and
4513	  mailing of logs.
4514	* lib/framwork.exp:
4515	  Changed format of the output of the diff log.  Made
4516	  minor changes to "diff_logs" to acommodate the changes
4517	  to runtest.exp (above).
4518
4519Mon Apr 19 18:45:10 1993  Mike Werner  (mtw@deneb.cygnus.com)
4520
4521	* runtest.exp:
4522	  Added the ability to specify, as an option parameter, the name
4523	  of the previous summary log to diff against. Added a call to
4524	  "close_logs" to the signal handlers. Enabled -mail option.
4525	  Cleaned up some comments.
4526	* lib/framework.exp:
4527	  Added procedure "mail_file" for mailing test log summaries.
4528	  Removed support for automatically generating log file names with
4529	  embedded time/date stamps. Cleaned up "diff_logs".
4530
4531Sun Apr 18 19:54:17 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4532
4533	* runtest.exp: Fixed so signal trapping now works again. Cleaned
4534	up configuration stuff and how it finds the site.exp file.
4535	* Makefile.in: Remove unneeded macro definitions.
4536
4537Fri Apr 16 15:11:52 1993  Mike Werner  (mtw@deneb.cygnus.com)
4538
4539	* lib/framework.exp:
4540	  Added the procedures "diff_logs", "open_logs", and "close_logs".
4541	  Changed the name of the procedure "sum" to "log_summary".
4542	  Changed the name of the procedure "alldone" to "cleanup".
4543	  "Cleanup", formerly "alldone", no longer exits; runtest
4544	  explicitly exits.
4545	* runtest.exp:
4546	  Now calls "open_logs", "close_logs", and "diff_logs" to do the
4547	  respective goodies. We also now make explicit calls to "cleanup"
4548	  and exit.  Enabled --diff command line option which when used
4549	  will cause a call to the procedure "diff_logs".
4550
4551Sun Apr 11 17:17:20 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4552
4553	* Makefile.in: Removed runtest target. Cleaned up install
4554	procedure.
4555	* runtest.exp: No longer uses --config option.
4556	* runtest: New bourne shell script to start runtest.exp.
4557
4558Thu Apr  8 18:12:24 1993  Mike Werner  (mtw@deneb.cygnus.com)
4559
4560	* lib/utils.exp: the list of directories returned by getdirs now
4561	contains only directories that allow read permission.
4562
4563Wed Apr  7 18:30:45 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4564
4565	* runtest.exp: Now looks for init files by ${target_os}.exp as
4566	well as ${target_os}-${tool}.exp.
4567	* config/mt-*: Added macros for COPY and DEMANGLE, new
4568	binutils.
4569
4570Fri Apr  2 12:23:22 1993  Mike Werner  (mtw@deneb.cygnus.com)
4571
4572	* lib: relocated old-dejagnu.exp to devo/gcc/testsuite/lib
4573
4574Mon Mar 29 14:59:23 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4575
4576	* framework.exp: Added tests for spectra.
4577
4578Thu Mar 25 14:16:54 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4579
4580	* runtest.exp: Fixed command line option processing. Now
4581	things like CFLAGS="-v -a" should work.
4582
4583Thu Mar 25 12:40:50 1993  Ian Lance Taylor  (ian@cygnus.com)
4584
4585	* lib/udi.exp (mondfe): Return -1 on failure.  Don't remove *_soc
4586	files.
4587	(mondfe_download): Fixed invalid expect usage which could never
4588	have worked.
4589
4590Wed Mar 24 14:11:46 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4591
4592	* runtest.exp: Added --target and --host for specifying the config
4593	strings. The old --target is now --name.
4594	* lib/framework.exp: Moved all the host/target naming stuff from
4595	runtests.exp.
4596	* runtest.exp: Fixed bug so CFLAGS="-v" works. I changed the way
4597	the verbose pattern works in $argv.
4598
4599Tue Mar 23 08:48:09 1993  Fred Fish  (fnf@cygnus.com)
4600
4601	* configure.in:  Use host makefile fragment config/mh-sysv4
4602	on *-*-sysv4* configurations.
4603	* config/mh-sysv4:  New host makefile fragment for SVR4 systems.
4604
4605Mon Mar 22 23:26:58 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
4606
4607	* Makefile.in: add dvi, check and installcheck targets
4608
4609	* doc/Makefile.in: add defines for MAKEINFO, TEXI2DVI
4610
4611Sun Mar 21 17:44:11 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4612
4613	* runtest.exp: New command line option --ignore. Ignore any tests
4614	specified this way.
4615	* lib/framework.exp: Now uses puts send_error of send_user for
4616	some procs. Now warnings and errors go to stderr, and can
4617	be redirected. They still go to the logs.
4618
4619Tue Mar 16 18:07:56 1993  Rob Savoye  (rob at poseidon.cygnus.com)
4620
4621	* runtest.exp: Finds site.exp file with new install.
4622	* Makefile.in: Installs much better.
4623
4624Tue Mar  9 08:17:04 1993  Ian Lance Taylor  (ian@cygnus.com)
4625
4626	* Makefile.in (MAKEOVERRIDES): Set to be empty.
4627
4628Mon Mar  8 17:40:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4629
4630	* lib/vrtx.exp: Spectra shell procedures.
4631
4632Mon Mar  8 19:26:41 1993  Fred Fish  (fnf@cygnus.com)
4633
4634	* Makefile.in, config/{mt-a29k-udi, mt-frwcom-aout, mt-i386-aout,
4635	mt-i960-nindy, mt-i960-vx, mt-m68k-abug-aout, mt-m68k-abug-coff,
4636	mt-m68k-aout, mt-m68k-coff, mt-m68k-vx, mt-mips, mt-sparc-aout,
4637	mt-sparc-vx, mt-sparclite} (GDBFLAGS):  The default is -nx, to not
4638	load whatever random '.gdbinit' file might happen to be in the
4639	directory where the dejagnu tests are run.  If tests require
4640	a specific init file, they should load them explicitly.
4641
4642Sun Mar  7 15:16:42 1993  Rob Savoye  (rob@cygnus.com)
4643
4644	* runtest.exp, Makefile.in: Now sets default for objdir.
4645
4646Sun Feb 28 15:30:00 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4647
4648	* runtest.exp: Now find site.exp in a path list. Also now supports
4649	using a short config file in each directory to override options.
4650	* Makefile.in, configure.in: Removed link for lib directory. Added
4651	doc as a subdir, runtest and site.exp now built as a dependancy,
4652	rather than by configure.
4653
4654Thu Feb 25 11:07:30 1993  Ian Lance Taylor  (ian@cygnus.com)
4655
4656	* config/mt-mips: New file for mt-idt-ecoff target.
4657	* configure.in (mips-idt-ecoff): New target; uses mt-mips.
4658	* runtest.exp: If mips-idt-ecoff, set target_abbrev to mips.
4659	* runtest.exp: Print any error produced by ${tool_init}.
4660	* lib/remote.exp (kermit): Made work.
4661
4662Mon Feb 22 17:11:18 1993  Mike Werner  (mtw@poseidon.cygnus.com)
4663
4664	* configure.in: Removed unneccesary code from configure.in
4665
4666Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
4667
4668	* devo/dejagnu: made modifications to framework, etc., to allow
4669	it to work properly  given the reorganization of deja-gnu and the
4670	relocation of the testcases from deja-gnu to a "tool" subdirectory.
4671
4672Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
4673
4674	* devo/dejagnu: Initial creation of devo/dejagnu.
4675	Migrated dejagnu testcases and support files for testing software
4676	tools to reside as subdirectories, currently called "testsuite",
4677	within the directory of the software tool.  Migrated all programs,
4678	support libraries, etc. beloging to dejagnu proper from
4679	devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
4680	with no modifications.  The changes to these files which will
4681	allow them to configure, build, and execute properly will be made
4682	in a future update.
4683
4684Wed Feb 17 10:51:13 1993  Ian Lance Taylor  (ian@cygnus.com)
4685
4686	* gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove expected failures
4687	for mips-*-* that now work (gcc was fixed to distinguish int and
4688	long in COFF debugging output).
4689
4690Tue Feb 16 17:31:54 1993  Fred Fish  (fnf@cygnus.com)
4691
4692	* gdb.t21/demangle.exp (test_gnu_style_demangling,
4693	test_cfront_style_demangling):  Add tests for some cases that
4694	involve const that were previously broken.
4695
4696Mon Feb 15 14:09:33 1993  Ian Lance Taylor  (ian@cygnus.com)
4697
4698	* gdb.t00/default.exp (attach, core-file, r, run, target core):
4699	Add more error messages used by cross gdb.
4700
4701Fri Feb 12 11:17:05 1993  Fred Fish  (fnf@cygnus.com)
4702
4703	* gdb.t21/demangle.exp:  Add yet more cfront demangling tests.
4704
4705Thu Feb 11 12:23:53 1993  Fred Fish  (fnf@cygnus.com)
4706
4707	* gdb.t21/demangle.exp:  Add new demangling tests, for various
4708	gnu and cfront patterns, that match recent bug fixes.
4709	* configure.in (configdirs):  Add gdb.t23.
4710	* gdb.t23/ {Makefile.in, configure.in, in-gdbme.cc,
4711	templates.exp}:  New test case to testing templates.  Currently
4712	contains just the framework, but no tests.
4713	* gdb.t21/demangle.exp (demangle):  Fix proc so that demangling
4714	failures don't trigger two failure reports, one erroneously
4715	indicating the cause as a timeout.
4716	* gdb.t21/demangle.exp (various):  Print number of correct
4717	demanglings when suppressing remaining tests.
4718	* gdb.t21/demangle.exp (test_cfront_style_demangling):
4719	New test for cfront style demangling.
4720	* gdb.t21/demangle.exp (do_test):  Call cfront style demangling
4721	test.
4722
4723Wed Feb 10 18:28:40 1993  Stu Grossman  (grossman at cygnus.com)
4724
4725	* gdb.t11/list.exp (list filename:function; wrong filename not
4726	rejected):  Revise expected failure profile.  All systems are
4727	expected to fail.
4728
4729Mon Feb  8 21:25:47 1993  Stu Grossman  (grossman at cygnus.com)
4730
4731	* gdb.t00/help.exp (help set):  Look for prompt on next line to
4732	prevent timeout error.
4733	* gdb.t11/list.exp (list filename:function; wrong filename not
4734	rejected):  Document expected failure for general case.  Set
4735	expected failure for sunos.
4736
4737Wed Feb  3 09:42:14 1993  Mike Stump  (mrs@rtl.cygnus.com)
4738
4739	* g++.niklas, configure.in: Add some test cases from Niklas.
4740
4741Mon Feb  1 18:40:27 1993  Mike Werner  (mtw@rtl.cygnus.com)
4742
4743	* code_quality.exp, compile.exp, execute.exp, noncompile.exp,
4744	  special.exp, unsorted.exp: added "unset subdir_created".
4745
4746Fri Jan 29 14:20:11 1993  Mike Werner  (mtw@rtl.cygnus.com)
4747
4748	* Makefile.in (install): changed the sed command, which creates
4749	  $(target-alias)-runtest, to have the installed
4750	  $(target-alias)-runtest call $(bindir)/runtest.exp instead of
4751	  $(srcdir)/runtest.exp . This worked earlier but was broken by a
4752	  change to $(EXPECT) .
4753
4754Thu Jan 28 14:24:56 1993  Ian Lance Taylor  (ian@cygnus.com)
4755
4756	* Makefile.in (info, install-info): Deleted extraneous @'s.
4757
4758Thu Jan 28 08:29:57 1993  Fred Fish  (fnf@cygnus.com)
4759
4760	* Makefile.in (CC_FOR_TARGET, CFLAGS, CXX_FOR_TARGET, CXXFLAGS,
4761	CXX, GCC_FOR_TARGET, FLAGS_TO_PASS):  Match definitions in
4762	upper level devo/Makefile.in.
4763	* config/mt-unix (EXPECT):  Remove definition, it is set by
4764	Makefile.in to use the latest built version.
4765	* Makefile.in (CHILL_FOR_TARGET, CHILLFLAGS, CHILL_LIB):  Match
4766	definitions in upper level devo/Makefile.in.
4767
4768Wed Jan 27 21:48:15 1993  Fred Fish  (fnf@cygnus.com)
4769
4770	* Makefile.in (clean):  Test if directory exists before trying
4771	to run submake in it.
4772	* gdb.t00/teststrategy.exp:  Add cases that work when gdb is
4773	compiled with ALIGN_STACK_ON_STARTUP defined.  Fix "print foo"
4774	expected output to match current gdb.  Fix tests for finding
4775	pathname to gdb executable to use the TCL "file" command.
4776	* gdb.t20/classes.exp:  Change error when binfile does not
4777	exist to be a simple fail instead.
4778	* tcl.tests/Makefile.in (tcltest):  Use CC_FOR_TARGET.
4779	* tcl.tests/Makefile.in (Makefile):  Add target.
4780	* gdb.t30/chexp.exp:  Set up expected failure for printing
4781	uninitialized convenience variables.
4782	* gdb.t31/chillvars.exp:  Set up expected failure for references
4783	to string4, which chill compiler doesn't handle yet.  Add tests
4784	for string repetition operator.
4785	* gdb.t31/in-gdbme.ch:  Comment out string4, not handled yet.
4786
4787Mon Jan 25 15:12:41 1993  Mike Werner  (mtw@rtl.cygnus.com)
4788
4789	* gcc.unsorted/unsorted.exp
4790	  gcc.special/special.exp
4791	  gcc.noncompile/noncompile.exp
4792	  gcc.execute/execute.exp
4793	  gcc.compile/compile.exp
4794	  gcc.code_quality/code_quality.exp:
4795	  Modified to properly find source code for the test cases,
4796	  create the appropriate subdirectories to hold the compiled
4797	  testcases, and delete the subdirectories when finished.
4798
4799Thu Jan 21 18:05:54 1993  Mike Werner  (mtw@rtl.cygnus.com)
4800
4801	* Makefile.in: cosmetic changes.
4802	* gcc.code_quality/code_quality.exp: repalced a "source xxx"
4803	  with a "load_lib xxx".
4804	* gcc.compile/compile.exp: replaced a "source xxx" with a
4805	  "load_lib xxx".
4806
4807Thu Jan 21 08:03:16 1993  Fred Fish  (fnf@cygnus.com)
4808
4809	* Makefile.in (CC, CXX):  Change to CC_FOR_TARGET, CXX_FOR_TARGET.
4810	* Makefile.in (FLAGS_TO_PASS):  Add AR_FOR_TARGET, CC_FOR_tARGET
4811	CXX_FOR_TARGET, RANLIB_FOR_TARGET.
4812	* {gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
4813	gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
4814	gdb.t15, gdb.t16, gdb.t20, gdb.t21, gdb.t22}/Makefile.in:
4815	Add Makefile target, dependencies, and rules, replace CC with
4816	CC_FOR_TARGET and CXX with CXX_FOR_TARGET.
4817	* gdb.t03/ptype.exp:  Add tests for string constants and array
4818	constants.
4819	* gdb.t16/printcmds.exp:  Add tests for string constants and array
4820	constants.
4821	* Makefile.in (CHILL):  Change to CHILL_FOR_TARGET.
4822	* Makefile.in (FLAGS_TO_PASS):  Add CHILL_FOR_TARGET.
4823	* {gdb.t30, gdb.t31}/Makefile.in:  Add Makefile target,	dependencies,
4824	and rules.  Replace CHILL with CHILL_FOR_TARGET.
4825	* gdb.t31/chillvars.exp:  Set print address off, add tests for
4826	strings.
4827	* gdb.t31/in-gdbme.ch:  Add some initialized string variables.
4828
4829Tue Jan 19 14:07:38 1993  Mike Werner  (mtw@rtl.cygnus.com)
4830
4831	* Makefile.in: corrected anchoring error in sed script, within
4832	  the "install" rule, which created the the file {mach}-runtest
4833
4834Fri Jan 15 21:16:51 1993  Fred Fish  (fnf@cygnus.com)
4835
4836	* gdb.t04/setvar.exp:  Minor changes to match current syntax for
4837	printing array-of-char in string form.
4838	* gdb.t16/printcmds.exp:  Fix one test case to match bug fix.
4839	* gdb.t30/chexp.exp:  Disable tests that check for control
4840	sequence form of character literals, not supported in GNU Chill.
4841
4842Wed Jan 13 21:33:05 1993  Mike Stump  (mrs@cygnus.com)
4843
4844	* doc/dejagnu.texi, Makefile.in: Change .../gcc to .../xgcc.
4845
4846Wed Jan 13 08:21:00 1993  Fred Fish  (fnf@cygnus.com)
4847
4848	* Makefile.in (CHILLFLAGS):  Add appropriate -L arg to find
4849	libchill.a, if a freshly built one exists.
4850	* gdb.t31/Makefile.in (LIBCHILL, LIBS):  Define local defaults.
4851
4852	* Makefile.in (runtest):  Fix to properly find freshly built
4853	"expect" binary.
4854
4855Tue Jan 12 12:51:46 1993  Fred Fish  (fnf@cygnus.com)
4856
4857	* Makefile.in (CPLUS):  Remove macro.
4858	* Makefile.in (CC, CXX, GDB, EXPECT):  Use freshly build binaries
4859	if available.
4860	* Makefile.in (CFLAGS, CXXFLAGS, GDBFLAGS):  Provide default
4861	flags to go with CC, CXX, and GDB respectively.
4862	* Makefile.in (FLAGS_TO_PASS):  Add CXX, CXXFLAGS, LINK.
4863	* Makefile.in (info, subdir_do, subdirs):  Use rootme and
4864	rootsrc to find tool directories, use FLAGS_TO_PASS.
4865	* Makefile.in (runtest):  Use new EXPECT macro.
4866	* Makefile.in:  Other minor macro rearrangements.
4867	* config/{abug-g++.exp, aout-g++.exp, coff-g++.exp, mt-a29k-udi,
4868	mt-i960-nindy, mt-i960-vx, mt-m68k-abug-aout, mt-m68k-abug-coff,
4869	mt-m68k-aout, mt-m68k-coff, mt-m68k-vx, mt-unix, nind-g++.exp,
4870	udi-g++.exp, unix-g++.exp, vx-g++.exp}, doc/deja-gnu.texi,
4871	g++.mike/{misc2.exp, misc8.exp, misc9.exp}, g++.old-deja/tests/
4872	g++.sun/g++.frag/1076585.C, gdb.t20/Makefile.in, gdb.t21/
4873	Makefile.in, gdb.t22/Makefile.in, lib/mike-g++.exp:
4874	Use CXX rather than CPLUS, CPLUSPLUS, or C++, use CXXFLAGS
4875	rather than CFLAGS or CPLUSFLAGS or C++FLAGS.
4876	* Makefile.in (CHILL):  Use freshly built binaries if available.
4877	* Makefile.in (CHILLFLAGS):  Provide default flags for CHILL.
4878	* Makefile.in (FLAGS_TO_PASS):  Add CHILL, CHILLFLAGS.
4879
4880Mon Jan 11 18:02:48 1993  Rob Savoye  (rob at darkstar.cygnus.com)
4881
4882	* expect.tests/exp-after.test, exp-before.test, log-file.test,
4883	send-exp.test, spawn.test: Test case for expect tests.
4884	* expect.tests/exp-test.exp: Test driver for expect tests.
4885	* expect.tests/Makefile.in, configure.in: Configure
4886	support.
4887	* expect.tests/exp-test.c: Simple interactive program for expect
4888	tests.
4889	* expect.tests: New directory.
4890	* config/unix-expect.exp: New tool.
4891
4892Fri Jan  8 16:41:51 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
4893
4894	* config/udi-gdb.exp (gdb_start): don't require "UDI socket" in
4895	the startup message.
4896
4897Wed Jan  6 08:53:08 1993  Fred Fish  (fnf@cygnus.com)
4898
4899	* {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
4900	gdb.t11, gdb.t12}/Makefile.in:  Add explicit "all" target to
4901	Makefiles missing it, supply explicit rules to make object files
4902	from source files to subvert bug in GNU make that assumes gcc
4903	style "-c -o" handling.
4904	* tcl.texts/Makefile.in: Look in tcl sibling dir for library,
4905	rather than picking up whatever happens to be installed.
4906	* config/unix-gdb.exp (gdb_start):  Temporarily increase timeout
4907	by 60 seconds to accommodate heavily loaded or otherwise slow
4908	systems during gdb startup.  A similar fix was also installed in
4909	a 14-Dec change, but mysteriously disappeared.
4910	* gdb.t31/chillvars.exp:  Go ahead and try to run test on non-
4911	DWARF systems, as long as there is a chill executable to test.
4912
4913Mon Jan  4 17:19:08 1993  Fred Fish  (fnf@cygnus.com)
4914
4915	* gdb.t30/chexp.exp (test_print_accept, test_print_reject):
4916	Convert to varargs function.
4917	* gdb.t30/chexp.exp (test_arithmetic_expressions):  New tests.
4918	* gdb.t31/Makefile.in (CHILL, CHILLFLAGS):  Provide defaults.
4919	* gdb.t31/chillvars.exp (test_UBYTE):  Remove FIXME`s, fixed.
4920	* gdb.t31/in-gdbme.ch (scalar_arithmetic, write_arrays,
4921	booleans):  Add procs for testing.
4922	* lib/gdb.exp (runto):  Don't expect hex format for breakpoint
4923	address.
4924
4925Sun Jan  3 14:24:53 1993  Fred Fish  (fnf@cygnus.com)
4926
4927	* gdb.t30/chexp.exp (test_float_literals_accepted):  Use
4928	literals in comparisons, rather than printing their values
4929	directly.  Avoids spurious failures due to conversion or
4930	representational differences between machines types.
4931
4932Sat Jan  2 22:56:53 1993  Fred Fish  (fnf@cygnus.com)
4933
4934	* gdb.t30/chexp.exp (test_float_literals_accepted):  New test.
4935	* gdb.t31/in-gdbme.ch (testvars):  Add floating point assigns.
4936
4937Thu Dec 31 08:30:08 1992  Fred Fish  (fnf@cygnus.com)
4938
4939	* gdb.t00/help.exp:  Track recent gdb changes in description
4940	of "set" command for assigning expression values to variables.
4941
4942Wed Dec 30 13:17:36 1992  Fred Fish  (fnf@cygnus.com)
4943
4944	* gdb.t00/gdbvars.exp:  New tests for convenience variables and
4945	history value list.
4946	* gdb.t30/chexp.exp:  Add tests for convenience variables and
4947	history value list.
4948
4949	* config/unix-gdb.exp (gdb_exit):  Put escaped quotes around
4950	command to send to gdb inside a catch.  Otherwise the newline
4951	at the end of the quit command gets eaten.
4952	* lib/gdb.exp (gdb_test):  Replace bogus message about the
4953	gdb process no longer existing with a error that reports the
4954	real reason for the send command failing.  Remove use of
4955	"$command" in the expect pattern, since it may contain sequences
4956	that look like regular expressions but should not be interpreted
4957	as regular expressions.
4958
4959Tue Dec 29 22:49:56 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
4960
4961	* Makefile.in: define FLAGS_TO_PASS
4962
4963Sun Dec 27 11:52:45 1992  Rob Savoye  (rob at darkstar.cygnus.com)
4964
4965	* lib/udi.exp: Fixed so that it downloads stably. Added better
4966	error trapping. Works with simulator or demo board.
4967	* runtest.exp: Cleaned up handling of signals during the init
4968	phase.
4969	* lib/old-dejagnu.exp: Fixed bug that made $CFLAGS accumulate
4970	repititions of the same flags.
4971	* runtest.exp: cleans up temp file better.
4972	* config/udi-g++.exp: Minor bug fixes. Doesn't die it it can't
4973	connect now.
4974
4975Sat Dec 26 19:21:14 1992  Rob Savoye  (rob at darkstar.cygnus.com)
4976
4977	* config/vx-gdb.exp: Now it exits if it can't connect to the
4978	target.
4979	* most everything: Made *all* (whew) error and warning messages
4980	use new procedures. These messages are controlled by --all rather
4981	than --verbose.
4982	* lib/framework.exp: Fixed clone_output so everything gets sent to
4983	the correct files. Also added a procedure for standard warning and
4984	error messages.
4985
4986Sat Dec 26 11:16:55 1992  Fred Fish  (fnf@cygnus.com)
4987
4988	* tcl.tests/tcltest.c (Tcl_DumpActiveMemory):  Remove extern
4989	declaration, which is now incompatible with tcl.h.
4990
4991
4992Tue Dec 22 22:36:42 1992  Fred Fish  (fnf@cygnus.com)
4993
4994	* Makefile.in (subdir_do):  Remove blank line after target,
4995	that gives older makes indigestion.
4996	* configure.in:  When running "make", use environment definition
4997	of MAKE if one exists, default to "make" if not in environ.
4998	* gdb.t21/cplusfuncs.exp:  Update regular expressions for matching
4999	operators to track gdb C++ demangling fixes.
5000
5001Mon Dec 21 22:32:46 1992  Fred Fish  (fnf@cygnus.com)
5002
5003	* gdb.t31/in-gdbme.ch (bytetable3, bytetable4):  Reduce ranges
5004	of array dimensions to something more managable for explicit
5005	initialization.  Add initializers.
5006	* gdb.t31/in-gdbme.ch (inttable1, inttable2, longtable1,
5007	longtable2):  Fix typo, initializers were intended to be
5008	sequential values for easy identification.
5009	* gdb.t31/chillvars.exp:  Update to track changes in in-gdbme.ch.
5010
5011Mon Dec 21 19:48:42 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5012
5013	* runtest.exp: Has new option to specify the target's
5014	configuration string. Only used by runtest.
5015	* g++.other/*.exp: Now use procs from mike-g+.exp.
5016	* g++.mike/*.exp: Now use procs from mike-g+.exp.
5017	* Makefile.in: Now has install & uninstall targets.
5018	* lib/prebase, postbase.exp: Merged into lib/mike-g++.exp and made
5019	into procs.
5020	* runtest.exp: Traps error when trying to test a tool that does't
5021	have support.
5022	* lib/framework.exp: Contains all the procs from runtest.exp.
5023	These are basically the guts of the testing framework.
5024	* runtest.exp: Moved all procs to a library file.
5025
5026Sat Dec 19 16:50:46 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5027
5028	* runtest.exp: Upped version number to 0.8.1
5029	* lib/nm-defs.exp: Support procs for nm tests.
5030	* nm.all/nm.exp: Now uses a generic nm testing proc.
5031	* nm.all/Makefile.in: Changes the path for the linker script so it
5032	won't produce srecs.
5033	* nm.all/configure.in: Copies linker script for m68k-abug and
5034	edits out OUTPUT_FORMAT line.
5035	* config/*-nm.exp: They only contain stubs calling the procs in
5036	nm-defs.exp.
5037
5038Fri Dec 18 18:13:15 1992  Rob Savoye  (rob@cygnus.com)
5039
5040	* gcc.*/*.exp: Doesn't change into the subdir.
5041	* lib/c-torture.exp: Adds subdir to path for objects and binaries
5042	* runtest.exp: Added tests for targetname and connectmode when
5043	using a MVME m68k board.
5044	* configure.in: Now tests for m68k-abug-[coff|aout].
5045	* config/mt-m68k-abug: Now a mt-m68k-abug-coff and
5046	mt-m68k-abug-aout version so either tool chain can be used to
5047	produce the srecords.
5048
5049Fri Dec 18 10:26:46 1992  Fred Fish  (fnf@cygnus.com)
5050
5051	* Makefile.in (.NOEXPORT):  Add for GNU make.  Don't pass defines
5052	with pathnames relative to this directory to submakes.
5053	* gdb.t00/{default.exp, help.exp}:  Update to track latest gdb
5054	changes.
5055	* gdb.t30/chexp.exp:  Update to track latest gdb changes.
5056	* gdb.t31/{in-gdbme.ch, chillvars.exp}:  Add some arrays and
5057	tests for arrays, update to track latest gdb changes.
5058
5059Mon Dec 14 18:42:58 1992  Fred Fish  (fnf@cygnus.com)
5060
5061	* config/unix-gdb.exp (gdb_start):  Temporarily set timeout up
5062	to 60 seconds to accommodate heavily loaded or otherwise slow
5063	systems during gdb startup.
5064
5065Mon Dec 14 12:16:27 1992  Ian Lance Taylor  (ian@cygnus.com)
5066
5067	* gdb.t11/list.exp, gdb.t16/printcmds.exp: added expected failures
5068	for i960-*-*.
5069	* gdb.t15/funcargs.exp: increase timeout for *-*-vxworks.
5070
5071Fri Dec 11 21:15:07 1992  Fred Fish  (fnf@cygnus.com)
5072
5073	* gdb.t16/{in-gdbme.c, printcmds.exp}:  Add some tests for
5074	printing the contents of multidimensional arrays.
5075
5076Wed Dec  9 13:18:39 1992  Michael Werner  (mtw@rtl.cygnus.com)
5077
5078	* tcl.test/tcl-test.exp:
5079	  changed the comparison that looks for the end-of-test return
5080	  string, "%", from the tcl interpreter, tcltest, to check for
5081	  "^%$" instead of just "%".
5082
5083Tue Dec  8 13:49:18 1992  Fred Fish  (fnf@cygnus.com)
5084
5085	* chillvars.exp:  Only run the tests if the target is an
5086	SVR4 target (which presumes DWARF format).  They are only
5087	expected to work right now for targets that use DWARF.
5088
5089Tue Dec  8 13:42:45 1992  Michael Werner  (mtw@rtl.cygnus.com)
5090
5091	* removed accidental change to config/unix-tcl.exp that
5092	  occurred during last check-in.
5093
5094Tue Dec  8 13:21:45 1992  Michael Werner  (mtw@rtl.cygnus.com)
5095
5096	* tcl.test/configure.in
5097	  corrected error in "files=" line; changed "defs.h" to "defs".
5098
5099Sun Dec  6 22:00:06 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5100
5101	* config/*-nm: Fixed nm_version.
5102	* configure.in: Doesn't configure tcl tests for a cross test.
5103
5104Sat Dec  5 14:13:15 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5105
5106	* doc/dejagnu.l, dejagnu.texi: Added documentation for --baud
5107	option.
5108	* runtest.exp: Added --baud option to spcify the baud rate for a
5109	serial connection.
5110
5111Fri Dec  4 07:00:45 1992  Fred Fish  (fnf@cygnus.com)
5112
5113	* gdb.t31/chillvars.exp:  Add new tests, fix expected results
5114	for some existing ones.
5115
5116Thu Dec  3 12:28:52 1992  Fred Fish  (fnf@cygnus.com)
5117
5118	* gdb.t20/{classes.exp, inherit.exp, misc.exp},
5119	gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp:  Downgrade
5120	missing test executables from ERROR to just FAIL.
5121	* gdb.t30/chillvars.exp:  Downgrade missing test executables
5122	from ERROR to just FAIL.  Start adding some real tests.
5123	* gdb.t30/in-gdbme.ch:  Start adding some initializations of
5124	fundamental type variables.
5125
5126Wed Dec  2 11:46:04 1992  Ian Lance Taylor  (ian@cygnus.com)
5127
5128	* runtest.exp (setup_xfail): only set xfail_prms if xfail_flag is
5129	set.
5130	* gdb.t11/list.exp, gdb.t12/scope.exp, gdb.t15/funcargs.exp: more
5131	mips-*-* expected failures.
5132
5133Wed Dec  2 11:39:28 1992  Fred Fish  (fnf@cygnus.com)
5134
5135	* lib/gdb.exp (gdb_reinitialize_dir):  New utility proc.
5136	* gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t07/watchpoint.exp,
5137	gdb.t08/opaque.exp, gdb.t09/corefile.exp, gdb.t11/list.exp,
5138	gdb.t12/scope.exp, gdb.t13/bitfields.exp, gdb.t15/funcargs.exp,
5139	gdb.t16/printcmds.exp, gdb.t20/{classes.exp, inherit.exp,
5140	misc.exp}, gdb.t21/{cplusfuncs.exp, demangle.exp},
5141	gdb.t22/virtfunc.exp: Use new gdb_reinitialize_dir tcl proc.
5142	* gdb.t20/{classes.exp, inherit.exp, misc.exp},
5143	gdb.t21/{cplusfuncs.exp, demangle.exp}, gdb.t22/virtfunc.exp:
5144	Suppress tests if executable not found.
5145	* Makefile.in:  Add CHILL and CHILLFLAGS as things to pass
5146	to recursive makes.
5147	* gdb.t31/{configure.in, Makefile.in, in-gdbme.ch, chillvar.exp}:
5148	New directory of chill tests.
5149	* config/mt-unix (CHILL, CHILLFLAGS):  New defs for chill
5150	compiler name and flags to pass to compiler.
5151	* configure.in (configdirs):  Add gdb.t31.
5152	* gdb.t30/chexp.exp:  Don't need to load a gdb.
5153
5154Mon Nov 30 20:38:00 1992  Fred Fish  (fnf@cygnus.com)
5155
5156	* runtest.exp (setup_xfail, clear_xfail):  Modify to accept
5157	multiple arguments and examine each one for a valid config
5158	triplet or a prms id.
5159	* gdb.t03/ptype.exp:  Clear xfail flag for ptype of unnamed
5160	enumeration members for SVR4 systems (presumes DWARF).
5161	* gdb.t11/list.exp:  Set up xfail flag for tests that are
5162	expected to fail on SVR4 systems (presumes DWARF).
5163
5164Mon Nov 30 17:32:36 1992  Ian Lance Taylor  (ian@cygnus.com)
5165
5166	* gdb.t00/default.exp (set write, show write): don't leave it at
5167	set write on, because that causes debugging problems in later
5168	testing on Ultrix.
5169
5170Mon Nov 30 17:18:32 1992  Rob Savoye  (rob@cygnus.com)
5171
5172	* runtest.exp: Now uses find proc to recursively find all expect
5173	file.
5174
5175Mon Nov 30 11:55:36 1992  Fred Fish  (fnf@cygnus.com)
5176
5177	* gdb.t20/inherit.exp:  Recognize a '.' as the g++/gdb
5178	CPLUS_MARKER, rather than just '$'.  This particular piece of
5179	brain damage is spreading like ooze; gcc, gdb, and libiberty are
5180	all infected as well.
5181
5182Mon Nov 30 11:23:42 1992  Ian Lance Taylor  (ian@cygnus.com)
5183
5184	* configure.in: use mt-i960-nindy, not mt-i960-nind.
5185	* gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
5186	gdb.t09/corefile.exp, gdb.t11/list.exp, gdb.t12/scope.exp: add
5187	expected failures for mips-*-*.
5188
5189Sun Nov 29 23:10:43 1992  Mike Stump  (mrs@rtl.cygnus.com)
5190
5191	* prebase.exp (not_compiler_output): Change from looking for
5192	Segmentation Violation to Internal compiler error, as the compiler
5193	no longer issues the former.
5194
5195Sun Nov 29 15:16:06 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5196
5197	* config:/vx-g++.exp, udi-g++.exp: Replaced with gcc init code.
5198	* runtest.exp: Now executes recursively any *.exp files.
5199	* lib/old-dejagnu.exp: proc old-dejagnu executes tests that are
5200	supposed to.
5201	* g++.old-deja/old-deja.exp: Recursively get all the C code in a
5202	subdirectory tree.
5203	* lib/utils.exp: New file, contains utility procs grep, find,
5204	and which.
5205	* runtest.exp: Applied Fred's patch for the output.
5206
5207Sun Nov 29 08:51:15 1992  Fred Fish  (fnf@cygnus.com)
5208
5209	* gdb.t22/virtfunc.exp:  Make "ptype VA" an expected failure.
5210	* runtest.exp:  Fix a couple of minor formatting glitches.
5211	* gdb.t30/chexp.exp(test_print_reject):  Add another possible
5212	failure expect string.
5213
5214Sat Nov 28 21:09:33 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5215
5216	* g++.old-deja/tests: New directories for C++ code from the old
5217	style DejaGnu tests.
5218	* g++.old-deja/old-deja.exp: New file for running the old style
5219	DejaGnu tests.
5220	* lib/old-dejagnu.exp: New file. Support procs for running the
5221	old style DejaGnu tests.
5222
5223Wed Nov 25 08:05:59 1992  Fred Fish  (fnf@cygnus.com)
5224
5225	* gdb.t16/printcmds.exp:  Set up expected failure for
5226	"p 123DEADBEEF".  Gdb thinks this is a floating point number.
5227
5228Mon Nov 23 12:14:43 1992  Ian Lance Taylor  (ian@cygnus.com)
5229
5230	* config/mt-i960-vx: set LIBS to -lgcc, not -lg (lost when file
5231	was renamed).
5232	* gdb.t07/watchpoint.exp: Added expected failures for Sun3.
5233
5234Fri Nov 20 15:39:07 1992  Ian Lance Taylor  (ian@cygnus.com)
5235
5236	* gdb.t00/default.exp (info set): don't get fooled by the prompt
5237	in the output.
5238	(detach): gdb_test can not include $prompt in the expected result.
5239	* gdb.t00/teststrategy.exp (backtrace): don't insist on main being
5240	at level 7; any level is acceptable.
5241
5242Sun Nov 22 14:44:35 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5243
5244	* lib/remote.exp: Added proc for kermit.
5245
5246Fri Nov 20 11:23:26 1992  Fred Fish  (fnf@cygnus.com)
5247
5248	* config/unix-gdb.exp (gdb_exit):  Add explicit close as
5249	workaround for expect bug that slowly consumes file descriptors.
5250	* gdb.t22/virtfunc.exp:  When gdb dumps core, start a new one
5251	for the benefit of later tests that expect a gdb to be currently
5252	running.  This is a kludge.
5253	* configure.in (configdirs):  Add gdb.t16.
5254	* gdb.t16/{Makefile.in, configure.in, in-gdbme.c, printcmds.exp}:
5255	New test for exhaustive printing of all ASCII characters and
5256	substrings, and a few tests for printing of integral values.
5257	* gdb.t30/chexp.exp:  Add tests for character literals.
5258
5259Thu Nov 19 17:45:53 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5260
5261	* lib/udi.exp: New procs for udi shells.
5262	* config/udi-gcc.exp: Made gcc_load
5263	* config/udi-gdb.exp: Made gdb_start, gdb_load gdb_exit
5264	* gdb.t00/default.exp: Lots of ugly hacks cause many default
5265	actions kill the UDI connection. Lookfor for new xfails. Sigh...
5266	* config/*-gdb.exp: Use which in gdb_version.
5267	* lib/gcc.exp: Use which in default_gcc_version.
5268	* runtest.exp: New proc which that does a path lookup.
5269
5270Wed Nov 18 17:08:08 1992  Michael Werner  (mtw@rtl.cygnus.com)
5271
5272	* Updated c torture tests from the package c-torture-1.7
5273	  The test in:	    gcc.code_quality
5274			    gcc.compile
5275			    gcc.execute
5276			    gcc.noncompile
5277			    gcc.unsorted
5278	  were updated. Existing tests in a given directory that had
5279	  changed or that were not in 1.7 were moved into a subdirectory
5280	  called "old-tests". 1.7 had a new directory called "special",
5281	  the contents of which were placed in deja-gnu/gcc.special .
5282	  Also, deleted from a prior Changelog entry was the erroneous
5283	  statement of the removal of support in gcc for the recognition
5284	  of the ".C" extension.
5285
5286Wed Nov 18 13:36:43 1992  Fred Fish  (fnf@cygnus.com)
5287
5288	* gdb.t30/chexp.exp:  Change print tests to include explicit
5289	print command so we can also include formats.
5290
5291Wed Nov 18 12:32:53 1992  Ian Lance Taylor  (ian@cygnus.com)
5292
5293	* configure.in: never change target_os; we need to be able to
5294	check it in istarget tests.
5295	* config/unix-gdb.exp (gdb_exit): the string match test was the
5296	wrong way around; also, call close to try to avoid the file
5297	descriptor leak in some versions of expect.
5298	* teststrategy.exp: added some expected failures for Sun4 and
5299	Solaris, and changed the core dump test to accept a timeout (no
5300	response from gdb) if a core file was actually created.
5301	* gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t05/expr.exp,
5302	gdb.t15/funcargs.exp: added PRMS bug numbers for expected i960
5303	failures.
5304	* gdb.t10/crossload.exp (bfddefault): corrected error message.
5305	(whole file): changed fixme handling to use setup_xfail.
5306
5307Tue Nov 17 09:14:11 1992  Ian Lance Taylor  (ian@cygnus.com)
5308
5309	* runtest.exp (setup_xfail): take optional second argument which
5310	is the PRMS bug number.
5311	(pass, fail): use it.
5312	* gdb.t00/default.exp (accept): gdb 4.7 returns a different
5313	string.
5314	(show): don't get fooled by the prompt in the output.
5315	* gdb.t12/scope.exp: RS/6000 expects to fail print 'file'::var.
5316	* gdb.t21/cplusfuncs.exp: use setup_xfail rather than FIXME.
5317
5318Mon Nov 16 12:38:47 1992  Fred Fish  (fnf@cygnus.com)
5319
5320	* gdb.t10/Makefile.in (EXECUTABLES):  Add sparc-elf.
5321	* gdb.t10/README:  Document sparc-elf.
5322	* gdb.t10/crossload.exp:  Load and test sparc-elf.
5323	* gdb.t10/sparc-elf.u:  New test executable.
5324
5325Mon Nov 16 11:31:30 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5326
5327	* config/unix-tcl.exp: Tcl library init module.
5328	* tcl.tests: Add the tests directory from the Tcl release.
5329	* tcl.tests/Makefile.in, configure.in: Support stuff.
5330	* tcl.tests/tcl-test.exp: Test the Tcl library.
5331
5332Sun Nov 15 09:30:29 1992  Fred Fish  (fnf@cygnus.com)
5333
5334	* gdb.t30/{Makefile.in, chexp.exp, configure.in}:  New tests
5335	for GNU-Chill.
5336	* configure.in (configdirs):  Add gdb.t30.
5337
5338Fri Nov 13 21:14:13 1992  Ian Lance Taylor  (ian@cygnus.com)
5339
5340	* runtest.exp (pass): don't print \n\nXPASS\n\n; just XPASS:
5341	suffices.
5342	(setup_xfail): don't set xfail_flag unconditionally; instead set
5343	it if the argument is the target so that it can be called several
5344	times.
5345	(clear_xfail): new function to conditionally clear xfail_flag.
5346	* config/unix-gdb.exp (gdb_load): set the directory to point to
5347	whereever the program is loaded from, for the benefit of symbol
5348	formats which don't know that.
5349	* teststrategy.exp: accept AIX error messages.
5350	(print "foo"): AIX shared libraries mean gdb can't find malloc.
5351	(stack trace): fails on AIX.
5352	* gdb.t02/in-gdbme.c, gdb.t03/in-gdbme.c: assign to nested_su
5353	field so that AIX linker doesn't strip it from object file.
5354	* gdb.t03/ptype.exp (unnamed enumeration): works on RS/6000.
5355	* gdb.t04/setvar.exp: don't set prms_id to garbage value.
5356	* gdb.t08/opaque.exp: RS/6000 can't do xrefs.
5357	* gdb.t09/corefile.exp: AIX gdb can't get name or signal from a
5358	core file.
5359	* gdb.t10/crossload.exp: v_signed_char on MIPS generally fails.
5360	* gdb.t11/list.exp: some tests fail because gcc generates
5361	incorrect debugging information.
5362	* gdb.t12/in-gdbme0.c, gdb.t12/in-gdbme1.c: don't let AIX strip
5363	unreferenced variables.
5364
5365Thu Nov 12 08:17:40 1992  Ian Lance Taylor  (ian@cygnus.com)
5366
5367	* runtest.exp (sum): catch errors from tool_version and tool_exit,
5368	to ensure that we exit as expected even if they fail.
5369	* gdb.t00/default.exp, gdb.t00/help.exp: some targets, notably the
5370	RS/6000, don't support "set write" and "show write".
5371	* gdb.t11/list.exp (list gdbme0.c:unused, list gdbme1.c:unused):
5372	mark as expected failures for i960-*-*.  These should perhaps be
5373	considered successes.
5374
5375Tue Nov 10 20:40:43 1992  Rob Savoye  (rob at rtl.cygnus.com)
5376
5377	* lib/gcc.exp: Added $LDFLAGS to default_gcc_start so targets can
5378	get their linker scripts.
5379
5380Mon Nov  9 10:57:44 1992  Ian Lance Taylor  (ian@cygnus.com)
5381
5382	* lib/gcc.exp: new file; defines default_gcc_version and
5383	default_gcc_start.
5384	* config/*-gcc.exp: use routines in gcc.exp.
5385	* gcc.execute/execute.exp: don't use c-torture, because it gives
5386	us undesired PASS and FAIL reports; use gcc_start instead.
5387	* gcc.execute/920501-6.c, gcc.execute/920726-1.c: don't include
5388	<stdio.h> or <strings.h>, so these can be used on VxWorks.
5389	* gdb.t01/run.exp: expect "run" after sending it to avoid waiting
5390	for the VxWorks shell too early.
5391
5392Sun Nov  8 21:38:55 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5393
5394	* Makefile.in: added subdir_do target, use it for info and install-info
5395
5396Fri Nov  6 14:10:58 1992  Ian Lance Taylor  (ian@cygnus.com)
5397
5398	* config/vx-gdb.exp (gdb_load, spawn_vxgdb): increase timeouts.
5399	* gdb.t00/default.exp: accept AIX error messages, and set the init
5400	file name based on the target.
5401	* gdb.t01/run.exp, gdb.t12/scope.exp: increase timeouts for
5402	VxWorks.
5403	* gdb.t06/break.exp: increase timeouts for VxWorks, and rewrite a
5404	few tests to use gdb_test function.
5405
5406Fri Nov  6 11:34:20 1992  Michael Werner  (mtw@rtl.cygnus.com)
5407
5408	* Moved the following ChangeLog entry from devo/ChangeLog to here:
5409
5410Wed Nov	 4 17:57:47 1992  Michael Werner  (mtw@rtl.cygnus.com)
5411
5412	* Makefile.in:	Added stuff for building deja-gnu.
5413	* ./deja-gnu/gdb.t21/ & ./deja-gnu/gdb.t22/:
5414	Moved in-gdbme.C file to in-gdbme.cc to enhance portability.
5415	Changed the configure.in file to reflect the filename extension
5416	change.
5417
5418Fri Nov  6 14:00:48 1992  Ian Lance Taylor  (ian@tweedledumbest.cygnus.com)
5419
5420	* gdb.t15/funcargs.exp: continue to call6k is an expected failure
5421	for i960-*-vxworks; PRMS 1786.
5422
5423Thu Nov  5 18:09:23 1992  Mike Stump  (mrs@rtl.cygnus.com)
5424
5425	* lib/prebase.exp: Remove incorrect fix.  CPLUSFLAGS needs to be
5426	reset on a per test case basis, as it is changed by each test
5427	case.  The correct way to fix this is to establish a default value
5428	for the variable, and set the variable to that value.
5429
5430Thu Nov  5 18:04:21 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5431
5432	* runtest.exp: proc unknown doesn't print the error codes if
5433	they're aren't any.
5434	* lib/remote.exp: New procs tip and tip_download for boards that
5435	live on the end of a serial cable.
5436	* config/abug-gcc.exp: Init module for MVME board.
5437	* config/mt-m68k-abug: Makefile frag for m68k MVME board.
5438	* configure.in: Only makes links for config files that exist.
5439
5440Thu Nov  5 17:40:27 1992  Fred Fish  (fnf@cygnus.com)
5441
5442	* {gdb.t20, gdb.t21, gdb.t22}/{Makefile.in, configure.in}:
5443	Convert C++ filenames from '.C' to '.cc'.  Rename test files.
5444
5445Wed Nov  4 11:50:34 1992  Ian Lance Taylor  (ian@tweedledumbest.cygnus.com)
5446
5447	* lib/gdb.exp (gdb_test): don't check specially for attach error,
5448	since that doesn't belong in a general test.
5449	* gdb.t00/default.exp: fix attach and run tests for VxWorks.
5450	* gdb.t04/setvar.exp: clean up a few broken tests, eliminating
5451	some false failures incorrectly marked FIXME.
5452	* gdb.t12/scope.exp: do two ``next'' commands if necessary to skip
5453	over the call to init.
5454	* gdb.t20/classes.exp, gdb.t20/inherit.exp: make FIXME cases use
5455	setup_xfail.
5456
5457Tue Nov  3 11:53:37 1992  Ian Lance Taylor  (ian@tweedledumbest.cygnus.com)
5458
5459	* runtest.exp (clone_output): send strings to the user even if
5460	they say FIXME.
5461	* gdb.t01/in-gdbme.c (vxmain): new function for VxWorks which
5462	takes an argument and calls main with it.
5463	gdb.t01/run.exp: for *-*-vxworks, call vxmain to pass arguments,
5464	and look for results from connected task, not gdb.
5465	* gdb.t01/term.exp: don't run these tests unless native.
5466	* gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t05/expr.exp: expect
5467	the i960 to fail to print type char correctly, because gdb treats
5468	char as unsigned char.
5469	* gdb.t06/in-gdbme.c (vxmain): new function for VxWorks which
5470	takes an argument and calls main with it.
5471	gdb.t06/break.exp: adjust line numbers for previous change.  For
5472	target *-*-vxworks, call vxmain to pass arguments.
5473	* gdb.t07/watchpoint.exp: don't check the first old value after
5474	restarting the program, because on VxWorks it will not have been
5475	reset.
5476	* gdb.t08/opaque.exp: don't check the breakpoint number, because
5477	on VxWorks gdb_load stops and restarts gdb.
5478	* gdb.t10/crossload.exp: don't run these tests for i960 targets,
5479	because bfd uses SELECT_VECS and these formats are unknown.
5480	* gdb.t11/list.exp: changed some FIXME strings to use setup_xfail.
5481
5482Mon Nov  2 19:00:36 1992  Ian Lance Taylor  (ian@tweedledumbest.cygnus.com)
5483
5484	* config/vx-gdb.exp: use the new generic communication routines in
5485	lib/remote.exp.
5486	lib/remote.exp (rlogin): if we get "Sorry, this system is
5487	engaged", try again; it can come from VxWorks just after
5488	rebooting.
5489
5490Sat Oct 31 20:11:12 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5491
5492	* runtest.exp: procs pass & fail now use a flag set by setup_xfail
5493	to determine it a test is an expected failure or an unexpected
5494	success.
5495	* runtest.exp: New proc setup_xfail. If called with a configure
5496	pattern it sets up the next test as an expected failure or an
5497	unexpected success.
5498
5499Sat Oct 31 16:10:14 1992  Rob Savoye  (rob@darkstar.cygnus.com)
5500
5501	* gdb.t10/crossload.exp: Entire file re-written to use the new
5502	gdb_test command.
5503
5504Sat Oct 31 12:12:08 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5505
5506	* lib/gdb.exp: gdb_test now traps cleanly if send fails cause gdb
5507	core dumped.
5508	* gdb.t00/default.exp: Rewrote the first few tests to use the
5509	gdb_test proc.
5510	* lib/gdb.exp: Added a gdb_test proc. It takes a command and a
5511	pattern and runs the gdb test.
5512
5513Fri Oct 30 11:46:45 1992  Fred Fish  (fnf@cygnus.com)
5514
5515	* runtest.exp:  Guard against nonexistant PWD environment var,
5516	which is shell dependent.
5517
5518Fri Oct 30 20:23:06 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5519
5520	* runtest.exp: Changed format of log messages. $prms_id & $bug_id
5521	are only printed if they are not 0. Also they now appear at the
5522	end of the line in parens with a label.
5523	* runtest.exp: New procs xpass & xfail for expected failures and
5524	unexpected successes. Added successes to proc sum.
5525	* runtest.exp: istarget & ishost with no arguments returns the
5526	target and host triplet strings.
5527	* runtest.exp: New proc isnative. Returns a 1 if running native,
5528	a 0 if on a target.
5529	* config/nind-gcc.exp, coff-gcc.ecp, aout-gcc.exp: Applied patch
5530	from vx-gcc.exp so errror messages don't always go to the screen.
5531
5532Thu Oct 29 19:07:28 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5533
5534	* Changed all refences to $srcdir/lib to ./lib since configure now
5535	makes a link for it.
5536	* config/vx-gcc.exp: gcc_load doesn't try to load a program if
5537	there is no remote shell.
5538	* lib/remote.exp: The network procs telnet, rlogin, rsh now do
5539	three retries before exiting with an error.
5540	* runtest.exp: Fixed so there are multiple ways to get the users
5541	login name so it can be printed in the logs.
5542	* doc/DejaGnu.l, dejagnu.texi: Removed references to $nfshost.
5543	* runtest.exp: Removed the --nfshost option cause it's become
5544	unnessary.
5545	* configure.in: Deals with the shorter names in config. Creates an
5546	 abbreviation for the OS and uses that for the filename substring.
5547	* config/*: All names shortened to <= 14 characters.
5548	All init-$target_os-$tool.exp changed to $target_os-$tool.exp.
5549	* config/mt-vxworks68, mt-vxworks960: Changed to use the
5550	abbreviated triplet form like all the other stubs. Now mt-m68k-vx
5551	and mt-i960-vx.
5552
5553Tue Oct 27 10:27:33 1992  Mike Stump  (mrs@cygnus.com)
5554
5555	* runtest.exp: When setting base_dir don't use getenv("PWD") until
5556	the code works when there is no PWD env variable.
5557
5558Tue Oct 27 07:37:38 1992  Ian Lance Taylor  (ian@cygnus.com)
5559
5560	* gdb.t00/default.exp: accept "can't create process" error for run
5561	on VxWorks.
5562	gdb.t08/opaque.exp: don't look for $binfile when setting
5563	breakpoint.
5564	gdb.t15/funcargs.exp: added -re "$prompt $" cases.
5565	gdb.t20/classes.exp: accept \t as well as space after line number.
5566	gdb.t22/virtfunc.exp: added expected failure for "cannot invoke
5567	functions on this machine".
5568	lib/gdb.exp (runto): added -re "$prompt $" cases.
5569
5570	* lib/gdb.exp: renamed from break.exp.  Moved gdb_unload and runto
5571	in from config/init-unix-gdb.exp.
5572	config/init-unix-gdb.exp: removed gdb_unload and runto.
5573	config/init-vxworks-gdb.exp: removed runto.
5574	(gdb_start): added "set args main" so that "run" with no arguments
5575	works as on Unix.
5576	config/*-gdb.exp: include gdb.exp, not break.exp.
5577
5578	* gdb.t01/in-gdbme.c: supply static atoi for vxworks, return
5579	rather than calling exit (avoids VxWorks vs. libgcc problem).
5580	gdb.t07/in-gdbme.c: return rather than calling exit.
5581	gdb.t08/in-gdbme0.c: return rather than calling exit.
5582	gdb.t13/in-gdbme.c: return rather than calling exit.
5583	* gdb.t00/default.exp: don't set height and width here.
5584	config/init-unix-gdb.exp (gdb_start): set it here.
5585	config/init-vxworks-gdb.exp (gdb_start): and here.
5586	* config/init-vxworks-gdb.exp (runto): new function, similar to
5587	init-unix-gdb.exp function.
5588
5589Mon Oct 26 09:16:24 1992  Ian Lance Taylor  (ian@cygnus.com)
5590
5591	* gdb.t12/scope.exp: check for $prompt when failing, not just
5592	timeout.
5593	* gdb.t11/list.exp: accept tab as well as space after line number.
5594	* gdb.t09/corefile.exp: don't run these tests on a target system.
5595	gdb.t09/Makefile.in: don't complain if can not dump core.
5596	* lib/break.exp: new file, for delete_breakpoints function.
5597	config/*-gdb.exp: include it.
5598	* config/init-vxworks-gdb.exp (gdb_start): open the telnet
5599	connection in gdb_start, not just once.
5600	(telnet_init): If shell is locked, retry.
5601	(gdb_load): check for $prompt; also stop and restart gdb before
5602	loading each file, because vxgdb accumulates symbols and lets the
5603	old ones take precendence.
5604
5605Sun Oct 25 11:35:49 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5606
5607	* config/init-vxworks-gcc.exp: Now works good, traps load errors
5608	cleanly.
5609	* runtest.exp, doc/dejagnu.texi: Changed all occurences of
5610	$defaultmode to $connectmode.
5611	* config/init-vxworks-gcc.exp, init-unix-gcc.exp: Fixed so
5612	compiler output doesn't go to the screen unless $verbose>1.
5613	* runtest.exp: Improved error handling in proc unknown by having
5614	it dump state.
5615
5616Sun Oct 25 11:35:49 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5617
5618	* runtest.exp, doc/dejagnu.texi: Changed all occurences of
5619	$defaultmode to $connectmode.
5620	* config/init-vxworks-gcc.exp, init-unix-gcc.exp: Fixed so
5621	compiler output doesn't go to the screen unless $verbose>1.
5622	* runtest.exp: Improved error handling in proc unknown by having
5623	it dump state.
5624
5625Sat Oct 24 22:44:09 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5626
5627	* gcc.execute/execute.exp: Looks at $status after executing the
5628	test code.
5629	* config/init-unix-gcc.exp: Made gcc_load work and set $status.
5630	* runtest.exp: Moved regex variables for decimal and hex from
5631	init-unix-gdb.exp.
5632
5633Fri Oct 23 12:03:47 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5634
5635	* config/mt-m68k-aout, mt-m68k-coff, mt-i960-nindy, mt-a29k-udi:
5636	New makefile stubs.
5637	* config/init-nindy-gdb.exp, init-nindy-gdb.exp, init-nindy-gdb.exp:
5638	New init modules for nindy tests.
5639	* configure.in: Added aout, coff, udi targets.
5640	* config/init-aout-gdb.exp, init-coff-gdb.exp, init-udi-gdb.exp:
5641	New init modules for gdb tests.
5642	* config/init-aout-gcc.exp, init-coff-gcc.exp, init-udi-gcc.exp:
5643	New init modules for gcc tests.
5644	* config/init-aout-nm.exp, init-coff-nm.exp, init-udi-nm.exp: New
5645	init modules for nm tests.
5646	* lib/c-torture.exp: Fixed so warning messages are still a PASS.
5647	* runtest.exp: Fixed bug so --connectmode now works.
5648
5649Fri Oct 23 11:56:02 1992  Ian Lance Taylor  (ian@cygnus.com)
5650
5651	* gdb.t06/in-gdbme.c: added definition of atoi when using VxWorks.
5652	gdb.t06/break.exp: adjusted line numbers for above change.
5653
5654Thu Oct 22 21:39:03 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5655
5656	* Makefile.in: Added to site target so the value of LIBS goes into
5657	site.exp.
5658
5659Thu Oct 22 12:16:03 1992  Ian Lance Taylor  (ian@cygnus.com)
5660
5661	* gdb.t00/help.exp: VxWorks support:
5662	help i, help info: info sharedlibrary line is optional
5663	help source: accept .vxgdbinit as well as .gdbinit
5664	* gdb.t00/default.exp: VxWorks support:
5665	add-symbol-file, show prompt: use $prompt, not (gdb)
5666	i, info: info sharedlibrary line is optional
5667	load, r, run, x: accept vxgdb responses as legitimate
5668	* config/init-vxworks-gdb: send a single \n at end, because
5669	otherwise the multiple prompts confuse the expect scripts.
5670
5671Wed Oct 21 16:06:33 1992  Ian Lance Taylor  (ian@cygnus.com)
5672
5673	* Makefile.in, */Makefile.in: use new variable $(LIBS) when
5674	linking.
5675	config/mt-vxworks68, config/mt-vxworks960: define LIBS as -lgcc.
5676	* configure.in: add irix* to list of unix targets.
5677
5678Tue Oct 20 12:31:38 1992  Mike Stump  (mrs@rtl.cygnus.com)
5679
5680	* Makefile.in (subdirs): Fixed so that make works, even when whole
5681	subdirectories of tests are removed.  This way, subsets of the
5682	whole set of test can be distributed.
5683
5684Mon Oct 19 10:59:19 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5685
5686	* gcc.execute/execute.exp: Runs all the test from the c-torture test's
5687	execute directory.
5688	* gcc.execute: New directory
5689	* gcc.code_quality/code_quality.exp: Runs all the test from the
5690	c-torture test's code_quality directory.
5691	* gcc.code_quality: New directory
5692	* gcc.noncompile/noncompile.exp: Runs all the test from the
5693	c-torture test's noncompile directory.
5694	* gcc.noncompile: New directory
5695	* gdb.*/*.exp: Removed all references to $det_file.
5696	* nm.all/nm.exp: Removed all references to $det_file.
5697	* g++.other/g++-03.exp, g++-04.exp:  Source prebase.exp and
5698	postbase.exp from lib directory.
5699	* g++.mike/misc1.exp, misc2.exp, misc3.exp, misc4.exp, misc5.exp,
5700	misc6.exp, p646.exp, p710.exp: Source prebase.exp and postbase.exp
5701	from lib directory.
5702	* prebase.exp, postbase.exp: Moved into lib directory.
5703
5704Sun Oct 18 15:46:07 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5705
5706	* lib/c-torture.exp: New support procs for running tests from the
5707	C torture test.
5708	* gcc.unsorted/unsorted.exp: Runs all the test from the c-torture test's
5709	unsorted directory.
5710	* gcc.unsorted: New directory
5711	* lib: New directory for Tcl procs used by tests.
5712
5713Sun Oct 18 00:39:59 1992  Fred Fish  (fnf@cygnus.com)
5714
5715	* gdb.t11/list.exp:  Revise to install FIXME cases for things
5716	that are known to fail when used with DWARF.
5717	* gdb.t07/watchpoints.exp:  Rewrite to avoid cascading of errors.
5718
5719Sat Oct 17 10:54:42 1992  Fred Fish  (fnf@cygnus.com)
5720
5721	* gdb.t00/teststrategy.exp:  Fix single step tests to succeed
5722	if the source for the gdb being tested is no longer available
5723	for the gdb doing the testing.
5724
5725Fri Oct 16 17:25:31 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5726
5727	* g++.mike/misc1.C, misc4.C misc5.C p646.C: Changed all occurences
5728	of 'i' as a variable, cause it screws up the vxworks 'i' shell
5729	command.
5730
5731Fri Oct 16 15:51:10 1992  Fred Fish  (fnf@cygnus.com)
5732
5733	* gdb.t00/default.exp:  Set height to zero.  Fix target cmds
5734	to accept either "child" or "procfs" depending upon whether
5735	gdb uses /proc.
5736	* gdb.t00/help.exp:  Accept either "child" or "procfs" for
5737	target commands, depending upon gdb configuration for /proc.
5738	* gdb.t00/teststrategy.exp:  Make disassembly output more
5739	portable.  Make test for gdb core dump more portable.
5740	* gdb.t07/watchpoint.exp:  Test only for pattern at line
5741	for watchpoint hit, ignore break addr and linenumber.
5742	* gdb.t09/corefile.exp:  Minor fixes for system dependencies.
5743
5744Wed Oct 14 13:11:51 1992  Fred Fish  (fnf@cygnus.com)
5745
5746	* configure.in (configdirs):  Add gdb.t22
5747	* gdb.t22/{Makefile.in, configure.in, in-gdbme.C, virtfunc.exp}:
5748	New tests for calling C++ virtual functions.
5749
5750Wed Oct 14 00:30:07 1992  Fred Fish  (fnf@cygnus.com)
5751
5752	* configure.in (configdirs):  Add gdb.t21
5753	* config/init-unix-gdb.exp (delete_breakpoints):  Minor cleanup.
5754	* config/init-unix-gdb.exp (runto):  New proc.
5755	* gdb.t00/teststrategy.exp (test_with_self):  Preserve the
5756	original timeout and restore when done.  Extend the timeout
5757	for loading gdb into itself to 10 minutes (old limit of 5 minutes
5758	was hit on a SPARCstation under moderate load).
5759	* gdb.t01/term.exp:  Fix run command in "info terminal" test.
5760	* gdb.t06/break.exp:  Fix linenumber in "run 2" output.
5761	* gdb.t12/scope.exp:  Remove "runto" proc, moved to init file.
5762	* gdb.t20/inherit.exp:  Remove "runto" proc, moved to init file.
5763	* gdb.t20/classes.exp:  Remove "runto" proc, moved to init file.
5764	Also remove some junk leftover from gdbtest case conversion.
5765	* gdb.t21/{Makefile.in, configure.in, in-gdbme.C, cplusfuncs.exp,
5766	demangle.exp}:  New test case for demangling and C++ function
5767	lookups.
5768
5769Mon Oct 12 09:10:22 1992  Fred Fish  (fnf@cygnus.com)
5770
5771	* gdb.t00/default.exp:  Add expect strings for setting height and
5772	width commands.  Add expect string for add-symbol-file.
5773	* gdb.t00/teststrategy.exp:  Add proc to convert current gdb
5774	pathname to fully qualified pathname for the copy command.
5775	Reorganize so that the test can be gracefully skipped if this
5776	fails.  Increase timeout to load gdb to 5 minutes for systems
5777	where loading is done over the network and/or full symtabs are
5778	required.
5779	* gdb.t20/{Makefile.in, configure.in, in-gdbme.C, classes.exp,
5780	inherit.exp, misc.exp}:  New tests for C++.
5781
5782Sat Oct 10 18:23:20 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5783
5784	* runtest: New makefile created bourne shell to load runtest.exp
5785	into expect. Needed for machine that don't grok #!/bin/expect kind
5786	of things.
5787	* config/mt-vxworks960: Uses new p3 naming convention. Also
5788	expects to find all the binaries in your path.
5789	* gdb.t13/bitfields.exp: Added a line after every test to dump the
5790	output to the detail file.
5791	* gdb.t15/funcargs.exp: Added a line after every test to dump the
5792	output to the detail file.
5793	* configure.in: Do a "make runtest" for post target.
5794	* Makefile.in: Has new target for making runtest. Runtest is a
5795	bourne shell script that start $srcdir/runtest.exp.
5796	* runtest.exp: made the printing of the summary counts a proc so a
5797	^C or SIGQUIT will print the summary, then exit.
5798	* runtest: Renamed to runtest.exp.
5799
5800Fri Oct  9 07:15:04 1992  Fred Fish  (fnf@cygnus.com)
5801
5802	* gdb.t11/configure.in (srctrigger):  Change to list.exp.
5803
5804Fri Oct  9 00:16:02 1992  Fred Fish  (fnf@cygnus.com)
5805
5806	* configure.in:  Add gdb.t11.
5807	* runtest:  Add new variable efailcnt for expected failures.
5808	Treat expected failures as passes, but count them separately
5809	and report summary.
5810	* config/init-unix-gdb.exp (delete_breakpoints):  Add proc.
5811	* gdb.t03/ptype.exp:  Add expected failure for enums.
5812	* gdb.t04/setvar.exp: Make FIXME's consistent with other tests.
5813	* gdb.t06/break.exp: Add new test for next over recursive calls.
5814	* gdb.t11/{Makefile.in, configure.in, in-gdbme0.c, in-gdbme0.h,
5815	in-gdbme1.c, list.exp}:  New test for list command.
5816	* gdb.t15/in-gdbme.c (test_struct_args):  Remove aggregate initial-
5817	ization.
5818
5819Tue Oct  6 19:25:00 1992  Fred Fish  (fnf@cygnus.com)
5820
5821	* config/init-unix-gdb.exp: Don't spawn gdb with a null argument
5822	when GDBFLAGS is empty.
5823	* gdb.t00/default.exp:  Set width to 0 (unlimited).
5824	* gdb.t00/default.exp:  Add expect strings for "attach", "run",
5825	"source", and "x", that match current gdb.
5826	* gdb.t00/help.exp:  Fix expect string for "help breakpoints".
5827	* gdb.t00/teststrategy.exp:  Fix "run" send string and expected
5828	output.  Fix expected output for control-C.
5829	* gdb.t06/break.exp:  Restart gdb to avoid leftovers from other
5830	tests.  Adjust line numbers to account for changes in test source.
5831
5832Tue Oct  6 11:08:26 1992  Fred Fish  (fnf@cygnus.com)
5833
5834	* configure.in (configdirs):  Add gdb.t13 gdb.t15.
5835	* gdb.t12/in-gdbme0.c:  Add code for checking auto variables and
5836	local scopes.
5837	* gdb.t12/scope.exp:  Add tests for auto variables and local scopes.
5838	* gdb.t13/{Makefile.in, configure.in, in-gdbme.c, bitfields.exp}:
5839	New test for bitfields.
5840	* gdb.t15/{Makefile.in, configure.in, in-gdbme.c, funcargs.exp}:
5841	New test for actual args passed to functions.
5842
5843Fri Oct  2 15:42:10 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5844
5845	* Makefile.in: Added support for srcdir going to site.exp.
5846
5847Thu Oct  1 21:26:35 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5848
5849	* teststrategy.exp:  Changed the test for target vs host to using
5850	$target_alias & $host_alias instead of $target_os & $host_os.
5851	* corefile.exp: Added line to dump output of tests to detail
5852	log.
5853	* scope.exp: Added line to dump output of tests to detail
5854	log.
5855	* opaque.exp: Added line to dump output of tests to detail
5856	log.
5857	* crossload.exp: Added line to dump output of tests to detail
5858	log.
5859	* watchpoint.exp: Added line to dump output of tests to detail
5860	log.
5861
5862Thu Oct  1 21:05:28 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5863
5864	* runtest: Changed the test for target vs host to using
5865	$target_alias & $host_alias instead of $target_aos & $host_os.
5866
5867Sep 30 08:45:00 1992  Fred Fish  (fnf@fishpond.cygnus.com)
5868
5869	* configure.in (configdirs):  Add gdb.t07, gdb.t08, gdb.t09
5870	gdb.t10, gdb.t12.
5871	* runtest:  Fix some misspellings in trap commands.
5872	* runtest (proc unknown):  Change arg to args.
5873	* runtest (clone_output, pass, fail):  Remove leading tabs from result
5874	lines that waste space that can be used for more meaningful
5875	comments.
5876	* runtest:  Remove extraneous 12 newlines at end of file.
5877	* config/init-unix-gdb.exp:  Add convenience abbreviations for
5878	hex and decimal number strings.
5879	* config/init-unix-gdb.exp:  Add gdb_unload proc.
5880	* gdb.t06/break.exp:  Replace hardcoded directory with $subdir.
5881	* gdb.t07/{Makefile.in, configure.in, in-gdbme.c, watchpoint.exp}:
5882	New tests for watchpoints.
5883	* gdb.t08/{Makefile.in, configure.in, in-gdbme0.c, in-gdbme1.c,
5884	opaque.exp}:  New tests for opaque structs.
5885	* gdb.t09/{Makefile.in, configure.in, in-gdbme.c, corefile.exp}:
5886	New tests for core file handling.
5887	* gdb.t10/{Makefile.in, configure.in, README, in-gdbme.c,
5888	crossload.exp, i486-elf.u, i860-elf.u, m68k-aout.u, m68k-aout2.u,
5889	m68k-elf.u, mips-ecoff.u, sparc-aout.u}:  New files for non-native
5890	executable handling tests.
5891	* gdb.t12/{Makefile.in, configure.in, in-gdbme0.c, in-gdbme1.c,
5892	scope.exp}:  New tests for handling scope specifications.
5893
5894Sun Sep 20 14:18:19 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5895
5896	* configure.in: Better support for multiple platforms. Configures
5897	for most unix variants and targets.
5898	* DejaGnu.l, dejagnu.texi: Updated with new command line option.
5899	* runtest: Added option to not reboot the target evry time.
5900
5901Thu Sep 10 17:15:37 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5902
5903	* runtest: Check for config variable targetname and nfshost after
5904	cmd options rather than before.
5905
5906Mon Sep  7 21:06:23 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5907
5908	* config/mt-m68k-coff: Created for m68k based bare board.
5909
5910Sun Sep  6 16:48:29 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5911
5912	* postbase.exp: add $srcdir for g++_start invocation from
5913	different directory tree.
5914	* postbase.exp: made output other than pass/fail go only to
5915	screen only if $verbose > 1.
5916
5917Wed Sep  2 23:29:14 1992  Rob Savoye  (rob at rtl.cygnus.com)
5918
5919	* Minor bug fixes. Now works with local config file.
5920
5921Sun Aug 16 23:00:40 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5922
5923	* dejagnu.texi: updated some more.
5924	* configure.in: added nm support.
5925	* Makefile.in: added nm.all to subdirs list.
5926	* config/init-sunos-nm.exp: new init module for nm tests.
5927	* nm.all/in-nmtest.c: new test case code for nm.
5928	* nm.all/nm.exp: new test cases for nm.
5929	* nm.all/Makefile.in: new makefile fragment
5930	for nm tests.
5931	* nm.all/configure.in: new config file file for nm tests.
5932
5933Sat Aug 15 16:30:39 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5934
5935	* All test cases: changed how the tool is invoked. Now use the
5936	_start function.
5937	* configure.in: added g++ init module.
5938	* init-*-g++.exp: Created new global called $exec_output, to hold
5939	the output of an executable produce by g++.
5940	* init-sunos-g++.exp: Added stubs to target dependant routines.
5941	* g++-init.exp: renamed to config/init-sunos-g++.exp.
5942	* Features.txt: moved to doc directory.
5943
5944Sun Aug  9 22:49:21 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5945
5946	* Added self-defined makefile style arguments.
5947	* Added most of the makefile variables for tools to site.exp.
5948	* Merged *-gdb-exit.exp into the config/init-*-gdb.exp and made it
5949	a function call instead.
5950
5951Sat Aug  8 18:47:40 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5952
5953	* runtest: Now lets all site.exp set all configuration variables.
5954	Command line options overrule the config file's.
5955	* runtest: Rearranged all command line options. Made most of them
5956	use a --fullname syntax.
5957	* runtest: Now --verbose prints only the tests that failed. Added
5958	option --all that prints tests that passed too.
5959
5960Fri Aug  7 21:55:48 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5961
5962	* init-vxworks-gdb.exp: Now uses config file.
5963	* Makefile.in: Now has a target to make a config file.
5964	* site.exp: Created by make/configure. Holds init values for
5965	init module.
5966	* configure.in: Now configures init modules for tool.
5967	* runtest: Now uses init setup by configure.
5968
5969Wed Aug  5 23:04:47 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5970
5971	* all files: Changed the prompt pattern to a variable $prompt that
5972	is set in the init module.
5973
5974Thu Jul 16 11:12:44 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5975
5976	* Changed the framework executable from DejaGnu to runtest.
5977
5978Sun Jul 12 16:08:04 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5979
5980	* Changed command line options so cc, gdb, etc... are specified
5981	like makefiles. ie: CC=gcc CFLAGS="-v -r"
5982	* Changed several command line option names.
5983
5984Fri Jul 10 11:28:00 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5985
5986	* Added support to gdb_load in gdb-init.exp for loading a program
5987	if another one is already loaded. Also now deals with reloading if
5988	still debugging previous program.
5989	* Added multiple levels of verbose. Verbose gets incremented
5990	depending on how many times it appears on the command line.
5991	* Added more subdirectories for gdb tests.
5992	* Added tests for testing "run" and "terminal" commands.
5993	* Added support to gdb_load() so it can load a file to replace the
5994	previous one.
5995
5996Tue Jun 30 22:22:00 1992  Rob Savoye  (rob at darkstar.cygnus.com)
5997
5998	* DejaGnu: Added changes to main loop adding support for init and
5999	exit modules.  Moved *_version stuff to init modules.
6000	* DejaGnu.l: Added new command line option for targets. Added lots
6001	on how to write a test.
6002	* Added section on init and exit modules. Added keyword use by
6003	DejaGnu.
6004	* vxworks-gdb-init.exp: Expect script that logs in to vxworks board,
6005	starts GDB, and loads a file.
6006	* gdb-init.exp: New init module for gdb native. Was gdb-01.exp.
6007	* gdb-exit.exp: New exit module for GDB native.
6008	* features.txt: List of features and goals. Based on testing meeting
6009	notes.
6010	* g++-init.exp: New module for G++ initialization.
6011	* Gave gdb.all tests intelligent names instead of numbers.
6012	* default.exp: Was xdefault.exp. Removed spawn commnd. Added prompt
6013	for test failure.
6014	* help.exp: Removed process spawning part. Added prompt match for test
6015	failure.
6016	* echo.exp: Was gdb-02.exp.
6017
6018Thu May 21 17:20:23 1992  Rob Savoye  (rob@darkstar.cygnus.com)
6019
6020	* Hacking in better detailed reports.
6021