Makefile.in (EXPECT): Look for "expect" in the correct place.
[gcc.git] / libio / testsuite / ChangeLog
1 Sat Jun 27 23:59:35 1998 Carlo Wood <carlo@runaway.xs4all.nl>
2
3 * lib/libio.exp (test_libio): Reset ld_library_path before appending
4 the same path(s) again.
5
6 Tue Jun 9 11:23:42 1998 Gavin Koch <gavin@cygnus.com>
7
8 * Makefile.in (EXPECT) : Look for "expect" in the correct
9 place.
10
11 Sat Sep 6 00:49:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12
13 * lib/libio.exp (test_libio): Lose -L.. before -lio, may as well
14 require things be fully usable. Not ideal, but...also no longer
15 have the -liostream approach.
16
17 Fri Sep 5 15:38:37 1997 Jeffrey A Law (law@cygnus.com)
18
19 * lib/libio.exp (test_libio): Use libstdc++_{include,link}_flags
20 instead of g++_{include,link}_flags.
21
22 Thu Sep 4 15:22:46 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
23
24 * lib/libio.exp (test_libio): Add `-L..' before -lio.
25 Use `-L.. -liostream' for now.
26
27 Fri Jun 27 18:19:21 1997 Bob Manson <manson@charmed.cygnus.com>
28
29 * lib/libio.exp(libio_init): New procedure.
30 (test_libio): Link with a status wrapper if necessary. Strip
31 leading newlines before comparing output. Look for a multilib
32 libiberty directory.
33
34 Tue Jun 3 15:17:31 1997 Bob Manson <manson@charmed.cygnus.com>
35
36 * lib/libio.exp: Don't use global exec_output variable; the output
37 is returned from remote_load instead.
38
39 Tue May 20 17:59:31 1997 Jeffrey A Law (law@cygnus.com)
40
41 * lib/libio.exp: If "slow_simulator" is set, then add
42 -DSLOW_SIMULATOR to the compiler's arguments.
43
44 Fri May 16 19:33:39 1997 Bob Manson <manson@charmed.cygnus.com>
45
46 * lib/libio.exp: Name the executables after the testcases.
47
48 * libio.tests/tiomisc.exp: Turn off warnings when conpiling.
49
50 Thu May 1 17:01:47 1997 Bob Manson <manson@charmed.cygnus.com>
51
52 * lib/libio.exp: Link in libiberty.a.
53
54 Tue Apr 29 16:34:37 1997 Mike Stump <mrs@cygnus.com>
55
56 * testsuite/lib/libio.exp: Fixup so that we always have the same
57 number of testcases, and so that we have meaningful testcase
58 names.
59
60 Tue Apr 29 13:08:41 1997 Bob Manson <manson@charmed.cygnus.com>
61
62 * lib/libio.exp: Add support for --tool_opts.
63
64 Mon Apr 28 11:26:06 1997 Bob Manson <manson@charmed.cygnus.com>
65
66 * Makefile.in: Removed clean rule, as it is added by configure.
67 Remove a lot of unused rules.
68
69 Sun Apr 27 15:02:48 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
70
71 * Makefile.in (clean): Add empty rule for now.
72
73 Sat Apr 26 13:41:44 1997 Bob Manson <manson@charmed.cygnus.com>
74
75 * New DejaGnu-style testsuite.