Remove C comment characters from modified FSF address in expect scripts.
[deliverable/binutils-gdb.git] / binutils / testsuite / ChangeLog
CommitLineData
2e246dbd
ILT
1Tue Mar 28 11:18:28 1995 Ian Lance Taylor <ian@cygnus.com>
2
3 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
4 for m68*-ericsson-ose and m88*-*-coff.
5
8b550686
ILT
6Mon Mar 27 11:27:31 1995 Ian Lance Taylor <ian@cygnus.com>
7
2e246dbd 8 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
8b550686
ILT
9 for m68*-*-vxworks*.
10
fe58e496
ILT
11Fri Mar 24 11:44:25 1995 Ian Lance Taylor <ian@cygnus.com>
12
13 * binutils-hppa/objdump.exp: Correct hppa*-*-* check.
14
973f38b6
JL
15Tue Mar 21 10:48:45 1995 Jeff Law (law@snake.cs.utah.edu)
16
17 * binutils-hppa/addendbug.s: New testcase.
18 * binutils-hppa/objdump.exp: Run it.
19
a07fe450
ILT
20Mon Mar 20 11:31:05 1995 Ian Lance Taylor <ian@cygnus.com>
21
22 * lib/utils-lib.exp (default_binutils_run): Quote any dollar signs
23 in progargs before passing it to exec.
24
25Fri Mar 17 16:39:31 1995 Jeff Law (law@snake.cs.utah.edu)
26
27 * config/hppa.sed: Sed script to transform bintest.s into proper
28 PA assembly code.
29 * binutils-all/nm.exp: Enable these tests on the PA.
30 * binutils-all/objcopy.exp: Enable these tests on the PA. Expect
31 simple copy to fail.
32 * binutils-all/objdump.exp: Enable these tests on the PA. Handle
33 "CODE" as a section name.
34 * binutils-all/size.exp: Enable these tests on the PA.
35 * lib/utils-lib.exp (default_binutils_assemble): For "hppa*-*-*",
36 run the assembly through a sed script before passing it to the
37 assembler.
38
39Wed Mar 15 16:47:13 1995 Ian Lance Taylor <ian@cygnus.com>
40
41 * binutils-all/objdump.exp: Force section sizes to be interpreted
42 in hex. Change objdump -h failure mode to always use the same
43 string.
44
45Thu Jan 5 13:01:43 1995 Ian Lance Taylor <ian@cygnus.com>
46
47 * binutils-all/nm.exp: Just check for irix4*, rather than
48 irix\[0-4\]*, to avoid DejaGnu bug.
49
50Thu Dec 15 19:35:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
51
52 * binutils-all/objcopy.exp: Expect simple-objcopy test to fail
53 for various other targets for which gas doesn't use bfd: sh-hms,
54 m68k-hpux, m68k-sunos, m68k-coff, i386-linux, a29k-udi, a29k-coff,
55 i960-vxworks5.1, i960-coff, h8300-hms, h8300-coff.
56
6273f92d
KR
57Wed Dec 14 15:54:46 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
58
59 * binutils-all/size.exp: Skip tests requiring bintest.o on hppa,
60 since it (correctly) generates syntax errors on that platform.
61 * binutils-all/objdump.exp: Ditto.
62 * binutils-all/nm.exp: Ditto.
63 * binutils-all/objcopy.exp: Ditto. Also, move setup_xfail for
64 sh-coff to branch where objcopy execution produced no error
09d7f0a6 65 messages. Expect failure for hp300 also.
6273f92d 66
ef1ad8ab
KR
67Thu Dec 8 14:36:15 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
68
69 * binutils-all/objdump.exp (cpus_expected): New variable, taken
7e1e1f4d 70 from objdump -i test, added ns32k and powerpc, sorted.
ef1ad8ab
KR
71 (objdump -i, -f tests): Use $cpus_expected.
72
73 * binutils-all/objcopy.exp: For simple-copy test, expect failure
74 for sh-coff.
75
76Tue Oct 25 16:00:14 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
77
78 * binutils-all/objcopy.exp: Adjust --adjust-section-vma tests for
79 new S-record section handling.
80
09250cfe
ILT
81Tue Oct 18 11:18:21 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
82
83 * binutils-all/nm.exp: nm with no arguments and nm -P do not work
84 as expected on ECOFF targets; add calls to setup_xfail.
85
86 * binutils-all/objcopy.exp: New file.
87 * config/default.exp: Initialize OBJCOPY and OBJCOPYFLAGS.
88
89Fri Oct 14 14:46:22 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
90
91 Rewrite testsuite.
92 * configure.in, Makefile.in: Remove.
93 * binutils-all/configure.in, binutils-all/Makefile.in: Remove.
94 * binutils-all/bintest.c: Remove.
95 * binutils-all/bintest.s: New file.
96 * binutils-all/nm.exp, binutils-all/objdump.exp: Rewrite.
97 * binutils-all/size.exp: Rewrite.
98 * config/default.exp: Load utils-lib.exp. Set AS and ASFLAGS.
99 Don't go up one directory from $base_dir. Create tmpdir.
100 (binutils_run, binutils-assemble): New procedures.
101 * config/unix.exp: Remove.
102 * config/mt-a29k-udi, config/mt-i386-aout: Remove.
103 * config/mt-i960-nindy, config/mt-lynx, config/mt-m68k: Remove.
104 * config/mt-mips-ecoff, config/mt-slite: Remove.
105 * config/mt-sparc-aout, config/mt-vxworks: Remove.
106 * lib/utils-lib.exp (binutil_version): Don't redirect standard
107 input when getting version. Don't unset errorInfo.
108 (default_binutils_run): New procedure.
109 (default_binutils_assemble): New procedure.
110
7f23bcab
ILT
111Thu Sep 29 12:45:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
112
09250cfe
ILT
113 * VMS does not permit `.' in directory names: renamed binutils.all
114 to binutils-all.
115 * configure.in (configdirs): Change binutils.all to binutils-all.
7f23bcab 116
98e9482a
ILT
117Fri Sep 23 16:01:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
118
119 * configure.in: Use mt-m68k for m68k*-*-aout* and m68k*-*-coff*,
120 not for m68k-*-*.
121
122Fri Sep 23 13:54:50 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
123
124 * binutils.all/objdump.exp: Added ARM to list of CPU types.
125
126Thu Sep 22 11:04:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
127
128 * binutils.all/objdump.exp: Update for new usage message.
129 * binutils.all/size.exp: Use a double backslash in the string to
130 get a single backslash to the regexp matcher. Accept $TEXT$,
131 $DATA$ and $BSS$ as well as .text, .data and .bss, for HP/UX.
132
9b6cf6b6
ILT
133Fri Sep 2 12:53:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
134
135 * config/unix.exp: If nm.new does not exist, use [transform nm].
136 * config/default.exp: Likewise.
137
c7309784
ILT
138Wed Aug 24 12:41:37 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
139
140 * configure.in, binutils.all/configure.in: Change i386 to
141 i[345]86.
142
143Tue Jul 19 15:23:53 1994 Bill Cox (bill@rtl.cygnus.com)
144
145 * config/mt-mips-ecoff: Add -Tidp.ld option.
146
147Thu Jun 30 12:41:55 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
148
149 * config/default.exp: Use nm.new, not nm, from newly built tree.
150
087188e0
BC
151Tue May 17 14:04:05 1994 Bill Cox (bill@rtl.cygnus.com)
152
153 * config/default.exp, config/unix.exp: Replace error
154 proc calls with perror.
155
39a20ec6
SS
156Tue May 10 11:20:54 1994 Stan Shebs (shebs@andros.cygnus.com)
157
158 * configure.in (sparclite): Match on sparclite*-*-*.
159
160Wed Apr 13 18:25:19 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
161
162 * config/unix.exp: Use nm.new, not nm, from newly built tree.
163
164 * binutils.all/objdump.exp: Add more wildcards to list of
165 single-letter options in pattern for usage message.
166
167 * binutils.all/nm.exp: Deleted debug-symbols test, since it only
168 works for a.out/stabs systems. Fixed regexps to make underscores
169 optional, since some C compilers don't prepend them. Deleted
170 check for foo.o symbol, since again some systems don't generate
171 it.
172
099c286e
BC
173Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
174
175 * Makefile.in (check): Set TCL_LIBRARY for runtest.
176
177Mon Feb 14 19:34:03 1994 Rob Savoye (rob@darkstar.cygnus.com)
178
179 * Makefile.in: Use new config features of DejaGnu in site.exp
180 file. "Make check" should now work for all crosses.
181
182Fri Jan 28 18:00:29 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
183
184 * binutils.all/objdump.exp: In usage message, accept
185 "section-name" as well as "section_name".
186
446918c8
KR
187Mon Jan 17 16:57:02 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
188
189 * binutils.all/objdump.exp: Trim list of format names expected,
190 and accept any known CPU type.
191
192Thu Dec 2 20:50:24 1993 Rob Savoye (rob@darkstar.cygnus.com)
193
194 * Makefile.in: Remove some stuff from the site.exp file.
195 * config/unix.exp: Add global before seeing if the variables for
196 nm, objdump, and size exist.
197
198Wed Nov 3 11:12:32 1993 Rob Savoye (rob@darkstar.cygnus.com)
199
200 * config/udi.exp,unix.exp: Transform tool name.
201 * binutils.all/*.exp: Clear errorInfo after exec.
202
203Fri Jul 2 12:41:20 1993 Ian Lance Taylor (ian@cygnus.com)
204
205 * binutils.all/*.exp: Use -- for long arguments rather than +.
206
207Fri Jun 4 10:52:29 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
208
209 * configure.in: change srctrigger to Makefile.in
210
211Wed May 26 17:27:46 1993 Ian Lance Taylor (ian@cygnus.com)
212
213 * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.
214
215Fri May 7 13:58:44 1993 Ian Lance Taylor (ian@cygnus.com)
216
217 * binutils.all/objdump.exp: Update for new usage message.
218
219Mon Apr 19 14:08:52 1993 Rob Savoye (rob@darkstar.cygnus.com)
220
221 * binutils.all/*.exp: Use the new util_test proc.
222 * Makefile.in: Create a local site.exp file with config info.
223
224Thu Mar 25 05:38:47 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
225
226 * nm.all/configure.in (srcname): Delete extra quote.
227
228Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
229
230 * binutils/testsuite: made modifications to testcases, etc., to allow
231 them to work properly given the reorganization of deja-gnu and the
232 relocation of the testcases from deja-gnu to a "tool" subdirectory.
233
699bfeae
JG
234Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
235
236 * binutils/testsuite: Initial creation of binutils/testsuite.
237 Migrated dejagnu testcases and support files for testing nm to
238 binutils/testsuite from deja-gnu. These files were moved "as is"
239 with no modifications. This migration is part of a major overhaul
240 of dejagnu. The modifications to these testcases, etc., which
241 will allow them to work with the new version of dejagnu will be
242 made in a future update.
243
This page took 0.100404 seconds and 4 git commands to generate.