Ben Elliston [Sat, 7 Feb 2004 21:39:35 +0000 (21:39 +0000)]
* TODO: Add an item about timeouts.
Ben Elliston [Sat, 7 Feb 2004 21:27:20 +0000 (21:27 +0000)]
2004-02-08 Daniel Jacobowitz <drow@mvista.com>
* baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
Ben Elliston [Sat, 7 Feb 2004 14:00:12 +0000 (14:00 +0000)]
* lib/standard.exp: Tidy.
Ben Elliston [Sat, 7 Feb 2004 06:53:27 +0000 (06:53 +0000)]
Missed in previous commit.
Ben Elliston [Sat, 7 Feb 2004 06:52:39 +0000 (06:52 +0000)]
* Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
(config_SCRIPTS): Remove udi.exp, vrtx.exp.
(baseboard_SCRIPTS): Remove a29k-udi.exp.
* Makefile.in: Regenerate.
* baseboards/a29k-udi.exp: Remove.
* baseboards/dos.exp: Update comments.
* config/udi.exp: Remove.
* config/vrtx.exp: Remove.
* doc/overview.sgml: Update. Don't mention mondfe and xsh support.
* doc/ref.sgml: Likewise.
* doc/user.sgml: Likewise.
* lib/mondfe.exp: Remove.
* lib/xsh.exp: Likewise.
* lib/remote.exp: Don't load mondfe.exp or xsh.exp.
* packaging/pkg/prototype: Update.
* NEWS: Update.
Ben Elliston [Sat, 7 Feb 2004 02:17:38 +0000 (02:17 +0000)]
* Makefile.am (rpmspec): Remove.
(rpm): Additionally depend on dejagnu.spec.
($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
directory. This saves duplicated code in the solpkg and hpdepot
targets.
(solpkg): Depend on $(PKGDIR)/dejagnu.
(hpdepot): Likewise.
* Makefile.in: Regenerate.
Ben Elliston [Sat, 7 Feb 2004 01:53:01 +0000 (01:53 +0000)]
* Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
* Makefile.in: Regenerate.
* testsuite/Makefile.am (CLEANFILES): Remove.
(RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
* testsuite/Makefile.in: Regenerate.
Ben Elliston [Fri, 6 Feb 2004 23:54:28 +0000 (23:54 +0000)]
Remove stray debug output (whoops).
Ben Elliston [Fri, 6 Feb 2004 23:51:47 +0000 (23:51 +0000)]
* util-defs.exp only exists to support testing lib/utils.exp, so move
it to the testsuite/lib directory and out of users' sight.
* lib/util-defs.exp: Move from here ..
* testsuite/lib/util-defs.exp: .. to here.
* Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
* Makefile.in: Regenerate.
* testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
* testsuite/Makefile.in: Regenerate.
* doc/ref.sgml (File Map): Remove util-defs.exp.
* packaging/pkg/prototype: Update file list.
Ben Elliston [Fri, 6 Feb 2004 23:43:24 +0000 (23:43 +0000)]
* NEWS: Document changes since 1.4.4.
Ben Elliston [Fri, 6 Feb 2004 22:51:38 +0000 (22:51 +0000)]
* example/Makefile.am (check-recursive): Remove target.
* example/Makefile.in: Regenerate.
Ben Elliston [Fri, 6 Feb 2004 13:12:08 +0000 (13:12 +0000)]
* dejagnu.h: Conform with GNU coding standard.
Ben Elliston [Fri, 6 Feb 2004 13:10:31 +0000 (13:10 +0000)]
* Makefile.am (PKGING): Remove.
(PACKAGING_METAFILES): Update accordingly.
(CLEANFILES, check-DEJAGNU): Remove.
(tarball): Remove; use `dist'.
(deb): Update target recipe to use `make dist'.
Ben Elliston [Fri, 6 Feb 2004 12:51:00 +0000 (12:51 +0000)]
* Use modern Automake features to simplify the Makefiles/configury.
* This work eliminates the need for the special Clean.tcl script.
* Clean.tcl: Remove.
* Makefile.am (SUBDIRS): Add testsuite, example directories.
(EXTRA_DIST): Define.
(pkgdata_SCRIPTS): Add lib/*.exp files.
(DATE, TCLSH): Remove.
(configdir, config_DATA, config_SCRIPTS): Define.
(baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
(pkgdata_DATA): Likewise.
(djlibexecdir, djlibexec_SCRIPTS): Likewise.
(PKGING, PACKAGING_METAFILES): New macros.
(clean-local): Remove.
(rpm): Depend on dist.
(deb): Likewise.
(dist-hook): Remove.
(lib_dest, lib_files): Likewise.
(baseboard_dest, baseboard_files): Likewise.
(include_dest, config_dest, config_files): Likewise.
(install-data-local): Likewise.
(uninstall-local): Likewise.
(site.exp): Likewise.
* Makefile.in: Regenerate.
* testsuite/Makefile.am (all, all-am, etcetera): Remove.
(force): Likewise.
(EXTRA_DIST): Define.
(site.exp): Remove target.
* testsuite/Makefile.in: Regenerate.
* testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
(noinst_PROGRAMS): Rename from this ..
(check_PROGRAMS): .. to this.
* testsuite/libdejagnu/Makefile.in: Regenerate.
* doc/Makefile.am (man_MANS): Rename from this ..
(dist_man_MANS): .. to this.
(info_TEXINFOS): Define.
(TARGETS): Remove overview.rtf.
(EXTRA_DIST): Define.
(%.rtf: %.sgml): Remove rule.
(%.gif: %.fig): Likewise.
(%.epsi: %.eps): Likewise.
(%.eps: %.fig): Likewise.
(clean, realclean, distclean): Remove.
(install-docs): Don't install overview.rtf.
* doc/Makefile.in: Regenerate.
* doc/texinfo.tex: New file.
* example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
(check_PROGRAMS): .. to this.
(EXTRA_DIST): Add test cases and calc.1 man page.
* example/calc/Makefile.in: Regenerate.
* example/calc/aclocal.m4: Likewise.
* example/calc/configure: Likewise.
* example/calc/stamp-h.in: Remove.
* example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
(check_PROGRAMS): .. to this.
(EXTRA_DIST): Define.
* example/hello/Makefile.in: Regenerate.
* example/hello/aclocal.m4: Likewise.
* example/hello/configure: Likewise.
* example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
* example/hello/testsuite/Makefile.in: Regenerate.
Ben Elliston [Fri, 6 Feb 2004 11:48:51 +0000 (11:48 +0000)]
* configure.ac: Remove commented out code.
* configure: Regenerate.
Ben Elliston [Fri, 6 Feb 2004 11:44:43 +0000 (11:44 +0000)]
* doc/README.Writers: Remove.
* doc/overview.sgml: Place contents of README.Writers in a comment
at the top of this file.
Ben Elliston [Fri, 6 Feb 2004 11:32:03 +0000 (11:32 +0000)]
Bring in HTML documentation from the DejaGnu 1.4 branch.
Ben Elliston [Fri, 6 Feb 2004 05:26:22 +0000 (05:26 +0000)]
* site.tmpl: Tidy.
Ben Elliston [Fri, 6 Feb 2004 05:16:56 +0000 (05:16 +0000)]
* INSTALL: Import latest version.
Ben Elliston [Fri, 6 Feb 2004 04:53:08 +0000 (04:53 +0000)]
* depcomp: Import latest version.
* install-sh: Likewise.
* missing: Likewise.
Ben Elliston [Fri, 6 Feb 2004 04:49:55 +0000 (04:49 +0000)]
* Makefile.in: Regenerate.
* doc/Makefile.in: Likewise.
* example/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
* testsuite/libdejagnu/Makefile.in: Likewise.
Ben Elliston [Fri, 6 Feb 2004 04:21:05 +0000 (04:21 +0000)]
* configure.in: Rename from this ..
* configure.ac: .. to this. Require Autoconf 2.50.
Ben Elliston [Thu, 5 Feb 2004 23:41:21 +0000 (23:41 +0000)]
* lib/target.exp (prune_warnings): Add spaces where required in
NetBSD warnings. Supersedes a patch in pkgsrc's devel/dejagnu.
Ben Elliston [Thu, 5 Feb 2004 02:48:46 +0000 (02:48 +0000)]
* config.guess: Update to current revision.
* config.sub: Likewise.
Ben Elliston [Wed, 4 Feb 2004 06:42:53 +0000 (06:42 +0000)]
* missed in last commit
* Makefile.in: Rebuild with Automake 1.8.2.
Ben Elliston [Tue, 3 Feb 2004 22:14:54 +0000 (22:14 +0000)]
* configure.in (AC_NO_EXECUTABLES): Remove.
* configure: Rebuild with Autoconf 2.59.
* acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
(DJ_AC_PATH_TCLSH): Likewise.
(DJ_AC_PATH_DOCBOOK): Likewise.
* aclocal.m4: Rebuild.
* doc/Makefile.in: Rebuild with Automake 1.8.2.
* example/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
* testsuite/libdejagnu/Makefile.in: Likewise.
Ben Elliston [Fri, 30 Jan 2004 07:08:26 +0000 (07:08 +0000)]
Add Clean.tcl.
Ben Elliston [Fri, 30 Jan 2004 06:24:00 +0000 (06:24 +0000)]
* Import orphaned patches from sources.redhat.com:
2002-05-02 Fernando Nasser <fnasser@redhat.com>
* doc/dejagnu.texi: Document KFAIL and KPASS.
2002-02-20 Richard Henderson <rth@redhat.com>
* lib/target.exp (prune_warnings): Revert early "In function" strip,
as this breaks g++.dg tests. Match dangerous regexp without the
"In function" header.
2002-02-09 Richard Henderson <rth@redhat.com>
* lib/target.exp (prune_warnings): Strip "In function" etc early.
Adjust "dangerous" regexp for glibc's tmpnam warning.
2001-09-10 Jim Blandy <jimb@redhat.com>
* baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
so we get the version of the `outbyte' function that does console
output in a way that GDB's rom68k target recognizes. Note that
the board can now do output.
2000-04-25 Felix Lee <flee@cygnus.com>
* baseboards/tx39-sim.exp: Use idt, not dve linker script. Delete
misleading comments and null statements.
Ben Elliston [Fri, 30 Jan 2004 04:38:50 +0000 (04:38 +0000)]
2004-01-27 Ben Elliston <bje@wasabisystems.com>
* doc/overview: Remove all files.
Ben Elliston [Fri, 30 Jan 2004 04:17:03 +0000 (04:17 +0000)]
* Merge dejagnu_1_4_branch up to dejagnu-1_4_4 tag.
Ben Elliston [Tue, 27 Jan 2004 07:30:01 +0000 (07:30 +0000)]
* Makefile.am (tarball): Depend on book1.html, not overview.html.
Don't echo needless messages. Portably copy the source tree to
dejagnu-${VERSION}. Portably copy documentation files from the
source tree to the distribution directory. Don't copy RPM-related
files -- leave that to the rpm target.
(snapshot): Remove target.
(overview.html): Rename target from this ..
(book1.htm): .. to this.
(rpm): Portably copy tar file to SOURCES directory.
(deb): Depend on book1.html, not overview.html.
(dist-hook): Depend on book1.html, not overview.html.
* Makefile.in: Rebuild.
* doc/Makefile.am (TARGETS): Depend on book1.html.
(book1.html): Depend on html/book1.html.
(overview.dvi): Remove target.
* doc/Makefile.in: Rebuild.
Ben Elliston [Tue, 27 Jan 2004 07:15:42 +0000 (07:15 +0000)]
* Clean.tcl: Run tclsh via /usr/bin/env for portability.
(cleanfiles): Concatenate regular filenames that match .*.
Ben Elliston [Sun, 11 Jan 2004 22:22:48 +0000 (22:22 +0000)]
* baseboards/frv-sim.exp: Remove reference to devo/sim.
Ben Elliston [Wed, 3 Dec 2003 04:24:32 +0000 (04:24 +0000)]
Merge from DejaGnu 1.4 branch:
* testsuite/runtest.all/utils.test: Fix a test for proc find which
assumed that "subsubfile1" would appear at the end of the returned
list. Adjust to use a more robust regular expression.
Ben Elliston [Sun, 23 Nov 2003 05:22:45 +0000 (05:22 +0000)]
Improve an entry.
Rob Savoye [Thu, 16 Oct 2003 22:11:36 +0000 (22:11 +0000)]
* packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
Ben Elliston [Wed, 15 Oct 2003 03:11:51 +0000 (03:11 +0000)]
* Add missing copyright header.
Ben Elliston [Mon, 13 Oct 2003 00:54:32 +0000 (00:54 +0000)]
* baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
Ben Elliston [Mon, 13 Oct 2003 00:49:22 +0000 (00:49 +0000)]
* Don't mention "devo".
Ben Elliston [Fri, 10 Oct 2003 23:52:10 +0000 (23:52 +0000)]
2003-10-11 Corinna Vinschen <vinschen@redhat.com>
* basebaords/sh-sim.exp: New file.
Ben Elliston [Fri, 10 Oct 2003 23:28:46 +0000 (23:28 +0000)]
* NEWS: Tidy.
* AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
Ben Elliston [Wed, 8 Oct 2003 06:38:36 +0000 (06:38 +0000)]
* i960glue.c: Remove.
* packaging/pkg/prototype: Remove i960glue.c.
Ben Elliston [Tue, 7 Oct 2003 04:18:55 +0000 (04:18 +0000)]
* contrib/README: Remove.
* contrib/testit: Remove bitrotten script.
* contrib/test-g++: Likewise.
* contrib/test-tool: Likewise.
Ben Elliston [Sat, 23 Aug 2003 07:57:07 +0000 (07:57 +0000)]
* TODO: Tidy.
Ben Elliston [Sat, 23 Aug 2003 05:55:08 +0000 (05:55 +0000)]
Use a consistent GNU copyright header throughout.
Ben Elliston [Sat, 23 Aug 2003 05:41:08 +0000 (05:41 +0000)]
* contrib/README: Bring up to date.
Ben Elliston [Sat, 23 Aug 2003 04:53:30 +0000 (04:53 +0000)]
2003-08-23 Corinna Vinschen <vinschen@redhat.com>
* config/sid.exp: Add gdb settings to use no hardware watchpoints.
Ben Elliston [Sat, 23 Aug 2003 01:49:08 +0000 (01:49 +0000)]
* README: Update section on reporting bugs.
Ben Elliston [Sat, 23 Aug 2003 01:37:24 +0000 (01:37 +0000)]
Use a consistent GNU copyright header throughout.
Ben Elliston [Sat, 23 Aug 2003 01:16:51 +0000 (01:16 +0000)]
Place the standard GNU copyright notice at the top of each baseboard file.
Ben Elliston [Fri, 22 Aug 2003 11:14:39 +0000 (11:14 +0000)]
* lib/ftp.exp: Document procs.
Ben Elliston [Fri, 22 Aug 2003 10:38:11 +0000 (10:38 +0000)]
* lib/kermit.exp: Document procs.
Ben Elliston [Tue, 19 Aug 2003 00:43:56 +0000 (00:43 +0000)]
* contrib/testit: Run wish via /usr/bin/env for portability.
Ben Elliston [Tue, 19 Aug 2003 00:11:43 +0000 (00:11 +0000)]
Re-indent with Emacs' tcl-mode.
Ben Elliston [Sun, 17 Aug 2003 23:20:02 +0000 (23:20 +0000)]
Remove stray BlueGnu file.
Ben Elliston [Sun, 17 Aug 2003 23:18:17 +0000 (23:18 +0000)]
* Makefile.am: Tidy comments and unused command lines.
* Makefile.in: Regenerate.
* testsuite/libdejagnu/Makefile.in: Likewise.
Ben Elliston [Sun, 17 Aug 2003 23:13:46 +0000 (23:13 +0000)]
* contrib/bluegnu2.0.3: Remove unsupported subtree.
Ben Elliston [Sun, 17 Aug 2003 23:11:19 +0000 (23:11 +0000)]
Remove BlueGnu. Now unsupported and almost certainly broken.
Ben Elliston [Sun, 17 Aug 2003 23:10:12 +0000 (23:10 +0000)]
* MAINTAINERS: New file.
Ben Elliston [Sun, 17 Aug 2003 23:05:55 +0000 (23:05 +0000)]
More trailing whitespace fixes.
Ben Elliston [Sun, 17 Aug 2003 23:00:06 +0000 (23:00 +0000)]
More trailing whitespace.
Ben Elliston [Sat, 16 Aug 2003 13:35:05 +0000 (13:35 +0000)]
* doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
* doc/Makefile.in: Regenerate.
Ben Elliston [Sat, 16 Aug 2003 13:08:57 +0000 (13:08 +0000)]
Whitespace fixes.
Ben Elliston [Sat, 16 Aug 2003 06:31:50 +0000 (06:31 +0000)]
* doc/overview.sgml (overview): Start overhauling chapter.
* doc/README.Writers: New document on style conventions.
* doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
* doc/user.sgml: Likewise.
* doc/overview.sgml: Likewise.
* doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
Ben Elliston [Tue, 12 Aug 2003 06:50:12 +0000 (06:50 +0000)]
Remove stray whitespace.
Ben Elliston [Tue, 12 Aug 2003 04:27:23 +0000 (04:27 +0000)]
* Makefile.am (tarball): Update path to dejagnu.spec.
(rpmspec): Likewise.
(deb): Likewise, update path to package metafiles.
(solpkg): Likewise.
(hpdepot): Likewise.
* Makefile.in: Regenerate.
* aclocal.m4: Likewise.
* configure: Likewise.
* doc/Makefile.in: Likewise.
* example/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
* testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
(AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
* testsuite/libdejagnu/Makefile.in: Regenerate.
Ben Elliston [Tue, 12 Aug 2003 04:23:18 +0000 (04:23 +0000)]
s/Redhat/Red Hat/
Ben Elliston [Tue, 12 Aug 2003 04:20:08 +0000 (04:20 +0000)]
* fix Rob's mail address (no ChangeLog entry necessary)
Ben Elliston [Tue, 12 Aug 2003 04:19:56 +0000 (04:19 +0000)]
* remove stray whitespace.
Ben Elliston [Tue, 12 Aug 2003 04:17:48 +0000 (04:17 +0000)]
* deb: Move from here ..
* packaging/deb: .. to here.
* redhat: Move from here ..
* packaging/rpm: .. to here.
* depot: Move from here ..
* packaging/depot: .. to here.
* pkg: Move from here ..
* packaging/pkg: .. to here.
Ben Elliston [Thu, 7 Aug 2003 04:28:41 +0000 (04:28 +0000)]
Rotate ChangeLogs (one decade per rotation is plenty) :-)
Ben Elliston [Thu, 7 Aug 2003 04:14:33 +0000 (04:14 +0000)]
* config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
to increment count rather than count++ as in C.
Ben Elliston [Thu, 7 Aug 2003 04:11:01 +0000 (04:11 +0000)]
* lib/remote.exp: Replace "TCL" with "Tcl".
Ben Elliston [Thu, 7 Aug 2003 03:58:36 +0000 (03:58 +0000)]
* Remove surplus semicolons in `for' commands.
Ben Elliston [Thu, 7 Aug 2003 03:42:42 +0000 (03:42 +0000)]
Strip trailing semicolons from Tcl source files.
Ben Elliston [Tue, 29 Jul 2003 23:47:09 +0000 (23:47 +0000)]
* doc/runtest.1: Replace "TCL" with "Tcl".
Make last revision date current.
Ben Elliston [Tue, 29 Jul 2003 11:57:08 +0000 (11:57 +0000)]
* doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
URLs and other stylistic improvements.
* doc/ref.sgml: Likewise.
* doc/user.sgml: Likewise.
Ben Elliston [Mon, 28 Jul 2003 15:59:27 +0000 (15:59 +0000)]
* initial pass at fixing some of the worst whitespace errors.
Rob Savoye [Mon, 28 Jul 2003 14:45:35 +0000 (14:45 +0000)]
2003-07-25 Jim Dein <jdein@deinji5.apple.com>
* lib/utils.exp: fix double recursion bug in proc find.
2002-02-25 Jackie Smith Cashion <jsmith@redhat.com>
* baseboards/am33_2.0-libremote.exp: New file.
2000-11-21 Drew Moseley <dmoseley@redhat.com>
* baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
ASB2303 board.
2000-08-10 Drew Moseley <dmoseley@cygnus.com>
* baseboards/mn10300-cygmon.exp: Added support for Cygmon based
ASB2303 board.
2003-06-13 Phil Edwards <pme@devphil.com>
* baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
only -T[linker] instead of -Wl,-T[linker].
2003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
* lib/target.exp (prune_warnings): Add two more linker
warning patterns for warnings generated by modern verions
of NetBSD.
2003-05-12 H.J. Lu <hongjiu.lu@intel.com>
* lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
2003-05-09 H.J. Lu <hongjiu.lu@intel.com>
* runtest: Fix a typo.
2003-05-03 Nitin Dhavale <nitinpdhavale@indiatimes.com>
* doc/user.sgml: Clarify how to set the verbose option.
2003-03-28 Chris Demetriou <cgd@broadcom.com>
* lib/framework.exp (check_conditional_xfail): Adjust so that
an empty 'includes' list matches all sets of flags.
* doc/dejagnu.texi: Document the above.
* doc/ref.sgml: Likewise.
2003-03-27 David Heine <dlheine@tensilica.com>
* baseboards/xtensa-sim.exp: Fix a syntax error.
2003-03-16 Rob Savoye <rob@direwolf.welcomehome.org>
* lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
than stomp on it. This is based on a patch from Brendan Conoboy
<blc@redhat.com>.
* Most files: Update copyright dates.
Ben Elliston [Sun, 27 Jul 2003 23:30:49 +0000 (23:30 +0000)]
* lib/target.exp (prune_warnings): Handle "nfs server .* not
responding" and "nfs server .* is alive again".
Ben Elliston [Sat, 19 Jul 2003 20:47:26 +0000 (20:47 +0000)]
* config.guess: Update to most recent version.
* config.sub: Ditto.
* AUTHORS: Add self to list of maintainers.
Rob Savoye [Wed, 16 Jul 2003 16:05:37 +0000 (16:05 +0000)]
* baseboards/am33_2.0-libremote.exp: New file.
Rob Savoye [Mon, 17 Mar 2003 02:25:05 +0000 (02:25 +0000)]
2003-03-16 Rob Savoye <rob@direwolf.welcomehome.org>
* lib/unix.exp: Preservce the value of LD_LIBRARY_PATH, rather
than stomp on it. This is based on a patch from Brendan Conoboy
<blc@redhat.com>.
* Most files: Update copyright dates.
2003-03-13 Mike Stump <mrs@apple.com>
* lib/dg.exp(dg-test): Add compiler flags to testcase name, to
help ensure uniqueness.
2003-03-05 Alexandre Oliva <aoliva@redhat.com>
* lib/remote.exp (standard_download, standard_upload): Support
nfsdir and nfsroot_server.
2001-11-12 Andrew Cagney <
ac131313@redhat.com>
* lib/remote.exp (local_exec, standard_close): Use SHELL
background instead of tcl background to background the kill
processes. Work around problem found by Nick Duffek in older
CYGWINs. (migrated from Redhat's sources kind late, sorry)
Rob Savoye [Mon, 17 Mar 2003 02:23:09 +0000 (02:23 +0000)]
Simulator support for sparc-elf.
Rob Savoye [Fri, 21 Feb 2003 06:51:53 +0000 (06:51 +0000)]
2003-02-19 DJ Delorie <dj@redhat.com>
* config/sim.exp: Support both sid and rawsid protocols.
Rob Savoye [Sun, 2 Feb 2003 16:01:41 +0000 (16:01 +0000)]
2003-01-31 Kazu Hirata <kazu@cs.umass.edu>
* dejagnu/baseboards/h8300-sim.exp: Don't set
needs_status_wrapper.
bemis [Thu, 21 Nov 2002 19:24:06 +0000 (19:24 +0000)]
modified xml input and output handling for null strings
bemis [Thu, 21 Nov 2002 19:23:07 +0000 (19:23 +0000)]
added changes for modifcation of xml output and input
Rob Savoye [Thu, 14 Nov 2002 18:20:59 +0000 (18:20 +0000)]
2002-10-21 Adam Nemet <anemet@lnxw.com>
* libgloss.exp (get_multilibs): Don't use the first argument
passed to this function as the multilib option unless it is in
fact a multilib option.
Rob Savoye [Thu, 14 Nov 2002 17:00:47 +0000 (17:00 +0000)]
2002-11-12 Hans-Peter Nilsson <hp@bitrange.com>
* lib/libgloss.exp (newlib_include_flags): Use -isystem, not -I.
(libio_include_flags, g++_include_flags, libstdc++_include_flags,
winsup_include_flags): Ditto.
* doc/user.sgml (Local Config File): Use -isystem, not -I, in
example.
bemis [Wed, 13 Nov 2002 18:18:16 +0000 (18:18 +0000)]
added comments for input/output xml logging fix
bemis [Wed, 13 Nov 2002 18:16:53 +0000 (18:16 +0000)]
modified input/output, and checked for empty variables
Rob Savoye [Tue, 12 Nov 2002 20:32:42 +0000 (20:32 +0000)]
Oops, add another name.
Rob Savoye [Tue, 12 Nov 2002 20:28:59 +0000 (20:28 +0000)]
2002-11-12 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Add support for DESTDIR.
* Makefile.in: Regenerated.
Rob Savoye [Tue, 22 Oct 2002 01:30:39 +0000 (01:30 +0000)]
Regenerate with the latest versions of autoconf and automake.
Rob Savoye [Wed, 4 Sep 2002 23:24:20 +0000 (23:24 +0000)]
Regenerated html docs. Tweaked how Makefile.am builds tarballs.
Rob Savoye [Wed, 4 Sep 2002 03:44:26 +0000 (03:44 +0000)]
* Makefile.am: Add support to build Solaris and HPUX packages.
* Makefile.in: Regenerated with automake 1.6.
* aclocal.m4: Regenerated with aclocal 1.6.
* example/hello/Makefile.in: Regenerated with automake 1.6.
* example/calc/Makefile.in: Regenerated with automake 1.6.
* missing: Update with the one from automake 1.6.
Rob Savoye [Wed, 4 Sep 2002 03:42:02 +0000 (03:42 +0000)]
Update with the one from automake 1.6.
Rob Savoye [Wed, 4 Sep 2002 03:40:10 +0000 (03:40 +0000)]
* Makefile.am: Add support to build Solaris and HPUX packages.
* Makefile.in: Regenerated with automake 1.6.
* aclocal.m4: Regenerated with aclocal 1.6.
* example/hello/Makefile.in: Regenerated with automake 1.6.
* example/calc/Makefile.in: Regenerated with automake 1.6.
Rob Savoye [Wed, 4 Sep 2002 03:19:05 +0000 (03:19 +0000)]
New HPUX packaging support.